Renato Golin 
							
						 
					 
					
						
						
							
						
						4a4fb84d4b 
					 
					
						
						
							
							Corrections for XFAIL armv5 tests  
						
						... 
						
						
						
						Most of the tests that behave differently on llvm-arm-linux buildbot
did so becase the triple wasn't set correctly to armv5, so we can
revert most of the special behaviour added previously. Some tests
still need the special treatment, though.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176243  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-02-28 10:05:10 +00:00 
						 
				 
			
				
					
						
							
							
								Renato Golin 
							
						 
					 
					
						
						
							
						
						e57aaf038f 
					 
					
						
						
							
							Proper XFAILs for ARMv7 / v5  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176095  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-02-26 17:16:27 +00:00 
						 
				 
			
				
					
						
							
							
								James Molloy 
							
						 
					 
					
						
						
							
						
						c1054710ca 
					 
					
						
						
							
							Some regression tests which are testing the old jit and are exercising functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux.  
						
						... 
						
						
						
						Patch by David Tweed!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165390  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-10-08 13:06:30 +00:00 
						 
				 
			
				
					
						
							
							
								Preston Gurd 
							
						 
					 
					
						
						
							
						
						c68dda815e 
					 
					
						
						
							
							This patch improves the MCJIT runtime dynamic loader by adding new handling  
						
						... 
						
						
						
						of zero-initialized sections, virtual sections and common symbols
and preventing the loading of sections which are not required for
execution such as debug information.
Patch by Andy Kaylor!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154610  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-12 20:13:57 +00:00 
						 
				 
			
				
					
						
							
							
								Eli Bendersky 
							
						 
					 
					
						
						
							
						
						a66a18505e 
					 
					
						
						
							
							Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches.  
						
						... 
						
						
						
						Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148231  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-01-16 08:56:09 +00:00 
						 
				 
			
				
					
						
							
							
								Galina Kistanova 
							
						 
					 
					
						
						
							
						
						a9f907912c 
					 
					
						
						
							
							Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132364  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-05-31 21:50:33 +00:00 
						 
				 
			
				
					
						
							
							
								Galina Kistanova 
							
						 
					 
					
						
						
							
						
						4f5716ab88 
					 
					
						
						
							
							Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132135  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-05-26 19:17:14 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						46a2716910 
					 
					
						
						
							
							lli: Switch to using ParseIRFile, for consistency with other LLVM tools.  
						
						... 
						
						
						
						- Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118952  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-11-13 00:28:01 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						fea1dd0804 
					 
					
						
						
							
							Remove obsolete -f flags.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-25 15:38:29 +00:00 
						 
				 
			
				
					
						
							
							
								Gabor Greif 
							
						 
					 
					
						
						
							
						
						5edf210bdf 
					 
					
						
						
							
							Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51357  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-20 22:07:21 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						ceca194c43 
					 
					
						
						
							
							Remove llvm-upgrade and update tests.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48137  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-10 07:21:50 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						4dc9e5ac0d 
					 
					
						
						
							
							These tests need llvm-upgrade. This fixes last night's nightly test fallout.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32154  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-03 16:17:19 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						e9789ef994 
					 
					
						
						
							
							Adding RUN lines.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17536  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-06 23:32:43 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						83702d3f30 
					 
					
						
						
							
							Print argc as well as argv  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5105  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-12-18 02:07:21 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b89818ed5a 
					 
					
						
						
							
							Add dummy implementation of __main  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5089  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-12-16 23:31:48 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1ada064803 
					 
					
						
						
							
							New testcase for printing out arguments  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5085  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-12-16 20:09:54 +00:00