| Commit message (Expand) | Author | Age | Files | Lines |
* | Applying Anton's binmode fix to the other ofstream too. | Gordon Henriksen | 2007-12-03 | 1 | -1/+1 |
* | Sorry, typo :) | Anton Korobeynikov | 2007-12-03 | 1 | -2/+4 |
* | Open output file correctly. This is extremely important for | Anton Korobeynikov | 2007-12-03 | 1 | -1/+1 |
* | Typo | Evan Cheng | 2007-12-03 | 1 | -1/+1 |
* | Update kill info for uses of split intervals. | Evan Cheng | 2007-12-03 | 2 | -11/+17 |
* | Provide hook for _alloca to make JITing on Cygwin slightly happier :) | Anton Korobeynikov | 2007-12-03 | 1 | -3/+11 |
* | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 2007-12-02 | 17 | -233/+163 |
* | Integrate the readonly/readnone logic more deeply | Duncan Sands | 2007-12-01 | 11 | -70/+77 |
* | Fix a bug where splitting cause some unnecessary spilling. | Evan Cheng | 2007-12-01 | 1 | -2/+12 |
* | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng | 2007-12-01 | 9 | -30/+182 |
* | Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting | Ted Kremenek | 2007-11-30 | 1 | -9/+27 |
* | Do not fold reload into an instruction with multiple uses. It issues one extr... | Evan Cheng | 2007-11-30 | 1 | -75/+86 |
* | chain update requests properly. | Chris Lattner | 2007-11-30 | 1 | -0/+3 |
* | Small optimization of parameter attribute lookup. | Duncan Sands | 2007-11-30 | 1 | -1/+1 |
* | Add a convenience method for modifying parameter | Duncan Sands | 2007-11-30 | 2 | -4/+62 |
* | Check that there are not more attributes than | Duncan Sands | 2007-11-30 | 1 | -0/+4 |
* | Provide a way to update DescGlobals cache directly. | Devang Patel | 2007-11-30 | 1 | -0/+6 |
* | Do not lose rematerialization info when spilling already split live intervals. | Evan Cheng | 2007-11-29 | 1 | -14/+9 |
* | Fix a miscompilation in spiff on PPC. | Owen Anderson | 2007-11-29 | 1 | -1/+2 |
* | Fix a major performance issue with splitting. If there is a def (not def/use) | Evan Cheng | 2007-11-29 | 1 | -60/+133 |
* | Replace the odd kill# hack with something less fragile. | Evan Cheng | 2007-11-29 | 3 | -16/+17 |
* | Small parameter attributes cleanup. | Duncan Sands | 2007-11-29 | 1 | -4/+6 |
* | Fixed various live interval splitting bugs / compile time issues. | Evan Cheng | 2007-11-29 | 3 | -157/+266 |
* | Kill info update bug. | Evan Cheng | 2007-11-29 | 1 | -0/+3 |
* | Work around a GCC bug, producing this code: | Chris Lattner | 2007-11-28 | 1 | -0/+6 |
* | Implement ExpandOperationResult for ppc i64 fp->int, which fixes | Chris Lattner | 2007-11-28 | 2 | -0/+11 |
* | for consistency, allow a fallthrough if the final check returns null. | Chris Lattner | 2007-11-28 | 1 | -1/+2 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 9 | -82/+50 |
* | My compiler complains that "x always evaluates to true" | Duncan Sands | 2007-11-28 | 1 | -2/+6 |
* | Add missing newlines at EOF. | Duncan Sands | 2007-11-28 | 1 | -1/+1 |
* | Recover compile time regression. | Evan Cheng | 2007-11-28 | 3 | -86/+73 |
* | Add MachineLoopInfo. This is not yet tested. | Owen Anderson | 2007-11-27 | 1 | -0/+41 |
* | several entries got significantly better, though they still aren't done. | Chris Lattner | 2007-11-27 | 1 | -40/+18 |
* | implement a trivial readme entry. | Chris Lattner | 2007-11-27 | 3 | -18/+26 |
* | Fix a crash on invalid code due to memcpy lowering. | Chris Lattner | 2007-11-27 | 1 | -25/+30 |
* | Make this actually work on systems that support ppc long double. | Chris Lattner | 2007-11-27 | 1 | -3/+8 |
* | Unbreak all of the darwin/ppc32 JIT failures having to do | Chris Lattner | 2007-11-27 | 1 | -0/+10 |
* | Support returning non-power-of-2 vectors to unblock some work | Nate Begeman | 2007-11-27 | 2 | -4/+13 |
* | something wrong with this opt | Andrew Lenharth | 2007-11-27 | 1 | -12/+14 |
* | Unbreak backwards compatibility with bytecode format. Regression | Chris Lattner | 2007-11-27 | 2 | -5/+8 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 33 | -1341/+1368 |
* | err, no really. | Chris Lattner | 2007-11-27 | 1 | -1/+1 |
* | don't depend on ADL. | Chris Lattner | 2007-11-27 | 1 | -1/+1 |
* | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson | 2007-11-27 | 8 | -16/+16 |
* | Don't lower srem/urem X%C to X-X/C*C unless the division is actually | Dan Gohman | 2007-11-26 | 1 | -14/+18 |
* | Fix another bug that was causing siod to fail. | Owen Anderson | 2007-11-26 | 1 | -19/+29 |
* | Fix a silly bug that Nicholas noticed. | Owen Anderson | 2007-11-26 | 1 | -1/+2 |
* | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson | 2007-11-26 | 2 | -5/+23 |
* | Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... | Anton Korobeynikov | 2007-11-25 | 1 | -0/+5 |
* | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky | 2007-11-25 | 2 | -80/+140 |