summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support
Commit message (Expand)AuthorAgeFilesLines
* Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner2004-06-271-1/+1
* Unbreak the build. tsk tskChris Lattner2004-06-251-1/+1
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-241-0/+7
* Provide prototypes for IsNAN() wrapper.Brian Gaeke2004-06-231-0/+4
* Add some constants for VCChris Lattner2004-06-041-3/+11
* Fix a *really* dumb warning on VCChris Lattner2004-06-041-1/+1
* GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner2004-06-041-1/+1
* Silence a warningChris Lattner2004-06-041-1/+1
* Add ssize_t for VC++Chris Lattner2004-06-041-2/+3
* Add more needed typedefsChris Lattner2004-06-041-0/+2
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-041-4/+4
* Make this work with VC++Chris Lattner2004-06-041-0/+7
* The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner2004-06-031-1/+1
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-031-4/+5
* Add a new CopyFile functionChris Lattner2004-06-021-1/+5
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-301-0/+6
* Add a new function for the JITChris Lattner2004-05-281-0/+7
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-281-1/+11
* Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner2004-05-271-32/+0
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-231-32/+52
* Add the enum corresponding to the source change I made earlierChris Lattner2004-05-071-2/+3
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-3/+2
* Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos2004-04-211-1/+1
* Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke2004-04-161-1/+1
* Ignore configure produced filesChris Lattner2004-04-021-0/+5
* Add new functionChris Lattner2004-04-021-0/+4
* 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
OpenPOWER on IntegriCloud