| Commit message (Expand) | Author | Age | Files | Lines |
* | Update header after moving file | Chris Lattner | 2002-05-07 | 1 | -4/+3 |
* | * Add a comment to the header giving a breif overview of how to return a | Chris Lattner | 2002-04-18 | 1 | -23/+62 |
* | * Make dtor virtual | Chris Lattner | 2002-04-18 | 1 | -26/+28 |
* | * s/Method/Function | Chris Lattner | 2002-04-15 | 1 | -5/+21 |
* | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -1/+1 |
* | Pull casting operators out of Value.h | Chris Lattner | 2002-04-08 | 1 | -0/+80 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 2 | -30/+33 |
* | Initial checkin of InstVisitor class | Chris Lattner | 2002-03-18 | 1 | -0/+133 |
* | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -12/+133 |
* | * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file | Chris Lattner | 2002-02-12 | 2 | -0/+230 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 4 | -24/+25 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 10 | -783/+431 |
* | Move DataTypes.h from llvm/Support to just Support | Chris Lattner | 2001-11-26 | 2 | -35/+1 |
* | Print floating point numbers in expodential form so that small numbers don't ... | Chris Lattner | 2001-11-01 | 1 | -1/+1 |
* | Include functionality to get a string array constant as a string | Chris Lattner | 2001-10-29 | 1 | -1/+13 |
* | Initial checkin of name mangling code. Moved from Linker.h | Chris Lattner | 2001-10-28 | 1 | -0/+27 |
* | Remove unneccesary function prototypes | Chris Lattner | 2001-10-28 | 1 | -17/+2 |
* | Add support for name mangling. | Vikram S. Adve | 2001-10-28 | 1 | -1/+18 |
* | New module linking functionality prototype | Chris Lattner | 2001-10-13 | 1 | -0/+20 |
* | Better linux support. This file still sucks | Chris Lattner | 2001-10-13 | 1 | -0/+1 |
* | Update comments | Chris Lattner | 2001-10-01 | 1 | -3/+9 |
* | Pull iterators out of CFG.h and genericize them with GraphTraits | Chris Lattner | 2001-09-28 | 3 | -0/+351 |
* | Generic k-way tree support | Chris Lattner | 2001-09-14 | 1 | -0/+52 |
* | Convert ConstRules to use annotations to clean it up. | Chris Lattner | 2001-09-09 | 1 | -2/+6 |
* | * Fixed mapped_iterator to actually work with functors | Chris Lattner | 2001-09-07 | 1 | -5/+17 |
* | Make annotations operations const with a mutable annotation list so that | Chris Lattner | 2001-09-07 | 1 | -8/+8 |
* | Extend annotations to pass data pointers around to the functions | Chris Lattner | 2001-08-27 | 1 | -1/+2 |
* | Add annotation support | Chris Lattner | 2001-08-23 | 1 | -0/+204 |
* | Added function printIndent. | Vikram S. Adve | 2001-07-28 | 1 | -0/+6 |
* | Added a pointer hash function object for use in pointer maps. | Vikram S. Adve | 2001-07-28 | 1 | -0/+5 |
* | Eliminated the Unique class in favor of NonCopyable and NonCopyableV | Chris Lattner | 2001-07-23 | 3 | -61/+50 |
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 4 | -0/+327 |
* | Large scale changes to implement new command line argument facility | Chris Lattner | 2001-07-23 | 2 | -287/+0 |
* | Add flag for emacs so it realizes it's C++ code | Chris Lattner | 2001-07-22 | 1 | -1/+1 |
* | Convert from using C style char*'s to strings. | Chris Lattner | 2001-07-22 | 2 | -42/+34 |
* | Remove String file some more | Chris Lattner | 2001-07-22 | 2 | -1/+1 |
* | Destroy the StringUtils.h file | Chris Lattner | 2001-07-22 | 2 | -95/+17 |
* | General support utilities like a program options class and a StringMap | Vikram S. Adve | 2001-07-21 | 4 | -0/+429 |