aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix spelloChris Lattner2003-09-101-1/+1
* Added the MakeFileReadable() method.John Criswell2003-09-021-0/+17
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-021-0/+15
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-19/+18
* ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner2003-08-311-25/+9
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-311-12/+13
* * CleanupsChris Lattner2003-08-311-21/+14
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-311-23/+23
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-311-5/+5
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-291-17/+17
* Spell `incompatible' correctly.Misha Brukman2003-08-271-2/+2
* Changes to work better with GCC3.4/LLVM G++Chris Lattner2003-08-221-3/+6
* Remove unused fileChris Lattner2003-08-211-26/+0
* Make assertion message more helpful in a case that might happen...Chris Lattner2003-08-191-1/+2
* Spell `necessary' correctly.Misha Brukman2003-08-182-2/+2
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-151-1/+1
* hash_map and hash_set:Misha Brukman2003-08-152-5/+13
* Reordered includes to be consistent with the LLVM style.Misha Brukman2003-08-151-1/+1
* Remove extraneous cl:: namespace qualifiersChris Lattner2003-08-141-4/+4
* Add support for reading command line arguments from an environment variable.Brian Gaeke2003-08-141-0/+7
* If we can't find INT64_MAX, set it to a reasonable default value,Brian Gaeke2003-08-111-1/+9
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-071-5/+6
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-072-10/+10
* Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner2003-08-012-21/+53
* Including statistics into an anonymous namespace that gets #included intoChris Lattner2003-08-011-10/+1
* New fileChris Lattner2003-08-011-0/+29
* This file doesn't need this includeChris Lattner2003-08-011-5/+0
* Enable JIT when the platform supports it.John Criswell2003-07-291-4/+27
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-251-1/+1
* Fix visibility problem exposed by GCC 3.3Chris Lattner2003-07-251-1/+1
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-251-1/+1
* Add includes of assertChris Lattner2003-07-252-0/+2
* Fix accessibility problems GCC 3.3Chris Lattner2003-07-251-1/+3
* Add assert.h includeChris Lattner2003-07-251-0/+1
* Convert to C++ style commentsChris Lattner2003-07-252-4/+4
* Include vector into these two files to ensure that specializations likeVikram S. Adve2003-07-252-0/+8
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-101-6/+6
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-101-22/+22
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-3015-106/+51
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-281-0/+15
* Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner2003-06-221-18/+12
* Remove a ton of extraneous #includesChris Lattner2003-06-224-8/+5
* Regularize the names of #include-guards.Brian Gaeke2003-06-1723-48/+48
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-161-0/+30
* Whoops. I didn't mean to step on John's changes.Brian Gaeke2003-06-161-7/+22
* This version supports FreeBSD.Brian Gaeke2003-06-161-25/+25
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-111-7/+22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-116-0/+9
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-041-11/+7