aboutsummaryrefslogtreecommitdiff
path: root/include/Support
AgeCommit message (Expand)Author
2003-10-20This #include is no longer necessaryChris Lattner
2003-10-20Added LLVM notice.John Criswell
2003-10-15This file uses assert and doesn't include anything which already #includes <c...Chris Lattner
2003-10-13Add missing default argumentChris Lattner
2003-10-13add support for "external" depth first iterators, which store the 'visited' setChris Lattner
2003-10-13Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner
2003-10-10Add my abstracted dynamic linker support files.Brian Gaeke
2003-10-06Moved to llvm/include/llvm/Support because it is LLVM-specific.Misha Brukman
2003-10-06Doxygenize class comments. Add new NamedRegionTimer classChris Lattner
2003-10-05Output a very high-precision numberChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-09-30Add a file headerChris Lattner
2003-09-30Remove unused headerChris Lattner
2003-09-29Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman
2003-09-29Tersified and fixed whitespace (tabs -> spaces).Misha Brukman
2003-09-17In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell
2003-09-17Added the ExecWait() function.John Criswell
2003-09-10Fix spelloChris Lattner
2003-09-02Added the MakeFileReadable() method.John Criswell
2003-09-02Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell
2003-08-31Rename TarjanSCCIterator -> scc_iteratorChris Lattner
2003-08-31ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner
2003-08-31Move the HasLoop method from the SCC class to the iterator classChris Lattner
2003-08-31* CleanupsChris Lattner
2003-08-31Remove usage of unsigned long: unsigned should be enough!Chris Lattner
2003-08-31This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner
2003-08-29Fix compilation problems with G++ 3.4Chris Lattner
2003-08-27Spell `incompatible' correctly.Misha Brukman
2003-08-22Changes to work better with GCC3.4/LLVM G++Chris Lattner
2003-08-21Remove unused fileChris Lattner
2003-08-19Make assertion message more helpful in a case that might happen...Chris Lattner
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