(Hopefully) unbreak Apple-style builds.
[oota-llvm.git] / test /
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.
2009-05-05 David GreeneHandle overflow of 64-bit loop conditions.
2009-05-05 Chris LattnerAdd basic support for code generation of
2009-05-05 David GreeneAllow multiclass def names to contain "#NAME"" where...
2009-05-05 Mikhail GlushenkovFix incorrect code generation with ENV.
2009-05-04 Dan GohmanX86FastISel doesn't support the -tailcallopt ABI.
2009-05-04 Anton KorobeynikovFix code emission for conditional branches.
2009-05-04 Mike StumpRestore minor deletion.
2009-05-02 Dan GohmanPreviously, RecursivelyDeleteDeadInstructions provided...
2009-05-01 Chris Lattner'The attached patch fixes an issue where llc -march...
2009-05-01 Dan GohmanWhen printing a SCEVUnknown with pointer type, don...
2009-04-30 Dan GohmanExtend ScalarEvolution's getBackedgeTakenCount to be...
2009-04-30 Dan GohmanDon't try to mix integers and pointers in an icmp instr...
2009-04-30 Evan ChengMark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa...
2009-04-30 Chris Lattnerfix a regression handling indirect results: these need...
2009-04-29 Nate BegemanFix infinite recursion in the C++ code which handles...
2009-04-29 Dan GohmanGeneralize the cast-of-addrec folding to handle folding...
2009-04-29 Dan GohmanFix this test to match the new output from scalar-evolu...
2009-04-29 Dan GohmanInclude the source type in SCEV cast expression debug...
2009-04-29 Dale JohannesenFix recent regression in gcc.dg/pr26719.c (6835035).
2009-04-29 Evan ChengspillPhysRegAroundRegDefsUses() may have invalidated...
2009-04-29 Chris Lattnertestcase for PR4082
2009-04-29 Chris LattnerDisable the load-shrinking optimization from looking at
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Dan GohmanAs with r70333, give the primary induction variable...
2009-04-28 Dan GohmanMake this testcase slightly less trivial, so that it...
2009-04-28 Dan GohmanFix a grammaro in a comment.
2009-04-28 Anton KorobeynikovProperly print 'P' modifier on inline asm memory operands.
2009-04-28 Dale JohannesenTest for llvm-gcc bug fixed by 70301.
2009-04-28 Evan ChengFix PR4034. Bug in LiveInterval::join when it's compact...
2009-04-28 Evan ChengFix for PR4051. When 2address pass delete an instructio...
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Dale JohannesenFix PR 4086, a bug in FP IV elimination.
2009-04-27 Evan ChengFix PR4076. Correctly create live interval of physical...
2009-04-27 Dan GohmanPermit ChangeCompareStride to rewrite a comparison...
2009-04-27 Dan GohmanTeach getZeroExtendExpr and getSignExtendExpr to use...
2009-04-27 Dale JohannesenTest for (llvm-gcc) 70231.
2009-04-27 Nate BegemanRevert accidental testcase reduction
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-27 Evan ChengFix PR4056. It's possible a physical register def is...
2009-04-27 Dan GohmanFix the syntax for a PR number in a test.
2009-04-27 Dan GohmanMake this test slightly more strict.
2009-04-27 Dan GohmanWhen transforming sext(trunc(load(x))) into sext(smalle...
2009-04-27 Dan GohmanHandle ands with ~0 correctly too. This fixes PR4052.
2009-04-26 Sanjiv GuptaAny size of integral indices are allowed in gep for...
2009-04-25 Chris Lattneradd testcase for strange types of gep indices
next