aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-09-21Remove loop index split test cases for release.Tanya Lattner
2007-09-15Merge from mainline to fix make check error on x86.Tanya Lattner
2007-09-12Fixed a typo that's causing a missing kill marker.Evan Cheng
2007-09-11Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng
2007-09-11Fix date :)Anton Korobeynikov
2007-09-11Testcase for recent pragma pack stuffAnton Korobeynikov
2007-09-11Test that a call to a trampoline is turned into a call toDuncan Sands
2007-09-11Testcase for PR1634Chris Lattner
2007-09-10remove obsolete testcaseChris Lattner
2007-09-10Fix a buggy constant folding transformation when handling aliases.Chris Lattner
2007-09-10Fix PR1645 by resolving forward alias references.Chris Lattner
2007-09-10Add missing llvm-dis.Dale Johannesen
2007-09-10this is not infinite recursion.Chris Lattner
2007-09-10Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner
2007-09-10Filter exit conditions which are not yet handled.Devang Patel
2007-09-10New test.Devang Patel
2007-09-08Implement misaligned FP loads and stores.Dale Johannesen
2007-09-07Add missing index versions of instructions to the map.Bill Wendling
2007-09-07Avoid storing and reloading zeros and other constants from stack slotsDan Gohman
2007-09-07Add support for having different alignment for objects on call frames.Rafael Espindola
2007-09-07Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov
2007-09-07Test for PR1641.Bill Wendling
2007-09-07Don't zap back to back volatile load/storesChris Lattner
2007-09-06Proper handle case, when aliasee is external weak symbol referenced only by a...Anton Korobeynikov
2007-09-06When the two operands of an icmp are equal, there are five possible predicatesNick Lewycky
2007-09-06Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:Evan Cheng
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-09-05Testcases for PR1628.Duncan Sands
2007-09-05Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling
2007-09-04Fix for PR1632. EHSELECTION always produces a i32 value.Evan Cheng
2007-09-04Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng
2007-09-01Fix a gcroot lowering bug.Evan Cheng
2007-08-31Initial support for calling functions with byval arguments on x86-64Rafael Espindola
2007-08-31Update test case to reflect Dale's change.Evan Cheng
2007-08-30Do not run on darwin.Tanya Lattner
2007-08-30Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng
2007-08-27Add explicit triples to avoid default behavior that varies by host.Dan Gohman
2007-08-27Remove this test as it is too hard to fix after theDuncan Sands
2007-08-27Fix this test: llvm-gcc-4.2 optimizes almost everything away,Duncan Sands
2007-08-27Now that we don't output cleanups by default, the actionDuncan Sands
2007-08-27If the source and destination pointers in an llvm.memmove are knownDan Gohman
2007-08-27call libc memcpy/memset if array size is bigger then threshold.Rafael Espindola
2007-08-26Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov
2007-08-25Constant split values needs upper bound and lower bound check, just like any ...Devang Patel
2007-08-25Allow target constants to be illegal types. The target shouldChris Lattner
2007-08-25While calculating upper loop bound for first loop and lower loop bound for se...Devang Patel
2007-08-23Fix this testcase: there are two matches forDuncan Sands
2007-08-22update test to check that codegen works with llvm.used in llvm.metadata sectionAndrew Lenharth
2007-08-22Testcase for llvm.c* intrinsic failures.Bill Wendling
2007-08-22Test handling of complex constants as lvalues. Duncan Sands