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