| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 2 | -9/+7 |
* | Minor cleanups | Chris Lattner | 2003-10-03 | 1 | -22/+14 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 3 | -62/+50 |
* | These methods are dead, remove them | Chris Lattner | 2003-10-03 | 1 | -4/+0 |
* | Make the PATypeHolder use a simple union-find implementation to handle | Chris Lattner | 2003-10-02 | 3 | -40/+94 |
* | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner | 2003-10-02 | 2 | -13/+16 |
* | There is no reason for the PATypeHolder class to derive from the | Chris Lattner | 2003-10-02 | 1 | -12/+19 |
* | Moved enum and command-line option in separate file. Also added function that... | Alkis Evlogimenos | 2003-10-02 | 1 | -1/+3 |
* | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 1 | -0/+2 |
* | Remove obsolete scoped pred and succ iterator typedefs | Chris Lattner | 2003-10-01 | 1 | -10/+0 |
* | Use graph traits to perform generic interval construction | Chris Lattner | 2003-10-01 | 1 | -7/+8 |
* | Add graph traits specializations for intervals | Chris Lattner | 2003-10-01 | 1 | -0/+28 |
* | Forward declare a class | Chris Lattner | 2003-09-30 | 1 | -0/+1 |
* | This got merged into Passes.h | Chris Lattner | 2003-09-30 | 1 | -19/+0 |
* | Include the sparc register in this file | Chris Lattner | 2003-09-30 | 1 | -0/+5 |
* | Update comment | Chris Lattner | 2003-09-30 | 1 | -4/+2 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 106 | -152/+134 |
* | Add a file header | Chris Lattner | 2003-09-30 | 2 | -0/+12 |
* | Remove unused header | Chris Lattner | 2003-09-30 | 1 | -14/+0 |
* | Fix header comment | Chris Lattner | 2003-09-30 | 1 | -2/+4 |
* | Fix header, remove dead decl | Chris Lattner | 2003-09-30 | 1 | -3/+1 |
* | Fix header file comment | Chris Lattner | 2003-09-30 | 1 | -59/+26 |
* | make the header comment more useful | Chris Lattner | 2003-09-30 | 1 | -2/+5 |
* | Abstracted away the process of running our tools + gcc from bugpoint. | Misha Brukman | 2003-09-29 | 2 | -0/+230 |
* | Tersified and fixed whitespace (tabs -> spaces). | Misha Brukman | 2003-09-29 | 2 | -20/+12 |
* | Fix a typo I happened to notice. | Brian Gaeke | 2003-09-24 | 1 | -3/+3 |
* | Added doxygen comments for the streaming module provider. | Misha Brukman | 2003-09-22 | 1 | -6/+7 |
* | Added functions to perform streaming function loading, doxygenified comments. | Misha Brukman | 2003-09-22 | 1 | -9/+25 |
* | Converted tabs to spaces. | Misha Brukman | 2003-09-22 | 1 | -14/+14 |
* | Materialize the module before releasing it. | Misha Brukman | 2003-09-22 | 1 | -5/+10 |
* | Add prototype | Chris Lattner | 2003-09-21 | 2 | -0/+6 |
* | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner | 2003-09-20 | 5 | -40/+42 |
* | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 1 | -4/+4 |
* | Rename getEntryNode -> getEntryBlock() | Chris Lattner | 2003-09-20 | 1 | -2/+2 |
* | Cleanup header file | Chris Lattner | 2003-09-20 | 1 | -2/+4 |
* | Expose the TCE pass | Chris Lattner | 2003-09-20 | 1 | -0/+7 |
* | Fix header, fix broken friend decl | Chris Lattner | 2003-09-20 | 1 | -3/+4 |
* | Unsquishify | Chris Lattner | 2003-09-20 | 2 | -2/+2 |
* | Abstract interface for module providers, e.g. streaming bytecode reader. | Misha Brukman | 2003-09-18 | 1 | -0/+40 |
* | In ExecWait(), made the child process exit if it can't execve() the new | John Criswell | 2003-09-17 | 2 | -2/+2 |
* | Added the ExecWait() function. | John Criswell | 2003-09-17 | 2 | -0/+16 |
* | Add new deleteBody method | Chris Lattner | 2003-09-17 | 1 | -2/+13 |
* | Do not segfault when the post-dominator tree is empty (ie, there are no return | Chris Lattner | 2003-09-15 | 1 | -1/+2 |
* | Add prototype for the lowersetjmp pass | Chris Lattner | 2003-09-15 | 1 | -0/+7 |
* | Get rid of the whole "Node2" business, rename getNode() ->getBlock() to | Chris Lattner | 2003-09-11 | 1 | -20/+15 |
* | Rework dominator and post dominator information so that we do not have to | Chris Lattner | 2003-09-10 | 2 | -20/+61 |
* | Expand the pass to unify all of the unwind blocks as well | Chris Lattner | 2003-09-10 | 1 | -12/+13 |
* | Make createVerifierPass return a FunctionPass *. | Brian Gaeke | 2003-09-10 | 1 | -2/+2 |
* | Fix spello | Chris Lattner | 2003-09-10 | 2 | -2/+2 |
* | Fix spell-o's | Chris Lattner | 2003-09-10 | 1 | -1/+1 |