aboutsummaryrefslogtreecommitdiff
path: root/include/Support
AgeCommit message (Expand)Author
2004-09-21This is a dead directory nowChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-27Add size member function.Alkis Evlogimenos
2004-08-26Add default index functor (an identity functor). You could use aAlkis Evlogimenos
2004-08-18Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman
2004-08-17Add an overloadChris Lattner
2004-08-17Add itostr(long) for our furry 64-bit friends.Misha Brukman
2004-08-13Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer
2004-07-29Fix typo in comment.Brian Gaeke
2004-07-25Add back() and pop_back() methods to SetVectorChris Lattner
2004-07-24Add support for killing the program if it executes for too long.Chris Lattner
2004-07-21Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke
2004-07-21Add greater_ptr functor.Alkis Evlogimenos
2004-07-21Add prototypes for platform-independent wrappers for isinf().Brian Gaeke
2004-07-20Use C++-style <cstdio> instead of C-style <stdio.h>Misha Brukman
2004-07-20Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>Misha Brukman
2004-07-20isupper() and tolower() are declared in <ctype.h>Misha Brukman
2004-07-19Added support for stdint.h. It is now automatically included byJohn Criswell
2004-07-16Add a new macro to be used for the end of enum lists.Chris Lattner
2004-07-15Give SetVector range supportChris Lattner
2004-07-12Fix warning compiling with VC++Chris Lattner
2004-07-11Provide better support for pointer-valued command line argumentsChris Lattner
2004-07-11Add a new headerChris Lattner
2004-07-08Get rid of some cruft in the insert method.Reid Spencer
2004-07-08First version of a vector with uniqueness constraints (or a set withReid Spencer
2004-07-04Add more operators.Alkis Evlogimenos
2004-06-27Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner
2004-06-25Unbreak the build. tsk tskChris Lattner
2004-06-24Add a LowercaseString() utility function, courtesy of brg.Misha Brukman
2004-06-23Provide prototypes for IsNAN() wrapper.Brian Gaeke
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