aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
AgeCommit message (Expand)Author
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-09-26Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...David Meyer
2011-09-20Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher
2011-08-09Revert r137134. It breaks some code as Eli pointed out.Bill Wendling
2011-08-09Print out the variable declaration only if it is a declaration. Otherwise, aBill Wendling
2011-07-09more tests not making the jump into the brave new world.Chris Lattner
2011-06-21Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...Anna Zaks
2011-06-18Moved to the right place.Galina Kistanova
2011-06-17est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.Galina Kistanova
2011-06-17remove asmparser support for the old getresult instruction, which has been su...Chris Lattner
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Fix an erroneous check for isFNeg; the FNeg case is handledDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-10-22Fix PR2907 by digging through constant expressions to find FP constants thatChris Lattner
2008-07-18In the CBackend, use casts to force integer add, subtract, andDan Gohman
2008-06-08Remove invalid testAnton Korobeynikov
2008-06-06Testcase for PR2418Anton Korobeynikov
2008-06-04Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner
2008-06-02Implement CBE support for first-class structs and array values,Dan Gohman
2008-05-31update this patch to handle an extraneous &1. This should be pulledChris Lattner
2008-05-31Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner
2008-05-22Add support for multiple-return values in inline asm. This shouldChris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-04-19rename *.llx -> *.llChris Lattner
2008-03-10remove an execution test.Chris Lattner
2008-03-02add a testcase for misc vector stuffChris Lattner
2008-02-28Update testcase.Lauro Ramos Venancio
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-01CBackend: Implement unaligned load/store.Lauro Ramos Venancio
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-23The Ada f-e produces various auxiliary output filesDuncan Sands
2007-07-16Remove insignificant test no longer needed.Reid Spencer
2007-07-11Handle packed structs in the CBackend.Lauro Ramos Venancio
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-14Reverse last patch .. premature. Depends on uncommitted CBE patch.Reid Spencer
2007-05-14Update this test to match the (corrected) output from the CBE.Reid Spencer
2007-04-21Use the llvm_supports_target function to prevent running of tests forReid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16fix incorrectly upgraded test, add PR#Chris Lattner
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15Make this test work.Reid Spencer
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-02-23Make the testcase correct.Bill Wendling
2007-02-23Testcase for PR1164Bill Wendling
2007-02-23PR1164:Bill Wendling