aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Update header after moving fileChris Lattner2002-05-071-4/+3
* * Add a comment to the header giving a breif overview of how to return aChris Lattner2002-04-181-23/+62
* * Make dtor virtualChris Lattner2002-04-181-26/+28
* * s/Method/FunctionChris Lattner2002-04-151-5/+21
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* Pull casting operators out of Value.hChris Lattner2002-04-081-0/+80
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-072-30/+33
* Initial checkin of InstVisitor classChris Lattner2002-03-181-0/+133
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-12/+133
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-122-0/+230
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-204-24/+25
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-2710-783/+431
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-262-35/+1
* Print floating point numbers in expodential form so that small numbers don't ...Chris Lattner2001-11-011-1/+1
* Include functionality to get a string array constant as a stringChris Lattner2001-10-291-1/+13
* Initial checkin of name mangling code. Moved from Linker.hChris Lattner2001-10-281-0/+27
* Remove unneccesary function prototypesChris Lattner2001-10-281-17/+2
* Add support for name mangling.Vikram S. Adve2001-10-281-1/+18
* New module linking functionality prototypeChris Lattner2001-10-131-0/+20
* Better linux support. This file still sucksChris Lattner2001-10-131-0/+1
* Update commentsChris Lattner2001-10-011-3/+9
* Pull iterators out of CFG.h and genericize them with GraphTraitsChris Lattner2001-09-283-0/+351
* Generic k-way tree supportChris Lattner2001-09-141-0/+52
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-091-2/+6
* * Fixed mapped_iterator to actually work with functorsChris Lattner2001-09-071-5/+17
* Make annotations operations const with a mutable annotation list so thatChris Lattner2001-09-071-8/+8
* Extend annotations to pass data pointers around to the functionsChris Lattner2001-08-271-1/+2
* Add annotation supportChris Lattner2001-08-231-0/+204
* Added function printIndent.Vikram S. Adve2001-07-281-0/+6
* Added a pointer hash function object for use in pointer maps.Vikram S. Adve2001-07-281-0/+5
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-233-61/+50
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-234-0/+327
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-232-287/+0
* Add flag for emacs so it realizes it's C++ codeChris Lattner2001-07-221-1/+1
* Convert from using C style char*'s to strings.Chris Lattner2001-07-222-42/+34
* Remove String file some moreChris Lattner2001-07-222-1/+1
* Destroy the StringUtils.h fileChris Lattner2001-07-222-95/+17
* General support utilities like a program options class and a StringMapVikram S. Adve2001-07-214-0/+429