summaryrefslogtreecommitdiffstats
path: root/include/Support
Commit message (Expand)AuthorAgeFilesLines
* Update comment at head of file. Also fix C 'typedef struct' nonsense IBrian Gaeke2004-02-291-7/+9
* Add more architectures, and ELF64 stuff.Brian Gaeke2004-02-291-1/+49
* Fix my sloppinessBrian Gaeke2004-02-281-6/+6
* ELF constants and data structures.Brian Gaeke2004-02-281-0/+245
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-261-9/+2
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-261-1/+1
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-261-3/+5
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-251-0/+61
* Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,Brian Gaeke2004-02-251-0/+4
* Use the new LLVM is_class template instead of the boost one, allowing us toChris Lattner2004-02-241-2/+3
* Check in a new type_traits header which provides the mysterious is_classChris Lattner2004-02-241-0/+54
* Noone cares about similarity to boostChris Lattner2004-02-241-2/+0
* DataTypes.h is now output from configure, and shortenedBrian Gaeke2004-02-231-14/+7
* ThreadSupport.h is now output from configure.Brian Gaeke2004-02-231-3/+1
* Renamed to hash_set.in; move to using autoconf substitution tags.Brian Gaeke2004-02-231-5/+3
* Renamed to hash_map.in; move to using autoconf substitution tags.Brian Gaeke2004-02-231-5/+3
* Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...Brian Gaeke2004-02-231-0/+66
* Replaced by include/Support/iterator.in.Brian Gaeke2004-02-231-76/+0
* Add a new functionChris Lattner2004-02-191-0/+3
* Change the order of the arguments to the ctor, allowing us to make the boolea...Chris Lattner2004-02-181-3/+3
* Move a helper class out of bugpoint to here.Chris Lattner2004-02-181-0/+20
* Add next() and prior() iterator utility functions. Unlike std::advanceAlkis Evlogimenos2004-02-141-23/+37
* Update the example here in the header file.Brian Gaeke2004-02-131-2/+2
* If a node has more than 64 outgoing edges, make the edges go from the 'trunca...Chris Lattner2004-02-111-1/+3
* Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos2004-02-091-0/+12
* One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner2004-02-081-6/+94
* Use autoconf answers from config.h (FIXME, should autoconf this fileBrian Gaeke2004-02-061-4/+5
* fix copy-and-pastoChris Lattner2004-01-171-2/+2
* Revision of Brian's threading support library to be a bit more generic andChris Lattner2004-01-173-51/+99
* Remove ENDIAN_* support. LLVM does not need it anymore.Chris Lattner2004-01-151-9/+0
* add support for -- for symmetryChris Lattner2004-01-141-0/+2
* * Add a new helper progress methodChris Lattner2003-12-311-0/+10
* add new functionChris Lattner2003-12-311-0/+6
* clarify commentsChris Lattner2003-12-311-10/+9
* New class, useful for command-line interactive programs.Chris Lattner2003-12-311-0/+56
* doxygenifyChris Lattner2003-12-311-4/+4
* Add new functionChris Lattner2003-12-301-28/+13
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-301-5/+22
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-291-3/+3
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-291-0/+21
* add new functionChris Lattner2003-12-291-0/+10
* This header is deadChris Lattner2003-12-151-44/+0
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-011-0/+69
* Hrm, how could this compile?Chris Lattner2003-11-291-1/+1
* Expose functionality to query if a file is an ELF shared object.Misha Brukman2003-11-241-0/+5
* A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke2003-11-231-1/+1
* This is a hack to make this file compile under g++-3.0.x;Brian Gaeke2003-11-231-0/+1
* Fix copy-and-pasteoChris Lattner2003-11-171-1/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-167-22/+31
* Remove needless dependence on boostChris Lattner2003-11-131-3/+2