SSI needs to require DT and DF transitively, since it uses them outside of its runOnF...
[oota-llvm.git] / test /
2009-10-02 Torok EdwinFix make rule when objdir is inside srcdir.
2009-10-02 Evan ChengFix tests.
2009-10-02 Evan ChengFix test.
2009-10-02 Evan ChengC++ member functions must be 2 byte aligned per ABI.
2009-10-02 Evan ChengForgot about ARM::tPUSH. It also has a new writeback...
2009-10-02 Evan ChengMove load / store multiple before post-alloc scheduling.
2009-10-02 Evan ChengTest case for aligned attribute on function declaration.
2009-10-01 David GoodwinRemove neonfp attribute and instead set default based...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-10-01 Evan ChengARM::tPOP and tPOP_RET each has an extra writeback...
2009-10-01 Chris Lattnerremove the GVNPRE pass. It has been subsumed by the...
2009-09-30 Evan ChengForgot this test earlier.
2009-09-30 David GoodwinRemove regression that requires post-RA scheduling...
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-29 David GoodwinPost-RA regressions.
2009-09-29 Evan ChengFix PR4687. Pre ARMv5te does not support ldrd / strd...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Dan GohmanAdd a testcase for r83011.
2009-09-28 Dan GohmanAdd a CHECK line to check the position of the second...
2009-09-28 Dan GohmanAdd a testcase to help test analysis preservation.
2009-09-28 Evan ChengMake ARM and Thumb2 32-bit immediate materialization...
2009-09-28 Chris LattnerThe select instruction is not neccesarily in the same...
2009-09-28 Evan ChengCoalescer should not delete extract_subreg, insert_subr...
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-27 Anton KorobeynikovUse movt/movw pair to materialize 32 bit constants...
2009-09-27 Chris LattnerEnhance the previous fix for PR4895 to allow more value...
2009-09-27 Chris Lattnerimplement PR4895, by making FoldOpIntoPhi handle select...
2009-09-27 Evan ChengEnable pre-regalloc load / store multiple pass for...
2009-09-27 Chris Lattnerimplement and document support for filecheck variables...
2009-09-27 Nick LewyckyFilecheckify this one test.
2009-09-26 Evan ChengRemove this test.
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanFix a case where ScalarEvolution was expanding pointer...
2009-09-26 Dan GohmanConvert comparisons like (x == infinity) to (x >= infin...
2009-09-26 Daniel Dunbar"Update" tests for -disable-if-conversion removal....
2009-09-26 Evan ChengConvert test to filecheck.
2009-09-26 Dan GohmanI put the wrong rdar number in this test.
2009-09-25 Dan GohmanUnbreak MachineLICM for instructions that reference...
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...
2009-09-25 Dan GohmanFix MachineSink to be able to sink instructions that...
2009-09-25 Evan ChengFlip -disable-post-RA-scheduler to -post-RA-scheduler.
2009-09-25 Dale JohannesenHandle sqrt in CannotBeNegativeZero. absf and absl
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dale JohannesenAdd readonly to some sin and cos calls; transformations
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-25 Chris Lattnerreimplement the regex matching strategy by building...
2009-09-25 Bob Wilsonpr4926: ARM requires the stack pointer to be aligned...
2009-09-25 Chris Lattnerconvert testcases to filecheck.
2009-09-25 Chris Lattnerremove a large unreduced testcase
2009-09-24 Dale JohannesenReenable sqrt IR generation test.
2009-09-24 Bob WilsonConvert to FileCheck.
2009-09-24 Dan GohmanAdd nounwind to this test.
2009-09-24 Torok EdwinConstant propagating byval pointer is safe if function...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-24 Torok EdwinDon't constant propagate byval pointers, since they...
2009-09-24 Daniel DunbarAdd count/not tools as executables.
2009-09-24 Evan ChengFix PR5024 with a big hammer: disable the double-def...
2009-09-24 Evan ChengClean up LiveVariables and change how it deals with...
2009-09-23 Dale JohannesenDisable test; what it's testing for is wrong.
2009-09-23 Evan ChengAdd nounwind.
2009-09-23 Evan ChengFix PR5024. LiveVariables physical register defs should...
2009-09-23 Evan ChengFix a obvious logic error.
2009-09-22 Evan ChengFix PR5024. LiveVariables::FindLastPartialDef should...
2009-09-22 Daniel DunbarInitial support for running LLVM tests from cmake.
2009-09-22 Daniel DunbarGenerate lit.site.cfg from a .in file, as clang does.
2009-09-22 Evan ChengFix a pasto. Also simplify for Bill's benefit.
2009-09-21 Chris LattnerFix PR5023: The instruction form of DominatorTree:...
2009-09-21 Evan ChengClean up spill weight computation. Also some changes...
2009-09-21 Dan GohmanAdd a comment mentioning the rdar number associated...
2009-09-21 Dan GohmanAdd support for rematerializing FsFLD0SS and FsFLD0SD...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-21 Chris Lattnerfix PR5016, a crash I introduced in GVN handing first...
2009-09-21 Chris Lattnerenable non-local analysis and PRE of large store -...
2009-09-21 Chris Lattneradd pr#
2009-09-21 Chris LattnerImprove GVN to be able to forward substitute a small...
2009-09-21 Evan ChengFix PR4986. "r1024 = insert_subreg r1024, undef, 2...
2009-09-21 Chris Lattnerfix a FileCheck bug where:
2009-09-21 Daniel DunbarMove ARM and X86 specific AsmParser tests into separate...
2009-09-20 Daniel DunbarWork around a FileCheck bug, for now.
2009-09-20 Chris LattnerRevert r82404, it is causing a bootstrap miscompile...
2009-09-20 Chris Lattnerthis was not supposed to be committed
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-20 Chris Lattnerimprove memdep to eliminate bitcasts (and aliases,...
2009-09-20 Chris LattnerMove CoerceAvailableValueToLoadType earlier in GVN...
2009-09-20 Daniel DunbarTeach 'make check-all' to build the site configuration...
2009-09-20 Chris Lattnerenhance GVN to forward substitute a stored value to...
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Nick LewyckyFold 'icmp eq (icmp), true' into an xor(icmp).
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-20 Nick LewyckyRewrite this check so that it checks what it's supposed...
2009-09-20 Nick LewyckyTeach the constant folder how to not a cmpinst.
2009-09-20 Daniel DunbarAdd 'make check-all', which runs the LLVM tests along...
2009-09-20 Nick LewyckyTry turning icmp(bitcast(x), bitcast(y)) into icmp...
2009-09-20 Nick LewyckyClean up the usage of evaluateICmpRelation's return...
2009-09-20 Dale JohannesenWhen computing live intervals for earlyclobber operands,
2009-09-20 Nick LewyckyTeach the constant folder how to handle a few simple...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Dan GohmanDelete the label names from this test to make it less...
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-18 Dale JohannesenModel the carry bit on ppc32. Without this we could
next