summaryrefslogtreecommitdiff
path: root/include/Support
Commit message (Expand)AuthorAge
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-11
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-11
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-10
* Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoidChris Lattner2003-11-07
* Add some ctors for this allocatorChris Lattner2003-11-07
* Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos2003-11-05
* New file, for use by the pool allocator projectChris Lattner2003-11-04
* Escape "'s, which are frequent visitors to C++ typesChris Lattner2003-10-31
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-30
* Add support for utostr(unsigned long)Brian Gaeke2003-10-29
* Pull in stdint.h here, if we have it. Some systems keepBrian Gaeke2003-10-29
* Remove __STDC_LIMIT_MACROS from here.Brian Gaeke2003-10-28
* This #include is no longer necessaryChris Lattner2003-10-20
* Added LLVM notice.John Criswell2003-10-20
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-15
* Add missing default argumentChris Lattner2003-10-13
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-13
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-13
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-10
* Moved to llvm/include/llvm/Support because it is LLVM-specific.Misha Brukman2003-10-06
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-06
* Output a very high-precision numberChris Lattner2003-10-05
* Standardize header file commentsChris Lattner2003-09-30
* Add a file headerChris Lattner2003-09-30
* Remove unused headerChris Lattner2003-09-30
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-29
* Tersified and fixed whitespace (tabs -> spaces).Misha Brukman2003-09-29
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-17
* Added the ExecWait() function.John Criswell2003-09-17
* Fix spelloChris Lattner2003-09-10
* Added the MakeFileReadable() method.John Criswell2003-09-02
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-02
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-31
* ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner2003-08-31
* 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