aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-202-2/+2
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-202-2/+2
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-202-2/+2
* Remove the code from CodeGenPrepare that moved getresult instructionsDan Gohman2008-04-251-0/+18
* Add support to codegen for getresult instructions with undef operands.Dan Gohman2008-04-231-0/+6
* rename *.llx -> *.llChris Lattner2008-04-194-0/+0
* Make this test x86-specific for now; targets that don't useDan Gohman2008-03-121-16/+0
* Basic feature test for multiple return values in codegen.Dan Gohman2008-03-111-0/+16
* some more spelling changesGabor Greif2008-03-061-0/+0
* Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner2008-02-261-0/+50
* Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner2008-02-261-0/+14
* testcase for PR1133Chris Lattner2008-02-211-0/+9
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1986-2699/+2541
* Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands2008-02-131-12/+11
* Crashes LegalizeTypes with "Do not know how toDuncan Sands2008-02-041-0/+22
* Crashes LegalizeTypes with "Do not know how to splitDuncan Sands2008-02-041-0/+14
* remove target triple to make this test more "generic"Chris Lattner2008-02-041-2/+0
* Crashed the new type legalizer. Not likely to catchDuncan Sands2008-02-041-0/+21
* Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to Chris Lattner2008-01-261-0/+31
* new testcase.Chris Lattner2008-01-171-0/+8
* add testcase that has been sitting in my tree for awhile.Chris Lattner2008-01-171-0/+11
* new testcase for llvm.trap.Chris Lattner2008-01-151-0/+9
* new testcase for PR1845Chris Lattner2008-01-101-0/+11
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2008-01-072-0/+56
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-071-0/+17
* Fix PR1833 - eh.exception and eh.selector return twoDuncan Sands2007-12-311-0/+36
* Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen2007-12-262-0/+35
* GC poses hazards to the inliner. Consider:Gordon Henriksen2007-12-252-0/+47
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-252-1/+11
* Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen2007-12-254-1/+49
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-171-0/+15
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1/+1
* Upgrading this test to 2.0 .ll syntax.Gordon Henriksen2007-12-091-28/+27
* upgrade this testChris Lattner2007-11-281-49/+63
* Fix a crash on invalid code due to memcpy lowering.Chris Lattner2007-11-271-0/+19
* Fix a bug in which node A is replaced by node B, but laterDuncan Sands2007-11-211-0/+161
* -pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng2007-10-011-3/+0
* Fix a typo in a comment.Dan Gohman2007-09-241-1/+1
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-171-1/+2
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-073-88/+88
* Change all floating constants that are not exactlyDale Johannesen2007-09-055-7/+7
* Fix a gcroot lowering bug.Evan Cheng2007-09-011-0/+10
* Remove this test as it is too hard to fix after theDuncan Sands2007-08-271-1621/+0
* Now that we don't output cleanups by default, the actionDuncan Sands2007-08-271-1/+1
* Allow target constants to be illegal types. The target shouldChris Lattner2007-08-251-0/+8
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-155-17/+17
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-8/+8
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-312-2/+2
* Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't ...Tanya Lattner2007-07-173-3/+3