summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix PR4254.Torok Edwin2009-05-23
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-23
* Fix test to account for legalization changes; I think this ends up Eli Friedman2009-05-23
* Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instea...Evan Cheng2009-05-22
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22
* Teach IndVarSimplify's FixUsesBeforeDefs to handle InvokeInsts byDan Gohman2009-05-22
* Fix a thinko in the code that adapted SCEVMulExpr operands forDan Gohman2009-05-22
* Revert this. There's no way to verifiy indirect calls, and an optimizer can turnTorok Edwin2009-05-22
* Verify that calling conventions match function prototype.Torok Edwin2009-05-22
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-21
* Fix some incorrect logic in DominanceFrontier::splitBlock. Part of Eli Friedman2009-05-21
* Teach ValueTracking a new way to analyze PHI nodes, and and teachDan Gohman2009-05-21
* Fix for PR4235: to build a floating-point value from integer parts, Eli Friedman2009-05-20
* Fix test on non-darwin hosts.Evan Cheng2009-05-20
* Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng2009-05-20
* Cannot use immediate as call absolute target in PIC mode.Evan Cheng2009-05-20
* Suppress the IV reversal transformation in the case that the RHSDan Gohman2009-05-20
* Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 andBob Wilson2009-05-19
* Fix pr4091: Add support for "m" constraint in ARM inline assembly.Bob Wilson2009-05-19
* Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman2009-05-19
* Commands beginning with '--' are converted to '-f' by gcc. Blech!Bill Wendling2009-05-18
* Teach ScalarEvolution to recognize x^-1 in the case where non-demandedDan Gohman2009-05-18
* Make ScalarEvolution::isLoopGuardedByCond work even when the edgeDan Gohman2009-05-18
* Add nounwind to a few tests.Dan Gohman2009-05-18
* Check that the gcc front-end is not doing inliningDuncan Sands2009-05-17
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-17
* TypoAnton Korobeynikov2009-05-17
* Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen2009-05-16
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Fix tests to not upset DejaGNU.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* Add nounwind to this test.Dan Gohman2009-05-13
* Remove too large testcase.Bill Wendling2009-05-13
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-13
* Testcase for 71688.Dale Johannesen2009-05-13
* calls in nothrow functions can be marked nothrow even if the calleeChris Lattner2009-05-13
* Fix PR4206 - crash in simplify lib callsChris Lattner2009-05-13
* If header of inner loop is aligned, do not align the outer loop header. We do...Evan Cheng2009-05-12
* Teach TransferDeadness to delete truly dead instructions if they do not produ...Evan Cheng2009-05-12
* Add nounwind.Evan Cheng2009-05-12
* Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...Evan Cheng2009-05-12
* Fix pr4195: When iterating through predecessor blocks, break out of the loopBob Wilson2009-05-12
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-12
* When forgetting SCEVs for loop PHIs, don't forget SCEVUnknown values.Dan Gohman2009-05-12
* Teach LSR to optimize more loop exit compares, i.e. change them to use postin...Evan Cheng2009-05-11
* Fix PR4188. TailMerging can't tolerate inexactDale Johannesen2009-05-11
* Make this grep line a little more specific so that it doesn'tDan Gohman2009-05-11