Age | Commit message (Expand) | Author |
2009-05-16 | Help DejaGnu avoid pipe-jam by producing less output from certain test cases. | Jakob Stoklund Olesen |
2009-05-13 | Add nounwind to this test. | Dan Gohman |
2009-05-12 | If header of inner loop is aligned, do not align the outer loop header. We do... | Evan Cheng |
2009-05-12 | Teach TransferDeadness to delete truly dead instructions if they do not produ... | Evan Cheng |
2009-05-12 | Add nounwind. | Evan Cheng |
2009-05-12 | Fixed a stack slot coloring with reg bug: do not update implicit use / def wh... | Evan Cheng |
2009-05-12 | Fix pr4195: When iterating through predecessor blocks, break out of the loop | Bob Wilson |
2009-05-12 | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman |
2009-05-11 | Teach LSR to optimize more loop exit compares, i.e. change them to use postin... | Evan Cheng |
2009-05-11 | Fix PR4188. TailMerging can't tolerate inexact | Dale Johannesen |
2009-05-11 | Make this grep line a little more specific so that it doesn't | Dan Gohman |
2009-05-11 | When scalarizing a vector BITCAST, check whether the operand has vector | Dan Gohman |
2009-05-11 | Convert a subtract into a negate and an add when it helps x86 | Dan Gohman |
2009-05-11 | Reverse a loop that is counting up to a maximum to | Dale Johannesen |
2009-05-10 | Add MSP430 test for PR4136 | Anton Korobeynikov |
2009-05-08 | Enable loop bb placement optimization. | Evan Cheng |
2009-05-08 | Fix PR4152: asm constraint validation happens before dag combine, so we | Chris Lattner |
2009-05-08 | Optimize code placement in loop to eliminate unconditional branches or move u... | Evan Cheng |
2009-05-07 | Fix pr4100. Do not remove no-op copies when they are dead. The register | Bob Wilson |
2009-05-07 | THis doesn't fail. | Bill Wendling |
2009-05-07 | Temporarily revert r71010. It was causing massive failures during self-hosting. | Bill Wendling |
2009-05-06 | Do not use register as base ptr of pre- and post- inc/dec load / store nodes. | Evan Cheng |
2009-05-06 | Renamed Spiller classes (plus uses and related files) to VirtRegRewriter. | Lang Hames |
2009-05-05 | Quotes should be printed before private prefix; some code clean up. | Evan Cheng |
2009-05-05 | If a MachineBasicBlock has multiple ways of reaching another block, | Dan Gohman |
2009-05-05 | Enable stack coloring with regs at -O3. | Evan Cheng |
2009-05-05 | Add basic support for code generation of | Chris Lattner |
2009-05-04 | X86FastISel doesn't support the -tailcallopt ABI. | Dan Gohman |
2009-05-04 | Fix code emission for conditional branches. | Anton Korobeynikov |
2009-05-02 | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman |
2009-05-01 | 'The attached patch fixes an issue where llc -march=cpp fails with | Chris Lattner |
2009-04-30 | Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively. | Evan Cheng |
2009-04-30 | fix a regression handling indirect results: these need to be considered | Chris Lattner |
2009-04-29 | Fix infinite recursion in the C++ code which handles movddup by making it unn... | Nate Begeman |
2009-04-29 | spillPhysRegAroundRegDefsUses() may have invalidated iterators stored in fixe... | Evan Cheng |
2009-04-29 | Disable the load-shrinking optimization from looking at | Chris Lattner |
2009-04-29 | Second attempt: | Bill Wendling |
2009-04-28 | Properly print 'P' modifier on inline asm memory operands. | Anton Korobeynikov |
2009-04-28 | Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's. | Evan Cheng |
2009-04-28 | Fix for PR4051. When 2address pass delete an instruction, update kill info wh... | Evan Cheng |
2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
2009-04-27 | Fix PR4076. Correctly create live interval of physical register with two-addr... | Evan Cheng |
2009-04-27 | Permit ChangeCompareStride to rewrite a comparison when the factor | Dan Gohman |
2009-04-27 | Teach getZeroExtendExpr and getSignExtendExpr to use trip-count | Dan Gohman |
2009-04-27 | Revert accidental testcase reduction | Nate Begeman |
2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
2009-04-27 | Fix PR4056. It's possible a physical register def is dead if its implicit use... | Evan Cheng |
2009-04-27 | Fix the syntax for a PR number in a test. | Dan Gohman |
2009-04-27 | When transforming sext(trunc(load(x))) into sext(smaller load(x)), | Dan Gohman |