summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-26
* Print floating point numbers in expodential form so that small numbers don't ...Chris Lattner2001-11-01
* Include functionality to get a string array constant as a stringChris Lattner2001-10-29
* Initial checkin of name mangling code. Moved from Linker.hChris Lattner2001-10-28
* Remove unneccesary function prototypesChris Lattner2001-10-28
* Add support for name mangling.Vikram S. Adve2001-10-28
* New module linking functionality prototypeChris Lattner2001-10-13
* Better linux support. This file still sucksChris Lattner2001-10-13
* Update commentsChris Lattner2001-10-01
* Pull iterators out of CFG.h and genericize them with GraphTraitsChris Lattner2001-09-28
* Generic k-way tree supportChris Lattner2001-09-14
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-09
* * Fixed mapped_iterator to actually work with functorsChris Lattner2001-09-07
* Make annotations operations const with a mutable annotation list so thatChris Lattner2001-09-07
* Extend annotations to pass data pointers around to the functionsChris Lattner2001-08-27
* Add annotation supportChris Lattner2001-08-23
* Added function printIndent.Vikram S. Adve2001-07-28
* Added a pointer hash function object for use in pointer maps.Vikram S. Adve2001-07-28
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Add flag for emacs so it realizes it's C++ codeChris Lattner2001-07-22
* Convert from using C style char*'s to strings.Chris Lattner2001-07-22
* Remove String file some moreChris Lattner2001-07-22
* Destroy the StringUtils.h fileChris Lattner2001-07-22
* General support utilities like a program options class and a StringMapVikram S. Adve2001-07-21