summaryrefslogtreecommitdiff
path: root/include/Support
Commit message (Expand)AuthorAge
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-31
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-31
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-29
* Spell `incompatible' correctly.Misha Brukman2003-08-27
* Changes to work better with GCC3.4/LLVM G++Chris Lattner2003-08-22
* Remove unused fileChris Lattner2003-08-21
* Make assertion message more helpful in a case that might happen...Chris Lattner2003-08-19
* Spell `necessary' correctly.Misha Brukman2003-08-18
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-15
* hash_map and hash_set:Misha Brukman2003-08-15
* Reordered includes to be consistent with the LLVM style.Misha Brukman2003-08-15
* Remove extraneous cl:: namespace qualifiersChris Lattner2003-08-14
* Add support for reading command line arguments from an environment variable.Brian Gaeke2003-08-14
* If we can't find INT64_MAX, set it to a reasonable default value,Brian Gaeke2003-08-11
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner2003-08-01
* Including statistics into an anonymous namespace that gets #included intoChris Lattner2003-08-01
* New fileChris Lattner2003-08-01
* This file doesn't need this includeChris Lattner2003-08-01
* Enable JIT when the platform supports it.John Criswell2003-07-29
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-25
* Fix visibility problem exposed by GCC 3.3Chris Lattner2003-07-25
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-25
* Add includes of assertChris Lattner2003-07-25
* Fix accessibility problems GCC 3.3Chris Lattner2003-07-25
* Add assert.h includeChris Lattner2003-07-25
* Convert to C++ style commentsChris Lattner2003-07-25
* Include vector into these two files to ensure that specializations likeVikram S. Adve2003-07-25
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-10
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-10
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-28
* Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner2003-06-22
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Whoops. I didn't mean to step on John's changes.Brian Gaeke2003-06-16
* This version supports FreeBSD.Brian Gaeke2003-06-16
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-11
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-04
* There are now no uses of NonCopyableVChris Lattner2003-06-03
* Add doxygen comment for namespaceChris Lattner2003-06-03
* Implementation of Equivalence ClassesSumant Kowshik2003-05-29
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-29
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-22