aboutsummaryrefslogtreecommitdiff
path: root/include/Support
AgeCommit message (Expand)Author
2004-06-04Add some constants for VCChris Lattner
2004-06-04Fix a *really* dumb warning on VCChris Lattner
2004-06-04GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner
2004-06-04Silence a warningChris Lattner
2004-06-04Add ssize_t for VC++Chris Lattner
2004-06-04Add more needed typedefsChris Lattner
2004-06-04Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner
2004-06-04Make this work with VC++Chris Lattner
2004-06-03The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner
2004-06-03Only use the non-standards-compliant std::distance on the compiler that isChris Lattner
2004-06-02Add a new CopyFile functionChris Lattner
2004-05-30Add comparator useful for natural comparisons on collections withAlkis Evlogimenos
2004-05-28Add a new function for the JITChris Lattner
2004-05-28Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner
2004-05-27Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner
2004-05-23Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve
2004-05-07Add the enum corresponding to the source change I made earlierChris Lattner
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke
2004-04-21Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos
2004-04-16Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke
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