| Commit message (Expand) | Author | Age | Files | Lines |
* | Add # of printed instructions statistic to both the SPARC and X86 LLC backends. | Brian Gaeke | 2003-10-06 | 3 | -1/+12 |
* | Avoid doing pointless work. Amazingly, this makes us go faster. | Chris Lattner | 2003-10-06 | 2 | -8/+5 |
* | Implement the NamedRegionTimer class | Chris Lattner | 2003-10-06 | 1 | -0/+18 |
* | All of our supported operating systems (so far) and FreeBSD technically | Brian Gaeke | 2003-10-06 | 1 | -0/+1 |
* | This changes the PromoteMemToReg function to create "pruned" SSA form, not | Chris Lattner | 2003-10-05 | 1 | -24/+109 |
* | Change the interface to PromoteMemToReg to also take a DominatorTree | Chris Lattner | 2003-10-05 | 4 | -5/+14 |
* | Speed up the mem2reg transform for allocas which are only read/written in a s... | Chris Lattner | 2003-10-05 | 1 | -5/+84 |
* | Move support/lib/Support back to lib/Support | Chris Lattner | 2003-10-05 | 1 | -1/+1 |
* | Add support for the Invoke instruction by using the LowerInvoke pass | Chris Lattner | 2003-10-05 | 1 | -0/+6 |
* | Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke pass | Chris Lattner | 2003-10-05 | 3 | -62/+14 |
* | Initial checkin of the LLVM->LLVM transform to support code generators which | Chris Lattner | 2003-10-05 | 1 | -0/+74 |
* | simplify-cfg is really a function pass | Chris Lattner | 2003-10-05 | 1 | -1/+1 |
* | Be more careful handling PHI nodes, which might be of potentially high degree. | Chris Lattner | 2003-10-05 | 1 | -93/+80 |
* | The first PHI node may be null, scan for the first non-null one | Chris Lattner | 2003-10-05 | 1 | -1/+4 |
* | The VersionNumbers vector is only used during PHI placement. Turn it into an... | Chris Lattner | 2003-10-05 | 1 | -10/+6 |
* | * Update file header comment | Chris Lattner | 2003-10-05 | 1 | -44/+64 |
* | Simplify the loop a bit | Chris Lattner | 2003-10-05 | 1 | -10/+9 |
* | There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a | Chris Lattner | 2003-10-05 | 1 | -18/+8 |
* | The PhiNodes 2D vector is only used during PHI node placement. It doesn't | Chris Lattner | 2003-10-05 | 1 | -11/+10 |
* | * Document instance vars better | Chris Lattner | 2003-10-05 | 1 | -20/+26 |
* | Two small cleanups/speedups: | Chris Lattner | 2003-10-05 | 1 | -29/+31 |
* | * Minor cleanups | Chris Lattner | 2003-10-05 | 1 | -42/+28 |
* | A couple of minor code cleanups. | Chris Lattner | 2003-10-05 | 2 | -42/+32 |
* | Type tables are now AbstractTypeUsers. This allows them to merge together | Chris Lattner | 2003-10-05 | 1 | -135/+217 |
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 3 | -10/+8 |
* | Transform two methods to return pointers directly instead of returning them | Chris Lattner | 2003-10-04 | 3 | -66/+42 |
* | Use V for values, not D. | Chris Lattner | 2003-10-04 | 1 | -16/+15 |
* | Do not leak the ModuleProvider if releaseModule() throws. | Chris Lattner | 2003-10-04 | 1 | -11/+6 |
* | Minor random speedup: make Constant::getNullValue only call ConstantFOO::get | Chris Lattner | 2003-10-03 | 1 | -13/+45 |
* | Explicit copy ctors are no longer needed | Chris Lattner | 2003-10-03 | 1 | -21/+0 |
* | Minor cleanups | Chris Lattner | 2003-10-03 | 1 | -31/+17 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 2 | -284/+138 |
* | These methods are dead, remove them. Because the bodies will soon be | Chris Lattner | 2003-10-03 | 1 | -2/+8 |
* | Dramatically simplify DerivedType::refineAbstractTypeToInternal | Chris Lattner | 2003-10-03 | 1 | -44/+25 |
* | Make the PATypeHolder use a simple union-find implementation to handle | Chris Lattner | 2003-10-02 | 1 | -22/+30 |
* | There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it | Chris Lattner | 2003-10-02 | 2 | -28/+3 |
* | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner | 2003-10-02 | 2 | -18/+2 |
* | The objects mapped are really PATypeHolders, not PATypeHandles | Chris Lattner | 2003-10-02 | 1 | -2/+2 |
* | Moved enum and command-line option in separate file. Also added function that... | Alkis Evlogimenos | 2003-10-02 | 2 | -29/+37 |
* | Implement InstCombine/add.ll:test17 & 18 | Chris Lattner | 2003-10-02 | 1 | -0/+16 |
* | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 1 | -6/+25 |
* | Use std::string::size_type for for ColonPos to stop gcc from giving a warning | Alkis Evlogimenos | 2003-10-01 | 1 | -1/+1 |
* | Revert previous change. For some reason this went into the main branch | Alkis Evlogimenos | 2003-10-01 | 1 | -19/+2 |
* | Added command line option for linear scan allocator | Alkis Evlogimenos | 2003-10-01 | 1 | -2/+19 |
* | The comment seems irrelevant as the pass has become a BasicBlock pass. | Misha Brukman | 2003-10-01 | 1 | -2/+0 |
* | Make sure to get the definition of getRegisterAllocator | Chris Lattner | 2003-09-30 | 1 | -0/+1 |
* | RegisterAllocation.h is going away | Chris Lattner | 2003-09-30 | 1 | -1/+0 |
* | include passes.h which defines the interface this file exposes | Chris Lattner | 2003-09-30 | 2 | -8/+8 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 3 | -3/+3 |
* | Doxygen-ified comments. | Misha Brukman | 2003-09-30 | 1 | -187/+147 |