aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* this is not infinite recursion.Chris Lattner2007-09-101-0/+7
* Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner2007-09-101-0/+10
* Filter exit conditions which are not yet handled.Devang Patel2007-09-101-0/+50
* New test.Devang Patel2007-09-101-0/+32
* Implement misaligned FP loads and stores.Dale Johannesen2007-09-081-0/+53
* Add missing index versions of instructions to the map.Bill Wendling2007-09-071-0/+16
* Avoid storing and reloading zeros and other constants from stack slotsDan Gohman2007-09-071-0/+14
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-0/+25
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-074-92/+92
* Test for PR1641.Bill Wendling2007-09-071-0/+14
* Don't zap back to back volatile load/storesChris Lattner2007-09-071-0/+14
* Proper handle case, when aliasee is external weak symbol referenced only by a...Anton Korobeynikov2007-09-061-0/+4
* When the two operands of an icmp are equal, there are five possible predicatesNick Lewycky2007-09-061-0/+10
* Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:Evan Cheng2007-09-061-0/+49
* Change all floating constants that are not exactlyDale Johannesen2007-09-0521-32/+32
* Testcases for PR1628.Duncan Sands2007-09-053-0/+11
* Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling2007-09-051-0/+15
* Fix for PR1632. EHSELECTION always produces a i32 value.Evan Cheng2007-09-041-0/+38
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-041-0/+20
* Fix a gcroot lowering bug.Evan Cheng2007-09-011-0/+10
* Initial support for calling functions with byval arguments on x86-64Rafael Espindola2007-08-311-0/+19
* Update test case to reflect Dale's change.Evan Cheng2007-08-311-1/+3
* Do not run on darwin.Tanya Lattner2007-08-301-2/+2
* Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng2007-08-301-1/+2
* Add explicit triples to avoid default behavior that varies by host.Dan Gohman2007-08-274-4/+4
* Remove this test as it is too hard to fix after theDuncan Sands2007-08-271-1621/+0
* Fix this test: llvm-gcc-4.2 optimizes almost everything away,Duncan Sands2007-08-271-2/+2
* Now that we don't output cleanups by default, the actionDuncan Sands2007-08-271-1/+1
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-274-0/+36
* call libc memcpy/memset if array size is bigger then threshold.Rafael Espindola2007-08-271-14/+16
* Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov2007-08-261-0/+47
* Constant split values needs upper bound and lower bound check, just like any ...Devang Patel2007-08-251-0/+52
* Allow target constants to be illegal types. The target shouldChris Lattner2007-08-251-0/+8
* While calculating upper loop bound for first loop and lower loop bound for se...Devang Patel2007-08-251-0/+52
* Fix this testcase: there are two matches forDuncan Sands2007-08-231-2/+2
* update test to check that codegen works with llvm.used in llvm.metadata sectionAndrew Lenharth2007-08-221-1/+1
* Testcase for llvm.c* intrinsic failures.Bill Wendling2007-08-221-0/+6
* Test handling of complex constants as lvalues. Duncan Sands2007-08-221-0/+3
* Do not split loops rejected by processOneIterationLoop().Devang Patel2007-08-202-4/+2
* Fix this test for gcc-4.2.Duncan Sands2007-08-201-1/+1
* Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)Evan Cheng2007-08-181-0/+25
* Add loop index split tests.Devang Patel2007-08-177-0/+325
* New test. Make sure dynamic_stackalloc size is rounded up.Evan Cheng2007-08-161-0/+16
* Update test: dynamic_stackalloc size *must* be rounded to ensure stack ptr be...Evan Cheng2007-08-161-1/+8
* add byval testRafael Espindola2007-08-161-0/+10
* Add a test to ensure that obvious link messages are actually produced on Reid Spencer2007-08-161-0/+11
* Implement FPOWI ExpandOp.Lauro Ramos Venancio2007-08-151-0/+16
* Test case for PR1609.Evan Cheng2007-08-151-0/+106
* This test used "wc | grep ..."; convert it to use the count script.Dan Gohman2007-08-151-4/+4
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-1510-15/+15