| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename method | Chris Lattner | 2003-10-12 | 1 | -1/+1 |
* | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -3/+3 |
* | Fix spelling/grammar. | Misha Brukman | 2003-10-10 | 7 | -17/+17 |
* | Add a sanity check for constant expression casts | Chris Lattner | 2003-10-07 | 1 | -0/+2 |
* | Users can never be null | Chris Lattner | 2003-10-06 | 1 | -1/+1 |
* | Be more careful handling PHI nodes, which might be of potentially high degree. | Chris Lattner | 2003-10-05 | 1 | -93/+80 |
* | 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 | 1 | -3/+3 |
* | 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 reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner | 2003-10-02 | 2 | -18/+2 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 2 | -2/+2 |
* | Do not use BasicBlock::succ_iterator | Chris Lattner | 2003-09-24 | 1 | -2/+1 |
* | * No longer initialize the module, a subclass is more suitable to do this | Misha Brukman | 2003-09-22 | 1 | -6/+6 |
* | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 2 | -4/+5 |
* | Reject "llvm." as a function name | Chris Lattner | 2003-09-19 | 1 | -1/+3 |
* | Minimal implementation of the abstract ModuleProvider interface. | Misha Brukman | 2003-09-18 | 1 | -0/+28 |
* | Change the semancics of the dropallrefs method | Chris Lattner | 2003-09-17 | 1 | -2/+1 |
* | Renamed DominatorTree::Node::getNode() -> getBlock() | Chris Lattner | 2003-09-11 | 1 | -4/+4 |
* | Rework dominator interfaces to handle changes in the post-dominance | Chris Lattner | 2003-09-10 | 1 | -28/+47 |
* | Make createVerifierPass return a FunctionPass *. | Brian Gaeke | 2003-09-10 | 1 | -1/+1 |
* | Fix spell-o's | Chris Lattner | 2003-09-10 | 1 | -1/+1 |
* | Reverting back to the previous revision. | John Criswell | 2003-09-09 | 1 | -1/+1 |
* | Modified the check for intrinsic functions. All intrinsic functions have to | John Criswell | 2003-09-09 | 1 | -1/+1 |
* | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner | 2003-09-08 | 2 | -5/+0 |
* | Add support for unwind | Chris Lattner | 2003-09-08 | 1 | -0/+1 |
* | Add support for volatile loads/stores | Chris Lattner | 2003-09-08 | 2 | -3/+24 |
* | Spell `occurrence' correctly. | Misha Brukman | 2003-09-08 | 1 | -1/+1 |
* | Add asserts, move code around. This gets the dropAllTypeUses partially imple... | Chris Lattner | 2003-09-05 | 1 | -11/+24 |
* | Move functionality preserving changes. | Chris Lattner | 2003-09-05 | 1 | -26/+14 |
* | Refactor what has effectively become copy-and-pasted code | Chris Lattner | 2003-09-05 | 1 | -32/+17 |
* | Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which ... | Chris Lattner | 2003-09-05 | 1 | -25/+163 |
* | containsEquivalent never returns its argument | Chris Lattner | 2003-09-04 | 1 | -9/+5 |
* | Remove needless usage of getDescription() | Chris Lattner | 2003-09-04 | 1 | -25/+24 |
* | Inline method | Chris Lattner | 2003-09-04 | 1 | -23/+12 |
* | Don't try to be sneaky, breaking recursive types in the process | Chris Lattner | 2003-09-04 | 1 | -7/+2 |
* | This is now unnecessary | Chris Lattner | 2003-09-04 | 1 | -3/+0 |
* | Fix bug where we couldn't print a function without a name | Chris Lattner | 2003-09-03 | 1 | -1/+3 |
* | No need to rescan types when they are created. | Chris Lattner | 2003-09-03 | 1 | -9/+16 |
* | Another small speedup, this one to: 2.42s | Chris Lattner | 2003-09-02 | 1 | -2/+2 |
* | Don't return bogus references, and don't add an entry to the Concrete map | Chris Lattner | 2003-09-02 | 1 | -6/+5 |
* | Another optimization, speed up the testcase to 2.7s | Chris Lattner | 2003-09-02 | 1 | -4/+10 |
* | Removal of explicit stack, which requires the method to be a member (so it can | Chris Lattner | 2003-09-02 | 1 | -33/+30 |
* | Remove the "recursive bit", not only is it unused by anyone, it was also | Chris Lattner | 2003-09-02 | 1 | -18/+12 |