aboutsummaryrefslogtreecommitdiff
path: root/include/Support
AgeCommit message (Expand)Author
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-13Remove needless dependence on boostChris Lattner
2003-11-13Add namespace qualifierChris Lattner
2003-11-13Minor cleanupsChris Lattner
2003-11-12Fix faulty namespacificationChris Lattner
2003-11-12Regress to not using the llvm namespace.John Criswell
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-11Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke
2003-11-11 VS: ----------------------------------------------------------------------Brian Gaeke
2003-11-10Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke
2003-11-07Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoidChris Lattner
2003-11-07Add some ctors for this allocatorChris Lattner
2003-11-05Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos
2003-11-04New file, for use by the pool allocator projectChris Lattner
2003-10-31Escape "'s, which are frequent visitors to C++ typesChris Lattner
2003-10-30Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke
2003-10-29Add support for utostr(unsigned long)Brian Gaeke
2003-10-29Pull in stdint.h here, if we have it. Some systems keepBrian Gaeke
2003-10-28Remove __STDC_LIMIT_MACROS from here.Brian Gaeke
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