| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reorder the methods of this class to be a little more organized. | Dan Gohman | 2010-04-14 | 1 | -22/+22 |
* | Fixed another assert exposed by fuzzing. Now, when an encoding error occurs | Johnny Chen | 2010-04-14 | 1 | -4/+14 |
* | Clear MachineInstr->MCSymbol maps at the end of a function. | Devang Patel | 2010-04-14 | 1 | -0/+2 |
* | Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid | Johnny Chen | 2010-04-14 | 2 | -10/+15 |
* | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor | 2010-04-13 | 2 | -0/+2 |
* | Fast path implicit_def check. | Evan Cheng | 2010-04-13 | 1 | -5/+5 |
* | Handle a v2f64 formal parameter that is split between registers and memory | Bob Wilson | 2010-04-13 | 1 | -7/+13 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 4 | -2/+30 |
* | Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits, | Johnny Chen | 2010-04-13 | 1 | -3/+3 |
* | Do not include types without any definition in pubtypes list. | Devang Patel | 2010-04-13 | 1 | -2/+4 |
* | Avoid variable shadowing. | Evan Cheng | 2010-04-13 | 1 | -2/+2 |
* | Expand postra machine licm's capability a little more. If an instruction's re... | Evan Cheng | 2010-04-13 | 1 | -8/+24 |
* | Teach MachineSinking to handle easy critical edges. | Jakob Stoklund Olesen | 2010-04-13 | 1 | -2/+17 |
* | Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ... | Evan Cheng | 2010-04-13 | 1 | -1/+44 |
* | Temporarily revert r101075, it's causing invalid iterator assertions | Eric Christopher | 2010-04-13 | 1 | -46/+1 |
* | Teach postra machine licm to hoist more obvious invariants, e.g. instructions... | Evan Cheng | 2010-04-13 | 1 | -17/+38 |
* | Add a few comments. | Dan Gohman | 2010-04-13 | 1 | -0/+5 |
* | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman | 2010-04-13 | 7 | -10/+11 |
* | Rename MachineFrameInfo variables to MFI, for consistency with | Dan Gohman | 2010-04-13 | 1 | -41/+41 |
* | Move MachineRegisterInfo's isLiveIn and isLiveOut out of line. | Dan Gohman | 2010-04-13 | 1 | -0/+14 |
* | Use MachineBasicBlock::isLiveIn. | Dan Gohman | 2010-04-13 | 1 | -8/+1 |
* | Delete an unused member variable. | Dan Gohman | 2010-04-13 | 1 | -1/+0 |
* | Teach ScalarEvolution to simplify smax and umax when it can prove | Dan Gohman | 2010-04-13 | 1 | -2/+14 |
* | Minor code micro-optimizations. | Dan Gohman | 2010-04-13 | 1 | -7/+7 |
* | Actually... return after the check for invalid input. | Eric Christopher | 2010-04-13 | 1 | -0/+1 |
* | BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) | Benjamin Kramer | 2010-04-13 | 1 | -2/+2 |
* | Let BumpPtrAllocator lazily allocate the first slab. | Benjamin Kramer | 2010-04-13 | 1 | -3/+6 |
* | Remove SCCVN from the CMake build system. | Owen Anderson | 2010-04-13 | 1 | -1/+0 |
* | SCCVN, we hardly knew ye! | Owen Anderson | 2010-04-13 | 1 | -716/+0 |
* | Fix PR6826: GraphWriter delete the generated file before "dotty" load it, | Chris Lattner | 2010-04-13 | 1 | -1/+2 |
* | Replace r101053 with a fix for getSOImmValRotate() so that it will correctly | Bob Wilson | 2010-04-13 | 2 | -53/+7 |
* | Teach IndVarSimplify how to eliminate remainder operators where the | Dan Gohman | 2010-04-13 | 1 | -0/+71 |
* | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of | Daniel Dunbar | 2010-04-13 | 1 | -0/+8 |
* | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner | 2010-04-13 | 2 | -3/+60 |
* | Micro-optimize a few hot spots. | Dan Gohman | 2010-04-12 | 1 | -10/+11 |
* | Use .set expression for x86 pic jump table reference to reduce assembly reloc... | Evan Cheng | 2010-04-12 | 1 | -0/+9 |
* | Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, as | Dan Gohman | 2010-04-12 | 1 | -0/+14 |
* | Micro-optimization: | Bill Wendling | 2010-04-12 | 1 | -1/+46 |
* | Simplify this code. | Dan Gohman | 2010-04-12 | 1 | -14/+14 |
* | Suppress LinearFunctionTestReplace when the computed backedge-taken | Dan Gohman | 2010-04-12 | 1 | -0/+18 |
* | Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling | Johnny Chen | 2010-04-12 | 2 | -1/+38 |
* | Remove a #include. | Dan Gohman | 2010-04-12 | 1 | -1/+0 |
* | Remove unneeded debug in PostDominator runOnFunction() | Tobias Grosser | 2010-04-12 | 1 | -1/+0 |
* | Remove dead code in the dotty dominance tree printer. | Tobias Grosser | 2010-04-12 | 1 | -25/+0 |
* | Plug trivial leak. | Benjamin Kramer | 2010-04-12 | 1 | -0/+2 |
* | Delete this code, which is no longer needed. | Dan Gohman | 2010-04-12 | 1 | -4/+0 |
* | Move the EliminateIVUsers call back out to its original location. Now that | Dan Gohman | 2010-04-12 | 1 | -10/+4 |
* | Generalize ScalarEvolution's PHI analysis to handle loops that don't | Dan Gohman | 2010-04-12 | 1 | -14/+26 |
* | Rewrite the overflow checking in the get{Signed,Unsigned}Range code for | Dan Gohman | 2010-04-12 | 1 | -10/+34 |
* | Use RecursivelyDeleteTriviallyDeadInstructions in EliminateIVComparisons, | Dan Gohman | 2010-04-12 | 1 | -3/+12 |