Fix for srcdir <> objdir builds.
[oota-llvm.git] / test /
2007-09-21 Devang PatelFix PR1692
2007-09-21 Chris Lattnergcroot testcase, patch by Eric Christopher.
2007-09-21 Rafael EspindolaDon't add a default STACK_ALIGN (use the generic ABI...
2007-09-20 Duncan SandsTestcase for PR1678.
2007-09-20 Evan ChengDisable if-conversion for this test.
2007-09-20 Evan Cheng-enable-arm-if-conversion is gone.
2007-09-20 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-20 Dan GohmanFix several more entries in the x86 reload/remat foldin...
2007-09-20 Nick LewyckyExcuse me.
2007-09-20 Nick LewyckyFix optimization. %x = sub %x, %y does not imply that...
2007-09-19 Devang PatelAvoid unsafe promotion.
2007-09-19 Duncan SandsTestcase for PR1678.
2007-09-18 Evan ChengClean up.
2007-09-18 Evan ChengFix a bogus splat xform:
2007-09-18 Gabor Greifrename test, it is obviously misspelled
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Gordon HenriksenAdding ocaml language bindings for the vmcore and bitwr...
2007-09-18 Gordon Henriksengit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2007-09-18 Devang PatelFix PR1657
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.
2007-09-17 Dan GohmanEmit integer x<1 as x<=0, as comparisons with zero...
2007-09-17 Dan GohmanUse "test reg,reg" in place of "cmp reg,0" for 64-bit...
2007-09-15 Chris Lattnerremove obsolete tests.
2007-09-15 Chris LattnerNew testcase for PR1662. GCC trees are horrible :(
2007-09-14 Dan GohmanAdd explicit triples to avoid default behavior that...
2007-09-14 Rafael EspindolaAdd support for functions with byval arguments on x86
2007-09-12 Evan ChengFixed a typo that's causing a missing kill marker.
2007-09-11 Evan ChengSometimes a MI can define a register as well as definin...
2007-09-11 Anton KorobeynikovFix date :)
2007-09-11 Anton KorobeynikovTestcase for recent pragma pack stuff
2007-09-11 Duncan SandsTest that a call to a trampoline is turned into a call to
2007-09-11 Chris LattnerTestcase for PR1634
2007-09-10 Chris Lattnerremove obsolete testcase
2007-09-10 Chris LattnerFix a buggy constant folding transformation when handli...
2007-09-10 Chris LattnerFix PR1645 by resolving forward alias references.
2007-09-10 Dale JohannesenAdd missing llvm-dis.
2007-09-10 Chris Lattnerthis is not infinite recursion.
2007-09-10 Chris LattnerPrevent tailcallelim from breaking "recursive" calls...
2007-09-10 Devang PatelFilter exit conditions which are not yet handled.
2007-09-10 Devang PatelNew test.
2007-09-08 Dale JohannesenImplement misaligned FP loads and stores.
2007-09-07 Bill WendlingAdd missing index versions of instructions to the map.
2007-09-07 Dan GohmanAvoid storing and reloading zeros and other constants...
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-07 Bill WendlingTest for PR1641.
2007-09-07 Chris LattnerDon't zap back to back volatile load/stores
2007-09-06 Anton KorobeynikovProper handle case, when aliasee is external weak symbo...
2007-09-06 Nick LewyckyWhen the two operands of an icmp are equal, there are...
2007-09-06 Evan ChengFix a bug in X86InstrInfo::convertToThreeAddress that...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-09-05 Duncan SandsTestcases for PR1628.
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.
2007-09-04 Evan ChengFix for PR1632. EHSELECTION always produces a i32 value.
2007-09-04 Evan ChengFix for PR1613: added 64-bit rotate left PPC instructio...
2007-09-01 Evan ChengFix a gcroot lowering bug.
2007-08-31 Rafael EspindolaInitial support for calling functions with byval argume...
2007-08-31 Evan ChengUpdate test case to reflect Dale's change.
2007-08-30 Tanya LattnerDo not run on darwin.
2007-08-30 Evan ChengAdded support to fold X86 load / store instructions...
2007-08-27 Dan GohmanAdd explicit triples to avoid default behavior that...
2007-08-27 Duncan SandsRemove this test as it is too hard to fix after the
2007-08-27 Duncan SandsFix this test: llvm-gcc-4.2 optimizes almost everything...
2007-08-27 Duncan SandsNow that we don't output cleanups by default, the action
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Rafael Espindolacall libc memcpy/memset if array size is bigger then...
2007-08-26 Anton KorobeynikovDon't promote volatile loads/stores. This is needed...
2007-08-25 Devang PatelConstant split values needs upper bound and lower bound...
2007-08-25 Chris LattnerAllow target constants to be illegal types. The target...
2007-08-25 Devang PatelWhile calculating upper loop bound for first loop and...
2007-08-23 Duncan SandsFix this testcase: there are two matches for
2007-08-22 Andrew Lenharthupdate test to check that codegen works with llvm.used...
2007-08-22 Bill WendlingTestcase for llvm.c* intrinsic failures.
2007-08-22 Duncan SandsTest handling of complex constants as lvalues.
2007-08-20 Devang PatelDo not split loops rejected by processOneIterationLoop().
2007-08-20 Duncan SandsFix this test for gcc-4.2.
2007-08-18 Evan ChengTest dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
2007-08-17 Devang PatelAdd loop index split tests.
2007-08-16 Evan ChengNew test. Make sure dynamic_stackalloc size is rounded up.
2007-08-16 Evan ChengUpdate test: dynamic_stackalloc size *must* be rounded...
2007-08-16 Rafael Espindolaadd byval test
2007-08-16 Reid SpencerAdd a test to ensure that obvious link messages are...
2007-08-15 Lauro Ramos VenancioImplement FPOWI ExpandOp.
2007-08-15 Evan ChengTest case for PR1609.
2007-08-15 Dan GohmanThis test used "wc | grep ..."; convert it to use the...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanDelete extraneous uses of wc -l.
2007-08-15 Dan GohmanConvert another test to use the count script. This...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-14 Evan ChengNew test.
2007-08-14 Evan ChengTest case for PR1596.
2007-08-14 Chris Lattnertcl seems to hate |& for some reason.
2007-08-14 Chris Lattnerswitch this to use fastcc to avoid fpstack traffic...
2007-08-14 Evan ChengUpdate test case. A spill should now be deleted.
2007-08-14 Evan ChengSpiller reuse test case.
2007-08-13 Evan ChengNow capable of rematerializing coalesced live intervals.
2007-08-13 Dan GohmanWhen x86 addresses matching exceeds its recursion limit...
2007-08-13 Chris LattnerFix PR1607
next