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