summaryrefslogtreecommitdiff
path: root/include/Support
Commit message (Expand)AuthorAge
* Ignore configure produced filesChris Lattner2004-04-02
* Add new functionChris Lattner2004-04-02
* Update comment at head of file. Also fix C 'typedef struct' nonsense IBrian Gaeke2004-02-29
* Add more architectures, and ELF64 stuff.Brian Gaeke2004-02-29
* Fix my sloppinessBrian Gaeke2004-02-28
* ELF constants and data structures.Brian Gaeke2004-02-28
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-26
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-26
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-26
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-25
* Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,Brian Gaeke2004-02-25
* Use the new LLVM is_class template instead of the boost one, allowing us toChris Lattner2004-02-24
* Check in a new type_traits header which provides the mysterious is_classChris Lattner2004-02-24
* Noone cares about similarity to boostChris Lattner2004-02-24
* DataTypes.h is now output from configure, and shortenedBrian Gaeke2004-02-23
* ThreadSupport.h is now output from configure.Brian Gaeke2004-02-23
* Renamed to hash_set.in; move to using autoconf substitution tags.Brian Gaeke2004-02-23
* Renamed to hash_map.in; move to using autoconf substitution tags.Brian Gaeke2004-02-23
* Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...Brian Gaeke2004-02-23
* Replaced by include/Support/iterator.in.Brian Gaeke2004-02-23
* Add a new functionChris Lattner2004-02-19
* Change the order of the arguments to the ctor, allowing us to make the boolea...Chris Lattner2004-02-18
* Move a helper class out of bugpoint to here.Chris Lattner2004-02-18
* Add next() and prior() iterator utility functions. Unlike std::advanceAlkis Evlogimenos2004-02-14
* Update the example here in the header file.Brian Gaeke2004-02-13
* If a node has more than 64 outgoing edges, make the edges go from the 'trunca...Chris Lattner2004-02-11
* Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos2004-02-09
* One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner2004-02-08
* Use autoconf answers from config.h (FIXME, should autoconf this fileBrian Gaeke2004-02-06
* fix copy-and-pastoChris Lattner2004-01-17
* Revision of Brian's threading support library to be a bit more generic andChris Lattner2004-01-17
* Remove ENDIAN_* support. LLVM does not need it anymore.Chris Lattner2004-01-15
* add support for -- for symmetryChris Lattner2004-01-14
* * Add a new helper progress methodChris Lattner2003-12-31
* add new functionChris Lattner2003-12-31
* clarify commentsChris Lattner2003-12-31
* New class, useful for command-line interactive programs.Chris Lattner2003-12-31
* doxygenifyChris Lattner2003-12-31
* Add new functionChris Lattner2003-12-30
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-30
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-29
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-29
* add new functionChris Lattner2003-12-29
* This header is deadChris Lattner2003-12-15
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-01
* Hrm, how could this compile?Chris Lattner2003-11-29
* Expose functionality to query if a file is an ELF shared object.Misha Brukman2003-11-24
* A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke2003-11-23
* This is a hack to make this file compile under g++-3.0.x;Brian Gaeke2003-11-23
* Fix copy-and-pasteoChris Lattner2003-11-17