2009-05-18 |
Bill Wendling | Commands beginning with '--' are converted to '-f'... |
tree | commitdiff |
2009-05-18 |
Dan Gohman | Teach ScalarEvolution to recognize x^-1 in the case... |
tree | commitdiff |
2009-05-18 |
Dan Gohman | Make ScalarEvolution::isLoopGuardedByCond work even... |
tree | commitdiff |
2009-05-18 |
Dan Gohman | Add nounwind to a few tests. |
tree | commitdiff |
2009-05-17 |
Duncan Sands | Check that the gcc front-end is not doing inlining |
tree | commitdiff |
2009-05-17 |
Anton Korobeynikov | Mark rotl/rotr as expand. This generates pretty ugly... |
tree | commitdiff |
2009-05-17 |
Anton Korobeynikov | Typo |
tree | commitdiff |
2009-05-16 |
Jakob Stoklund Olesen | Help DejaGnu avoid pipe-jam by producing less output... |
tree | commitdiff |
2009-05-14 |
David Greene | Implement !if, analogous to $(if) in GNU make. |
tree | commitdiff |
2009-05-14 |
David Greene | Fix tests to not upset DejaGNU. |
tree | commitdiff |
2009-05-14 |
David Greene | Graduate LLVM to the big leagues by embedding a LISP... |
tree | commitdiff |
2009-05-14 |
David Greene | Implement a !foreach operator analogous to GNU make... |
tree | commitdiff |
2009-05-14 |
David Greene | Implement a !subst operation simmilar to $(subst) in... |
tree | commitdiff |
2009-05-14 |
David Greene | Implement !cast. |
tree | commitdiff |
2009-05-13 |
Dan Gohman | Add nounwind to this test. |
tree | commitdiff |
2009-05-13 |
Bill Wendling | Remove too large testcase. |
tree | commitdiff |
2009-05-13 |
Bill Wendling | Move the bookkeeping of the debug scopes back to the... |
tree | commitdiff |
2009-05-13 |
Dale Johannesen | Testcase for 71688. |
tree | commitdiff |
2009-05-13 |
Chris Lattner | calls in nothrow functions can be marked nothrow even... |
tree | commitdiff |
2009-05-13 |
Chris Lattner | Fix PR4206 - crash in simplify lib calls |
tree | commitdiff |
2009-05-12 |
Evan Cheng | If header of inner loop is aligned, do not align the... |
tree | commitdiff |
2009-05-12 |
Evan Cheng | Teach TransferDeadness to delete truly dead instruction... |
tree | commitdiff |
2009-05-12 |
Evan Cheng | Add nounwind. |
tree | commitdiff |
2009-05-12 |
Evan Cheng | Fixed a stack slot coloring with reg bug: do not update... |
tree | commitdiff |
2009-05-12 |
Bob Wilson | Fix pr4195: When iterating through predecessor blocks... |
tree | commitdiff |
2009-05-12 |
Dan Gohman | Factor the code for collecting IV users out of LSR... |
tree | commitdiff |
2009-05-12 |
Dan Gohman | When forgetting SCEVs for loop PHIs, don't forget SCEVU... |
tree | commitdiff |
2009-05-11 |
Evan Cheng | Teach LSR to optimize more loop exit compares, i.e... |
tree | commitdiff |
2009-05-11 |
Dale Johannesen | Fix PR4188. TailMerging can't tolerate inexact |
tree | commitdiff |
2009-05-11 |
Dan Gohman | Make this grep line a little more specific so that... |
tree | commitdiff |
2009-05-11 |
Dan Gohman | When scalarizing a vector BITCAST, check whether the... |
tree | commitdiff |
2009-05-11 |
Dan Gohman | Convert a subtract into a negate and an add when it... |
tree | commitdiff |
2009-05-11 |
Dale Johannesen | Reverse a loop that is counting up to a maximum to |
tree | commitdiff |
2009-05-10 |
Nick Lewycky | Make MDNode use CallbackVH. Also change MDNode to store... |
tree | commitdiff |
2009-05-10 |
Anton Korobeynikov | Add MSP430 test for PR4136 |
tree | commitdiff |
2009-05-09 |
Eli Friedman | Allow scalar evolution to compute iteration counts... |
tree | commitdiff |
2009-05-08 |
Evan Cheng | Enable loop bb placement optimization. |
tree | commitdiff |
2009-05-08 |
Dan Gohman | Fix bogus overflow checks by replacing them with actual |
tree | commitdiff |
2009-05-08 |
Dan Gohman | Use .td for tablegen files, not .ll. |
tree | commitdiff |
2009-05-08 |
Dan Gohman | Fold trunc casts into add-recurrence expressions, allow... |
tree | commitdiff |
2009-05-08 |
Chris Lattner | Fix PR4152: asm constraint validation happens before... |
tree | commitdiff |
2009-05-08 |
Chris Lattner | fix RewriteStoreUserOfWholeAlloca to use the correct... |
tree | commitdiff |
2009-05-08 |
Evan Cheng | Optimize code placement in loop to eliminate unconditio... |
tree | commitdiff |
2009-05-08 |
Eli Friedman | PR4123: don't crash when inlining a call which uses... |
tree | commitdiff |
2009-05-07 |
Bob Wilson | Fix pr4100. Do not remove no-op copies when they are... |
tree | commitdiff |
2009-05-07 |
Dan Gohman | Revert 71165. It did more than just revert 71158 and... |
tree | commitdiff |
2009-05-07 |
Duncan Sands | Revert r70876 and add a testcase (@c7) showing the... |
tree | commitdiff |
2009-05-07 |
Bill Wendling | Temporarily revert r71158. It was causing a failure... |
tree | commitdiff |
2009-05-07 |
Dan Gohman | Constant-fold ptrtoint+add+inttoptr to gep when the... |
tree | commitdiff |
2009-05-07 |
Bill Wendling | THis doesn't fail. |
tree | commitdiff |
2009-05-07 |
Bill Wendling | Temporarily revert r71010. It was causing massive failu... |
tree | commitdiff |
2009-05-06 |
Evan Cheng | Do not use register as base ptr of pre- and post- inc... |
tree | commitdiff |
2009-05-06 |
Duncan Sands | Nounwind is not valid for function return values. |
tree | commitdiff |
2009-05-06 |
Duncan Sands | OCaml parameter attribute bindings from PR2752. |
tree | commitdiff |
2009-05-06 |
Duncan Sands | Fix PR3754: don't mark functions that wrap MallocInst... |
tree | commitdiff |
2009-05-06 |
Duncan Sands | Allow readonly functions to unwind exceptions. Teach |
tree | commitdiff |
2009-05-06 |
Lang Hames | Renamed Spiller classes (plus uses and related files... |
tree | commitdiff |
2009-05-06 |
Mikhail Glushenkov | The 'forward_as' property did not use its second argument. |
tree | commitdiff |
2009-05-05 |
Evan Cheng | Quotes should be printed before private prefix; some... |
tree | commitdiff |
2009-05-05 |
Dan Gohman | If a MachineBasicBlock has multiple ways of reaching... |
tree | commitdiff |
2009-05-05 |
Bill Wendling | Temporarily reverting r71008. It was causing this failure: |
tree | commitdiff |
2009-05-05 |
Evan Cheng | Enable stack coloring with regs at -O3. |
tree | commitdiff |
2009-05-05 |
David Greene | Handle overflow of 64-bit loop conditions. |
tree | commitdiff |
2009-05-05 |
Chris Lattner | Add basic support for code generation of |
tree | commitdiff |
2009-05-05 |
David Greene | Allow multiclass def names to contain "#NAME"" where... |
tree | commitdiff |
2009-05-05 |
Mikhail Glushenkov | Fix incorrect code generation with ENV. |
tree | commitdiff |
2009-05-04 |
Dan Gohman | X86FastISel doesn't support the -tailcallopt ABI. |
tree | commitdiff |
2009-05-04 |
Anton Korobeynikov | Fix code emission for conditional branches. |
tree | commitdiff |
2009-05-04 |
Mike Stump | Restore minor deletion. |
tree | commitdiff |
2009-05-02 |
Dan Gohman | Previously, RecursivelyDeleteDeadInstructions provided... |
tree | commitdiff |
2009-05-01 |
Chris Lattner | 'The attached patch fixes an issue where llc -march... |
tree | commitdiff |
2009-05-01 |
Dan Gohman | When printing a SCEVUnknown with pointer type, don... |
tree | commitdiff |
2009-04-30 |
Dan Gohman | Extend ScalarEvolution's getBackedgeTakenCount to be... |
tree | commitdiff |
2009-04-30 |
Dan Gohman | Don't try to mix integers and pointers in an icmp instr... |
tree | commitdiff |
2009-04-30 |
Evan Cheng | Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa... |
tree | commitdiff |
2009-04-30 |
Chris Lattner | fix a regression handling indirect results: these need... |
tree | commitdiff |
2009-04-29 |
Nate Begeman | Fix infinite recursion in the C++ code which handles... |
tree | commitdiff |
2009-04-29 |
Dan Gohman | Generalize the cast-of-addrec folding to handle folding... |
tree | commitdiff |
2009-04-29 |
Dan Gohman | Fix this test to match the new output from scalar-evolu... |
tree | commitdiff |
2009-04-29 |
Dan Gohman | Include the source type in SCEV cast expression debug... |
tree | commitdiff |
2009-04-29 |
Dale Johannesen | Fix recent regression in gcc.dg/pr26719.c (6835035). |
tree | commitdiff |
2009-04-29 |
Evan Cheng | spillPhysRegAroundRegDefsUses() may have invalidated... |
tree | commitdiff |
2009-04-29 |
Chris Lattner | testcase for PR4082 |
tree | commitdiff |
2009-04-29 |
Chris Lattner | Disable the load-shrinking optimization from looking at |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Second attempt: |
tree | commitdiff |
2009-04-28 |
Dan Gohman | As with r70333, give the primary induction variable... |
tree | commitdiff |
2009-04-28 |
Dan Gohman | Make this testcase slightly less trivial, so that it... |
tree | commitdiff |
2009-04-28 |
Dan Gohman | Fix a grammaro in a comment. |
tree | commitdiff |
2009-04-28 |
Anton Korobeynikov | Properly print 'P' modifier on inline asm memory operands. |
tree | commitdiff |
2009-04-28 |
Dale Johannesen | Test for llvm-gcc bug fixed by 70301. |
tree | commitdiff |
2009-04-28 |
Evan Cheng | Fix PR4034. Bug in LiveInterval::join when it's compact... |
tree | commitdiff |
2009-04-28 |
Evan Cheng | Fix for PR4051. When 2address pass delete an instructio... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
tree | commitdiff |
2009-04-27 |
Dale Johannesen | Fix PR 4086, a bug in FP IV elimination. |
tree | commitdiff |
2009-04-27 |
Evan Cheng | Fix PR4076. Correctly create live interval of physical... |
tree | commitdiff |
2009-04-27 |
Dan Gohman | Permit ChangeCompareStride to rewrite a comparison... |
tree | commitdiff |
2009-04-27 |
Dan Gohman | Teach getZeroExtendExpr and getSignExtendExpr to use... |
tree | commitdiff |
2009-04-27 |
Dale Johannesen | Test for (llvm-gcc) 70231. |
tree | commitdiff |
2009-04-27 |
Nate Begeman | Revert accidental testcase reduction |
tree | commitdiff |
next |