for instructions with void type we have no choice but print the instruction as
[oota-llvm.git] / test /
2009-05-29 Evan ChengRemove an accidental commit.
2009-05-29 Evan ChengMore h-registers tricks: folding zext nodes.
2009-05-28 Evan ChengDo not try to create a MVT type of width 0.
2009-05-28 Eli FriedmanAdd explicit test for PR4280.
2009-05-28 Eli FriedmanAdd a testcase which got fixed by recent legalization...
2009-05-28 Nick LewyckyUse Operands.data() instead of &Operands[0] where Opera...
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-27 Dan GohmanRevert 72493 and replace it with a more conservative...
2009-05-27 Dan GohmanIn ChangeCompareStride, when the stride to be reused...
2009-05-27 Bill WendlingThis looks like it passes now.
2009-05-27 Dan GohmanTeach SCEVExpander to avoid creating over-indexed GEP...
2009-05-27 Dan GohmanTeach BasicAliasAnalysis to understand constant gep...
2009-05-26 Dale JohannesenTestcase for (llvm-gcc-4.2) 72442 (PR 4242).
2009-05-26 Dan GohmanIn cases where a pointer value is an operand of a multi...
2009-05-25 Chris Lattnermake memdep use the getModRefInfo method for stores...
2009-05-24 Dan GohmanWhen rewriting the loop exit test with the canonical...
2009-05-24 Dan GohmanGeneralize SCEVExpander::visitAddRecExpr's GEP persuit...
2009-05-24 Torok EdwinThe rewriter may hold references to instructions that...
2009-05-23 Torok EdwinFix PR4254.
2009-05-23 Torok Edwinavailable_externall linkage is not local, this was...
2009-05-23 Eli FriedmanFix test to account for legalization changes; I think...
2009-05-22 Evan ChengFix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintof...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-22 Dan GohmanTeach IndVarSimplify's FixUsesBeforeDefs to handle...
2009-05-22 Dan GohmanFix a thinko in the code that adapted SCEVMulExpr opera...
2009-05-22 Torok EdwinRevert this. There's no way to verifiy indirect calls...
2009-05-22 Torok EdwinVerify that calling conventions match function prototype.
2009-05-21 Eli FriedmanFix broken logic in DominatorTreeBase::Split. Part...
2009-05-21 Eli FriedmanFix some incorrect logic in DominanceFrontier::splitBlo...
2009-05-21 Dan GohmanTeach ValueTracking a new way to analyze PHI nodes...
2009-05-20 Eli FriedmanFix for PR4235: to build a floating-point value from...
2009-05-20 Evan ChengFix test on non-darwin hosts.
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-05-20 Evan ChengCannot use immediate as call absolute target in PIC...
2009-05-20 Dan GohmanSuppress the IV reversal transformation in the case...
2009-05-19 Bob WilsonFix pr4058 and pr4059. Do not split i64 or double...
2009-05-19 Bob WilsonFix pr4091: Add support for "m" constraint in ARM inlin...
2009-05-19 Dan GohmanTeach SCEVExpander to expand arithmetic involving point...
2009-05-18 Bill WendlingCommands beginning with '--' are converted to '-f'...
2009-05-18 Dan GohmanTeach ScalarEvolution to recognize x^-1 in the case...
2009-05-18 Dan GohmanMake ScalarEvolution::isLoopGuardedByCond work even...
2009-05-18 Dan GohmanAdd nounwind to a few tests.
2009-05-17 Duncan SandsCheck that the gcc front-end is not doing inlining
2009-05-17 Anton KorobeynikovMark rotl/rotr as expand. This generates pretty ugly...
2009-05-17 Anton KorobeynikovTypo
2009-05-16 Jakob Stoklund OlesenHelp DejaGnu avoid pipe-jam by producing less output...
2009-05-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 David GreeneFix tests to not upset DejaGNU.
2009-05-14 David GreeneGraduate LLVM to the big leagues by embedding a LISP...
2009-05-14 David GreeneImplement a !foreach operator analogous to GNU make...
2009-05-14 David GreeneImplement a !subst operation simmilar to $(subst) in...
2009-05-14 David GreeneImplement !cast.
2009-05-13 Dan GohmanAdd nounwind to this test.
2009-05-13 Bill WendlingRemove too large testcase.
2009-05-13 Bill WendlingMove the bookkeeping of the debug scopes back to the...
2009-05-13 Dale JohannesenTestcase for 71688.
2009-05-13 Chris Lattnercalls in nothrow functions can be marked nothrow even...
2009-05-13 Chris LattnerFix PR4206 - crash in simplify lib calls
2009-05-12 Evan ChengIf header of inner loop is aligned, do not align the...
2009-05-12 Evan ChengTeach TransferDeadness to delete truly dead instruction...
2009-05-12 Evan ChengAdd nounwind.
2009-05-12 Evan ChengFixed a stack slot coloring with reg bug: do not update...
2009-05-12 Bob WilsonFix pr4195: When iterating through predecessor blocks...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-12 Dan GohmanWhen forgetting SCEVs for loop PHIs, don't forget SCEVU...
2009-05-11 Evan ChengTeach LSR to optimize more loop exit compares, i.e...
2009-05-11 Dale JohannesenFix PR4188. TailMerging can't tolerate inexact
2009-05-11 Dan GohmanMake this grep line a little more specific so that...
2009-05-11 Dan GohmanWhen scalarizing a vector BITCAST, check whether the...
2009-05-11 Dan GohmanConvert a subtract into a negate and an add when it...
2009-05-11 Dale JohannesenReverse a loop that is counting up to a maximum to
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-10 Anton KorobeynikovAdd MSP430 test for PR4136
2009-05-09 Eli FriedmanAllow scalar evolution to compute iteration counts...
2009-05-08 Evan ChengEnable loop bb placement optimization.
2009-05-08 Dan GohmanFix bogus overflow checks by replacing them with actual
2009-05-08 Dan GohmanUse .td for tablegen files, not .ll.
2009-05-08 Dan GohmanFold trunc casts into add-recurrence expressions, allow...
2009-05-08 Chris LattnerFix PR4152: asm constraint validation happens before...
2009-05-08 Chris Lattnerfix RewriteStoreUserOfWholeAlloca to use the correct...
2009-05-08 Evan ChengOptimize code placement in loop to eliminate unconditio...
2009-05-08 Eli FriedmanPR4123: don't crash when inlining a call which uses...
2009-05-07 Bob WilsonFix pr4100. Do not remove no-op copies when they are...
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Duncan SandsRevert r70876 and add a testcase (@c7) showing the...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Dan GohmanConstant-fold ptrtoint+add+inttoptr to gep when the...
2009-05-07 Bill WendlingTHis doesn't fail.
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-06 Evan ChengDo not use register as base ptr of pre- and post- inc...
2009-05-06 Duncan SandsNounwind is not valid for function return values.
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-05-06 Duncan SandsFix PR3754: don't mark functions that wrap MallocInst...
2009-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-05-05 Dan GohmanIf a MachineBasicBlock has multiple ways of reaching...
2009-05-05 Bill WendlingTemporarily reverting r71008. It was causing this failure:
2009-05-05 Evan ChengEnable stack coloring with regs at -O3.
next