Fix another parallel make race condition.
[oota-llvm.git] / test /
2009-12-18 Mikhail GlushenkovMake 'set_option' work with list options.
2009-12-18 Eli FriedmanOptimize icmp of null and select of two constants even...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Dan GohmanTidy up this testcase and add test for tailcall optimiz...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-18 Dan GohmanRemove "tail" keywords. These calls are not intended...
2009-12-18 Jakob Stoklund OlesenAdd test case for the phi reuse patch.
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 Eli FriedmanAllow instcombine to combine "sext(a) >u const" to...
2009-12-17 Eli FriedmanMake the ptrtoint comparison simplification work if...
2009-12-17 Eli FriedmanSlightly generalize transformation of memmove(a,a,n...
2009-12-17 Bob WilsonRe-revert 91459. It's breaking the x86_64 darwin boots...
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Eli FriedmanAggressively flip compare constant expressions where...
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-16 Daniel DunbarReapply r91459, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarRevert "Reapply 91184 with fixes and an addition to...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Nick LewyckyMake this test pass on Linux.
2009-12-16 Devang PatelXFAIL on ppc-darwin.
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-15 Bob WilsonReapply 91184 with fixes and an addition to the testcas...
2009-12-15 Chris Lattneroptimize strstr, PR5783
2009-12-15 Mikhail GlushenkovConvert llvmc tests to FileCheck.
2009-12-15 Mikhail GlushenkovSupport hook invocation from 'append_cmd'.
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovPipe 'grep' output to 'count'.
2009-12-15 Mikhail GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-12-15 Evan ChengPropagate zest through logical shift.
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-14 Eric ChristopherAdd radar fixed in comment.
2009-12-14 Shantonu SenRemove empty file completely
2009-12-14 Chris Lattnerrevert r91184, because it causes a crash on a .bc file...
2009-12-14 Mikhail GlushenkovAdd a test for the 'init' option property.
2009-12-12 Evan ChengDisable r91104 for x86. It causes partial register...
2009-12-12 Benjamin KramerFix some CHECK lines which were ignored by accident.
2009-12-11 Bob WilsonRevise scalar replacement to be more flexible about...
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Dan GohmanChange this to the correct PR number.
2009-12-11 Dan GohmanMake getUniqueExitBlocks's precondition assert more...
2009-12-11 Dan GohmanFix the result type of SELECT nodes lowered from Select...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-11 Evan ChengTests for 91103 and 91104.
2009-12-10 Eric ChristopherAdd a test for the fix in revision 91009.
2009-12-10 Evan ChengIt's not safe to coalesce a move where src and dst...
2009-12-10 Chris LattnerFix PR5744, a case where we were getting the pointer...
2009-12-09 Evan ChengFix test.
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-09 Chris Lattnerfix hte last remaining known (by me) phi translation...
2009-12-09 Chris LattnerAdd a minor optimization: if we haven't changed the...
2009-12-09 Chris Lattnerfix PR5733, a case where we'd replace an add with a...
2009-12-09 Chris Lattnermerge crash-2.ll into crash.ll
2009-12-09 Chris Lattnerthe code in GVN that tries to forward large loads to...
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-09 Devang PatelRemove tests that are not suitable anymore. Plus they...
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-12-08 Daniel DunbarCMake/lit: Add llvm_{unit_,}site_config parameters...
2009-12-08 Devang PatelDo not try to push dead variable's debug info into...
2009-12-08 Duncan SandsTeach GlobalOpt to delete aliases with internal linkage...
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-12-07 Evan ChengTest case for 90787.
2009-12-07 David GreeneUse FileCheck and set nounwind on calls.
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-12-06 Anton KorobeynikovDynamic stack realignment use of sp register as source...
2009-12-06 Chris Lattnerfix PR5698
2009-12-06 Chris Lattnerconstant fold loads from memcpy's from global constants...
2009-12-06 Chris Lattneradd support for forwarding mem intrinsic values to...
2009-12-06 Chris Lattnergvn is optimizing this better now.
2009-12-06 Chris LattnerHandle forwarding local memsets to loads. For example...
2009-12-06 Chris Lattnermerge two tests.
2009-12-05 Bill WendlingTemporarily revert r90502. It was causing the llvm...
2009-12-05 Nick LewyckyGeneralize this optimization to work on equality compar...
2009-12-05 Dan GohmanFix this code to use DIScope instead of DICompileUnit...
2009-12-05 Dan GohmanRemove now-redundant llvm-as invocations.
2009-12-04 Bill WendlingAdd testcase for PR4262.
2009-12-04 Bill WendlingTemporarily revert r72620 because r72619 was reverted.
2009-12-04 Chris LattnerFix PR5551 by not ignoring the top level constantexpr...
2009-12-04 Chris LattnerSmall and carefully crafted testcase showing a miscompi...
2009-12-04 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-03 Nate BegemanDon't pull vector sext through both hands of a logical...
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-12-03 Owen AndersonFix this crasher, and add a FIXME for a missed optimiza...
2009-12-03 Chris Lattneradd a failing testcase.
2009-12-03 Chris Lattnerfix PR5673 by being more careful about pointers to...
2009-12-02 Bill WendlingRemove unnecessary check.
2009-12-02 Owen AndersonCleanup/remove some parts of the lifetime region handli...
2009-12-02 Chris Lattnermerge sext-2 into sext.ll
2009-12-02 Chris Lattnerrename test
2009-12-02 Chris Lattnerfilecheckize
next