add this to SVN to allow collaborative hacking.
[oota-llvm.git] / test /
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-03-31 Evan ChengThrottle back "fold select into operand" transformation...
2009-03-31 Evan ChengFully general expansion of integer shift of any size.
2009-03-31 Dan GohmanAdd an explicit -asm-verbose to these tests, to make it
2009-03-31 Devang PatelUpdate call graph after inlining invoke.
2009-03-31 Owen AndersonRemove the "fast" cases for spill and restore point...
2009-03-31 Dan GohmanFix live-out reg logic to not insert over-aggressive...
2009-03-30 Devang PatelLoop Index Split can eliminate a loop if it can determi...
2009-03-30 Evan ChengTurn a 2-address instruction into a 3-address one when...
2009-03-30 Anton KorobeynikovTweak test for recent relro stuff
2009-03-30 Evan ChengForgot this test.
2009-03-29 Anton KorobeynikovTestcase for recent ro/relocs stuff
2009-03-29 Duncan SandsFix PR3899: add support for extracting floats from...
2009-03-28 Arnold SchwaighoferMake check in CheckTailCallReturnConstraints for ignora...
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-27 Dan GohmanFix this test so that it doesn't spuriously fail due...
2009-03-27 Evan ChengAdd a __builtin___memset_chk test.
2009-03-26 Evan ChengAdd -march=x86.
2009-03-26 Bill WendlingAdd -f to RUN line.
2009-03-26 Chris Lattnerno need for eh info
2009-03-26 Bill WendlingAdd testcase for r67728.
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2009-03-25 Evan ChengAdd a test case for PR3779: when to promote the functio...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-25 Evan ChengOne more test.
2009-03-25 Evan ChengAdd __builtin___memcpy_chk tests.
2009-03-25 Duncan SandsThese tests pass on linux.
2009-03-25 Evan ChengAdd a __builtin_object_size test.
2009-03-25 Chris LattnerFix a bug in our autoupgrade support: in an argument...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Chris LattnerFix PR3874 by restoring a condition I removed, but...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-24 Chris Lattnercanonicalize inttoptr and ptrtoint instructions which...
2009-03-24 Chris Lattnertwo changes:
2009-03-24 Dan GohmanAdd a testcase for the scheduling heuristic introduced...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-23 Evan ChengFix a bug in spill weight computation. If the alias...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-23 Evan ChengUpdate test for pr3864.
2009-03-23 Evan ChengFix PR3391 and PR3864. Reg allocator infinite looping.
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-23 Evan ChengDo not fold away subreg_to_reg if the source register...
2009-03-21 Evan ChengRe-commit r67334 and r67349 with fix.
2009-03-20 Chris LattnerFix instcombine to not introduce undefined shifts when...
2009-03-20 Duncan SandsDon't load values out of global constants with weak
2009-03-20 Nick LewyckyRevert r67334 and r37349 which break "make check" on...
2009-03-20 Evan ChengFix typo's.
2009-03-19 Evan ChengMore makefile changes to allow dejagnu tests to pass...
2009-03-18 Bill WendlingThese tests are now passing on Darwin because of r67139.
2009-03-18 Chris Lattneraha, DAE does have to think about PHI nodes. Many...
2009-03-18 Chris LattnerFix PR3826 - InstComb assert with vector shift, by...
2009-03-18 Rafael EspindolaAdd -relocation-model=pic so that the test works
2009-03-18 Zhou ShengFix a bug.
2009-03-18 Mon P WangAdded missing support for widening when splitting an...
2009-03-18 Evan ChengAdd another test case for r64440.
2009-03-18 Evan Chengxfail these tests for now.
2009-03-18 Chris LattnerDisable the "call to immediate" optimization on x86...
2009-03-18 Chris LattnerFix PR3807 by inserting 'insertelement' instructions...
2009-03-18 Bill WendlingA more proper -mtriple.
2009-03-18 Bill WendlingTemporary fix. I think Rafael wanted this to be Linux...
2009-03-17 Chris LattnerLSR shouldn't ever try to hack on integer IV's larger...
2009-03-17 Rafael EspindolaDon't force promotion of return arguments on the callee.
2009-03-17 Chris Lattnerthis is apparently passing now. Evan/Dan, please check
2009-03-17 Devang Pateltest case for rev. 67095.
2009-03-17 Chris LattnerFix codegen to compute the size of an allocation by...
2009-03-17 Evan ChengAdd newline at end of file.
2009-03-17 Scott MichelCellSPU:
2009-03-17 Duncan SandsReapply r67049, with the test adjusted for darwin
2009-03-17 Mon P WangFix a problem with DAGCombine where we were building...
2009-03-17 Dan GohmanRecognize bswapl as bswap too.
2009-03-17 Dan GohmanRecognize "bswapq" as an alternate spelling for the...
2009-03-17 Evan ChengSpiller may unfold load / mod / store instructions...
2009-03-17 Scott MichelCellSPU:
2009-03-16 Bill Wendling--- Reverse-merging (from foreign repository) r67049...
2009-03-16 Duncan SandsTweak the fix for PR3784: be less sensitive about just
2009-03-16 Scott MichelCellSPU:
2009-03-16 Chris Lattnerchange this to test for an alias result more directly.
2009-03-14 Nick LewyckyAdd a replacement for 2009-02-12-GEPNoalias.ll that...
2009-03-14 Dan GohmanApply a patch by Micah Villmow to fix AsmParser to...
2009-03-14 Dan GohmanAdd a testcase that covers a wide variety of ABI isel...
2009-03-14 Dan GohmanUse %rip-relative addressing on x86-64 whenever practic...
2009-03-13 Dan GohmanAdd a few more ptrtoint/inttoptr cast tests.
2009-03-13 Dan GohmanImprove FastISel's handling of truncates to i1, and...
2009-03-13 Evan ChengFix PR3784: If the source of a phi comes from a bb...
2009-03-13 Devang PatelFix test case. Now, llvm-gcc emits debug info for artif...
2009-03-13 Chris Lattneradd support for a few simple escape characters in tblge...
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
2009-03-13 Chris Lattnerremove a test that depends on -debug.
2009-03-13 Chris Lattnerremove a testcase that depends on -debug existing.
2009-03-13 Devang PatelTest case for rev. 66925
2009-03-13 Rafael EspindolaImprove sext and zext of TLS variables.
2009-03-13 Chris Lattnerremove a buggy test, it is not ok to use -debug in...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Chris Lattnergeneralize the previous code to use the full generality...
2009-03-13 Chris Lattneroptimize the case of cond ? 42 : 41 and friends. This...
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-13 Dan GohmanEnhance address-mode folding of ISD::ADD to handle...
next