aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/Support
AgeCommit message (Expand)AuthorFilesLines
2004-07-29Fix typo in comment.Brian Gaeke1-1/+1
2004-07-25Add back() and pop_back() methods to SetVectorChris Lattner1-14/+28
2004-07-24Add support for killing the program if it executes for too long.Chris Lattner1-2/+3
2004-07-21Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke1-0/+3
2004-07-21Add greater_ptr functor.Alkis Evlogimenos1-0/+7
2004-07-21Add prototypes for platform-independent wrappers for isinf().Brian Gaeke1-0/+4
2004-07-20Use C++-style <cstdio> instead of C-style <stdio.h>Misha Brukman1-1/+1
2004-07-20Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>Misha Brukman1-1/+1
2004-07-20isupper() and tolower() are declared in <ctype.h>Misha Brukman1-3/+3
2004-07-19Added support for stdint.h. It is now automatically included byJohn Criswell1-0/+1
2004-07-16Add a new macro to be used for the end of enum lists.Chris Lattner1-0/+1
2004-07-15Give SetVector range supportChris Lattner1-1/+17
2004-07-12Fix warning compiling with VC++Chris Lattner1-2/+2
2004-07-11Provide better support for pointer-valued command line argumentsChris Lattner1-0/+3
2004-07-11Add a new headerChris Lattner1-0/+35
2004-07-08Get rid of some cruft in the insert method.Reid Spencer1-3/+3
2004-07-08First version of a vector with uniqueness constraints (or a set withReid Spencer1-0/+108
2004-07-04Add more operators.Alkis Evlogimenos1-0/+2
2004-06-27Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner1-1/+1
2004-06-25Unbreak the build. tsk tskChris Lattner1-1/+1
2004-06-24Add a LowercaseString() utility function, courtesy of brg.Misha Brukman1-0/+7
2004-06-23Provide prototypes for IsNAN() wrapper.Brian Gaeke1-0/+4
2004-06-04Add some constants for VCChris Lattner1-3/+11
2004-06-04Fix a *really* dumb warning on VCChris Lattner1-1/+1
2004-06-04GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner1-1/+1
2004-06-04Silence a warningChris Lattner1-1/+1
2004-06-04Add ssize_t for VC++Chris Lattner1-2/+3
2004-06-04Add more needed typedefsChris Lattner1-0/+2
2004-06-04Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner1-4/+4
2004-06-04Make this work with VC++Chris Lattner1-0/+7
2004-06-03The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner1-1/+1
2004-06-03Only use the non-standards-compliant std::distance on the compiler that isChris Lattner1-4/+5
2004-06-02Add a new CopyFile functionChris Lattner1-1/+5
2004-05-30Add comparator useful for natural comparisons on collections withAlkis Evlogimenos1-0/+6
2004-05-28Add a new function for the JITChris Lattner1-0/+7
2004-05-28Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner1-1/+11
2004-05-27Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner1-32/+0
2004-05-23Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve1-32/+52
2004-05-07Add the enum corresponding to the source change I made earlierChris Lattner1-2/+3
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke1-3/+2
2004-04-21Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos1-1/+1
2004-04-16Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke1-1/+1
2004-04-02Ignore configure produced filesChris Lattner1-0/+5
2004-04-02Add new functionChris Lattner1-0/+4
2004-02-29Update comment at head of file. Also fix C 'typedef struct' nonsense IBrian Gaeke1-7/+9
2004-02-29Add more architectures, and ELF64 stuff.Brian Gaeke1-1/+49
2004-02-28Fix my sloppinessBrian Gaeke1-6/+6
2004-02-28ELF constants and data structures.Brian Gaeke1-0/+245
2004-02-26Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner1-9/+2
2004-02-26Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner1-1/+1