aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow scalar evolution to compute iteration counts for loops with a Eli Friedman2009-05-091-0/+27
* Enable loop bb placement optimization.Evan Cheng2009-05-081-1/+1
* Fix bogus overflow checks by replacing them with actualDan Gohman2009-05-081-0/+10
* Use .td for tablegen files, not .ll.Dan Gohman2009-05-082-0/+0
* Fold trunc casts into add-recurrence expressions, allowing theDan Gohman2009-05-081-0/+24
* Fix PR4152: asm constraint validation happens before dag combine, so weChris Lattner2009-05-081-0/+17
* fix RewriteStoreUserOfWholeAlloca to use the correct type sizeChris Lattner2009-05-081-0/+12
* Optimize code placement in loop to eliminate unconditional branches or move u...Evan Cheng2009-05-081-0/+134
* PR4123: don't crash when inlining a call which uses its own result.Eli Friedman2009-05-081-0/+20
* Fix pr4100. Do not remove no-op copies when they are dead. The registerBob Wilson2009-05-071-0/+12
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-0/+18
* Revert r70876 and add a testcase (@c7) showing the problem:Duncan Sands2009-05-071-9/+18
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-18/+0
* Constant-fold ptrtoint+add+inttoptr to gep when the pointer is anDan Gohman2009-05-071-0/+18
* THis doesn't fail.Bill Wendling2009-05-071-1/+0
* Temporarily revert r71010. It was causing massive failures during self-hosting.Bill Wendling2009-05-072-0/+2
* Do not use register as base ptr of pre- and post- inc/dec load / store nodes.Evan Cheng2009-05-061-0/+11
* Nounwind is not valid for function return values.Duncan Sands2009-05-061-1/+0
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-061-1/+11
* Fix PR3754: don't mark functions that wrap MallocInst withDuncan Sands2009-05-061-0/+7
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-061-2/+2
* Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.Lang Hames2009-05-061-1/+1
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-061-0/+18
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-051-0/+13
* If a MachineBasicBlock has multiple ways of reaching another block,Dan Gohman2009-05-051-0/+23
* Temporarily reverting r71008. It was causing this failure:Bill Wendling2009-05-051-122/+0
* Enable stack coloring with regs at -O3.Evan Cheng2009-05-051-0/+361
* Handle overflow of 64-bit loop conditions.David Greene2009-05-051-0/+122
* Add basic support for code generation of Chris Lattner2009-05-051-0/+8
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-051-0/+12
* Fix incorrect code generation with ENV.Mikhail Glushenkov2009-05-051-0/+16
* X86FastISel doesn't support the -tailcallopt ABI.Dan Gohman2009-05-041-0/+13
* Fix code emission for conditional branches.Anton Korobeynikov2009-05-041-0/+28
* Restore minor deletion.Mike Stump2009-05-045-5/+84
* Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman2009-05-024-3/+5
* 'The attached patch fixes an issue where llc -march=cpp fails withChris Lattner2009-05-011-0/+13
* When printing a SCEVUnknown with pointer type, don't print anDan Gohman2009-05-011-1/+1
* Extend ScalarEvolution's getBackedgeTakenCount to be able toDan Gohman2009-04-303-1/+106
* Don't try to mix integers and pointers in an icmp instructionDan Gohman2009-04-301-0/+1
* Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively.Evan Cheng2009-04-301-0/+117
* fix a regression handling indirect results: these need to be consideredChris Lattner2009-04-301-0/+22
* Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman2009-04-292-4/+7
* Generalize the cast-of-addrec folding to handle folding of SCEVs likeDan Gohman2009-04-292-0/+131
* Fix this test to match the new output from scalar-evolution.Dan Gohman2009-04-291-1/+1
* Include the source type in SCEV cast expression debug output, andDan Gohman2009-04-291-2/+3
* Fix recent regression in gcc.dg/pr26719.c (6835035).Dale Johannesen2009-04-291-0/+43
* spillPhysRegAroundRegDefsUses() may have invalidated iterators stored in fixe...Evan Cheng2009-04-291-0/+215
* testcase for PR4082Chris Lattner2009-04-291-0/+11
* Disable the load-shrinking optimization from looking atChris Lattner2009-04-291-0/+16
* Second attempt:Bill Wendling2009-04-2921-24/+24