summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix RewriteStoreUserOfWholeAlloca to use the correct type sizeChris Lattner2009-05-08
* Optimize code placement in loop to eliminate unconditional branches or move u...Evan Cheng2009-05-08
* PR4123: don't crash when inlining a call which uses its own result.Eli Friedman2009-05-08
* Fix pr4100. Do not remove no-op copies when they are dead. The registerBob Wilson2009-05-07
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-07
* Revert r70876 and add a testcase (@c7) showing the problem:Duncan Sands2009-05-07
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-07
* Constant-fold ptrtoint+add+inttoptr to gep when the pointer is anDan Gohman2009-05-07
* THis doesn't fail.Bill Wendling2009-05-07
* Temporarily revert r71010. It was causing massive failures during self-hosting.Bill Wendling2009-05-07
* Do not use register as base ptr of pre- and post- inc/dec load / store nodes.Evan Cheng2009-05-06
* Nounwind is not valid for function return values.Duncan Sands2009-05-06
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* Fix PR3754: don't mark functions that wrap MallocInst withDuncan Sands2009-05-06
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.Lang Hames2009-05-06
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-06
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-05
* If a MachineBasicBlock has multiple ways of reaching another block,Dan Gohman2009-05-05
* Temporarily reverting r71008. It was causing this failure:Bill Wendling2009-05-05
* Enable stack coloring with regs at -O3.Evan Cheng2009-05-05
* Handle overflow of 64-bit loop conditions.David Greene2009-05-05
* Add basic support for code generation of Chris Lattner2009-05-05
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-05
* Fix incorrect code generation with ENV.Mikhail Glushenkov2009-05-05
* X86FastISel doesn't support the -tailcallopt ABI.Dan Gohman2009-05-04
* Fix code emission for conditional branches.Anton Korobeynikov2009-05-04
* Restore minor deletion.Mike Stump2009-05-04
* Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman2009-05-02
* 'The attached patch fixes an issue where llc -march=cpp fails withChris Lattner2009-05-01
* When printing a SCEVUnknown with pointer type, don't print anDan Gohman2009-05-01
* Extend ScalarEvolution's getBackedgeTakenCount to be able toDan Gohman2009-04-30
* Don't try to mix integers and pointers in an icmp instructionDan Gohman2009-04-30
* Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively.Evan Cheng2009-04-30
* fix a regression handling indirect results: these need to be consideredChris Lattner2009-04-30
* Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman2009-04-29
* Generalize the cast-of-addrec folding to handle folding of SCEVs likeDan Gohman2009-04-29
* Fix this test to match the new output from scalar-evolution.Dan Gohman2009-04-29
* Include the source type in SCEV cast expression debug output, andDan Gohman2009-04-29
* Fix recent regression in gcc.dg/pr26719.c (6835035).Dale Johannesen2009-04-29
* spillPhysRegAroundRegDefsUses() may have invalidated iterators stored in fixe...Evan Cheng2009-04-29
* testcase for PR4082Chris Lattner2009-04-29
* Disable the load-shrinking optimization from looking atChris Lattner2009-04-29
* Second attempt:Bill Wendling2009-04-29
* As with r70333, give the primary induction variable a use soDan Gohman2009-04-28
* Make this testcase slightly less trivial, so that it doesn't failDan Gohman2009-04-28
* Fix a grammaro in a comment.Dan Gohman2009-04-28
* Properly print 'P' modifier on inline asm memory operands.Anton Korobeynikov2009-04-28
* Test for llvm-gcc bug fixed by 70301.Dale Johannesen2009-04-28
* Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's.Evan Cheng2009-04-28