aboutsummaryrefslogtreecommitdiff
path: root/include/Support
AgeCommit message (Expand)Author
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-15lib/Support/CommandLine.cpp:Brian Gaeke
2003-08-15hash_map and hash_set:Misha Brukman
2003-08-15Reordered includes to be consistent with the LLVM style.Misha Brukman
2003-08-14Remove extraneous cl:: namespace qualifiersChris Lattner
2003-08-14Add support for reading command line arguments from an environment variable.Brian Gaeke
2003-08-11If we can't find INT64_MAX, set it to a reasonable default value,Brian Gaeke
2003-08-07Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman
2003-08-07Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman
2003-08-01Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner
2003-08-01Including statistics into an anonymous namespace that gets #included intoChris Lattner
2003-08-01New fileChris Lattner
2003-08-01This file doesn't need this includeChris Lattner
2003-07-29Enable JIT when the platform supports it.John Criswell
2003-07-25Fix another accessibility problem illuminated by GCC 3.3Chris Lattner
2003-07-25Fix visibility problem exposed by GCC 3.3Chris Lattner
2003-07-25Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner
2003-07-25Add includes of assertChris Lattner
2003-07-25Fix accessibility problems GCC 3.3Chris Lattner
2003-07-25Add assert.h includeChris Lattner
2003-07-25Convert to C++ style commentsChris Lattner
2003-07-25Include vector into these two files to ensure that specializations likeVikram S. Adve
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman
2003-07-10`Occurrence' has no `a' and the `r' is doubled.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-28Add support for 'unsigned' command line argumentsChris Lattner
2003-06-22Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-06-16Whoops. I didn't mean to step on John's changes.Brian Gaeke
2003-06-16This version supports FreeBSD.Brian Gaeke
2003-06-11Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-06-04Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik
2003-06-03There are now no uses of NonCopyableVChris Lattner
2003-06-03Add doxygen comment for namespaceChris Lattner
2003-05-29Implementation of Equivalence ClassesSumant Kowshik
2003-05-29dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner
2003-05-22Add support for a new "CommaSeparated" modifierChris Lattner
2003-05-09Updates to match recent timer updatesChris Lattner
2003-04-23Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friendsChris Lattner
2003-04-23Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.Chris Lattner
2003-03-21Update commentChris Lattner
2003-03-17Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95Chris Lattner
2003-02-24Fix #endifChris Lattner
2003-02-24Add support for the slist extensionChris Lattner
2003-02-05Allow the addition of edge source labelsChris Lattner
2003-02-01Add hash_multimap supportChris Lattner