aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* gcroot testcase, patch by Eric Christopher.Chris Lattner2007-09-211-0/+28
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-211-0/+1
* Testcase for PR1678.Duncan Sands2007-09-201-0/+14
* Disable if-conversion for this test.Evan Cheng2007-09-201-1/+1
* -enable-arm-if-conversion is gone.Evan Cheng2007-09-208-23/+23
* Incorporating review feedback for GC verifier patch.Gordon Henriksen2007-09-201-2/+5
* Fix several more entries in the x86 reload/remat folding tables.Dan Gohman2007-09-201-0/+124
* Excuse me.Nick Lewycky2007-09-201-1/+1
* Fix optimization. %x = sub %x, %y does not imply that %y is zero.Nick Lewycky2007-09-201-0/+102
* Avoid unsafe promotion.Devang Patel2007-09-191-0/+35
* Testcase for PR1678.Duncan Sands2007-09-191-0/+10
* Clean up.Evan Cheng2007-09-181-215/+1
* Fix a bogus splat xform:Evan Cheng2007-09-181-0/+244
* rename test, it is obviously misspelledGabor Greif2007-09-181-0/+0
* Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen2007-09-181-16/+106
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-184-1/+255
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen2007-09-181-1/+12
* Fix PR1657Devang Patel2007-09-181-0/+26
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-181-0/+65
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-176-1/+72
* Instcombine x-((x/y)*y) into a remainder operator.Dan Gohman2007-09-172-0/+16
* Emit integer x<1 as x<=0, as comparisons with zero (now includeingDan Gohman2007-09-171-0/+7
* Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This wasDan Gohman2007-09-171-0/+7
* remove obsolete tests.Chris Lattner2007-09-153-17/+0
* New testcase for PR1662. GCC trees are horrible :(Chris Lattner2007-09-151-0/+7
* Add explicit triples to avoid default behavior that varies by host.Dan Gohman2007-09-141-1/+1
* Add support for functions with byval arguments on x86Rafael Espindola2007-09-141-1/+4
* Fixed a typo that's causing a missing kill marker.Evan Cheng2007-09-121-0/+15
* Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng2007-09-111-0/+9
* Fix date :)Anton Korobeynikov2007-09-111-0/+0
* Testcase for recent pragma pack stuffAnton Korobeynikov2007-09-111-0/+32
* Test that a call to a trampoline is turned into a call toDuncan Sands2007-09-111-0/+24
* Testcase for PR1634Chris Lattner2007-09-111-0/+88
* remove obsolete testcaseChris Lattner2007-09-101-9/+0
* Fix a buggy constant folding transformation when handling aliases.Chris Lattner2007-09-101-0/+13
* Fix PR1645 by resolving forward alias references.Chris Lattner2007-09-101-0/+9
* Add missing llvm-dis.Dale Johannesen2007-09-101-1/+1
* 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