| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
* | Improve conformance with the Misha spelling benchmark suite | Chris Lattner | 2005-01-30 | 1 | -2/+2 |
* | Adjust to ilist changes. | Chris Lattner | 2005-01-29 | 1 | -2/+2 |
* | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer | 2004-09-14 | 1 | -7/+0 |
* | Add support for the link-time pass list to Modules. | Reid Spencer | 2004-09-13 | 1 | -0/+6 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | bug 263: | Reid Spencer | 2004-07-25 | 1 | -0/+1 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -45/+0 |
* | Replace use of defunct Type::setName method with SymbolTable::insert. | Reid Spencer | 2004-07-10 | 1 | -1/+1 |
* | - #include <iostream> since its not in Value.h any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Convert to SymbolTable's new lookup and iteration interfaces. | Reid Spencer | 2004-05-25 | 1 | -7/+6 |
* | I'm allergic to the word `stuff'. | Misha Brukman | 2004-04-21 | 1 | -1/+1 |
* | Remove Module::mutateConstantPointerRef, which is now thankfully dead! | Chris Lattner | 2004-03-08 | 1 | -25/+0 |
* | Add some comments, add new getGlobalVariable method | Chris Lattner | 2003-12-31 | 1 | -1/+43 |
* | * Make Module::getTypeName const | Chris Lattner | 2003-12-31 | 1 | -16/+23 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -8/+8 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Make code gcc 3.4 clean | Chris Lattner | 2003-11-05 | 1 | -2/+2 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Fix spelling/grammar. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |
* | Implement new method | Chris Lattner | 2003-08-31 | 1 | -0/+24 |
* | Support new 'any' support for pointer size and endianness | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | Make Module::getNamedFunction prefer non-external functions if there is more ... | Chris Lattner | 2003-07-23 | 1 | -2/+6 |
* | Fix bug: Assembler/2003-05-15-AssemblerProblem.llx | Chris Lattner | 2003-05-15 | 1 | -2/+13 |
* | Add support for tracking whether a module is 64/32 bit and big/little endian | Chris Lattner | 2003-04-22 | 1 | -1/+2 |
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -3/+4 |
* | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 1 | -35/+12 |
* | Add a new Module::getNamedFunction method | Chris Lattner | 2002-11-19 | 1 | -3/+12 |
* | Add a method "getMainFunction()" that efficiently locates 'main' in a module | Chris Lattner | 2002-11-08 | 1 | -0/+52 |
* | - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and | Chris Lattner | 2002-10-15 | 1 | -1/+1 |
* | Enable "garbage detection" of LLVM objects. Now users should be obnoxious | Chris Lattner | 2002-09-08 | 1 | -3/+11 |
* | - ConstantPointerRefs are now automatically removed from the module table | Chris Lattner | 2002-08-18 | 1 | -13/+19 |
* | Add Module::dump() method | Chris Lattner | 2002-08-17 | 1 | -7/+11 |
* | Remove some extraneous #includes | Chris Lattner | 2002-08-12 | 1 | -2/+0 |
* | Changes to make GlobalValueRefMap not derive from std::map. | Chris Lattner | 2002-08-12 | 1 | -10/+13 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -13/+32 |
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+0 |
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | * Incorporate the contents of SymTabValue into Function and Module | Chris Lattner | 2002-04-28 | 1 | -3/+24 |
* | Add Module::getTypeName | Chris Lattner | 2002-04-13 | 1 | -0/+20 |
* | Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h | Chris Lattner | 2002-04-08 | 1 | -1/+1 |
* | Add new addTypeName method to Module class | Chris Lattner | 2002-03-29 | 1 | -0/+15 |
* | Implement new getFunction and getOrInsertFunction methods | Chris Lattner | 2002-03-29 | 1 | -0/+31 |
* | Remove the reduceApply functions they are obsolete things from the days before | Chris Lattner | 2002-03-28 | 1 | -16/+0 |
* | Change references from Method to Function | Chris Lattner | 2002-03-26 | 1 | -9/+9 |
* | Remove extraneous #includes | Chris Lattner | 2002-01-26 | 1 | -1/+0 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+3 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -8/+8 |