Age | Commit message (Expand) | Author |
2003-11-16 | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner |
2003-11-13 | Remove needless dependence on boost | Chris Lattner |
2003-11-13 | Add namespace qualifier | Chris Lattner |
2003-11-13 | Minor cleanups | Chris Lattner |
2003-11-12 | Fix faulty namespacification | Chris Lattner |
2003-11-12 | Regress to not using the llvm namespace. | John Criswell |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-11 | Add prototypes for CheckMagic, IsArchive, and IsBytecode. | Brian Gaeke |
2003-11-11 | VS: ---------------------------------------------------------------------- | Brian Gaeke |
2003-11-10 | Patch to fix PR102, contributed by Reid Spencer. | Brian Gaeke |
2003-11-07 | Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid | Chris Lattner |
2003-11-07 | Add some ctors for this allocator | Chris Lattner |
2003-11-05 | Add std::pair tier. This is a much simplified version of boost::tie | Alkis Evlogimenos |
2003-11-04 | New file, for use by the pool allocator project | Chris Lattner |
2003-10-31 | Escape "'s, which are frequent visitors to C++ types | Chris Lattner |
2003-10-30 | Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm. | Brian Gaeke |
2003-10-29 | Add support for utostr(unsigned long) | Brian Gaeke |
2003-10-29 | Pull in stdint.h here, if we have it. Some systems keep | Brian Gaeke |
2003-10-28 | Remove __STDC_LIMIT_MACROS from here. | Brian Gaeke |
2003-10-20 | This #include is no longer necessary | Chris Lattner |
2003-10-20 | Added LLVM notice. | John Criswell |
2003-10-15 | This file uses assert and doesn't include anything which already #includes <c... | Chris Lattner |
2003-10-13 | Add missing default argument | Chris Lattner |
2003-10-13 | add support for "external" depth first iterators, which store the 'visited' set | Chris Lattner |
2003-10-13 | Extricate the "reverse" support from the depth-first iterator. This is really | Chris Lattner |
2003-10-10 | Add my abstracted dynamic linker support files. | Brian Gaeke |
2003-10-06 | Moved to llvm/include/llvm/Support because it is LLVM-specific. | Misha Brukman |
2003-10-06 | Doxygenize class comments. Add new NamedRegionTimer class | Chris Lattner |
2003-10-05 | Output a very high-precision number | Chris Lattner |
2003-09-30 | Standardize header file comments | Chris Lattner |
2003-09-30 | Add a file header | Chris Lattner |
2003-09-30 | Remove unused header | Chris Lattner |
2003-09-29 | Abstracted away the process of running our tools + gcc from bugpoint. | Misha Brukman |
2003-09-29 | Tersified and fixed whitespace (tabs -> spaces). | Misha Brukman |
2003-09-17 | In ExecWait(), made the child process exit if it can't execve() the new | John Criswell |
2003-09-17 | Added the ExecWait() function. | John Criswell |
2003-09-10 | Fix spello | Chris Lattner |
2003-09-02 | Added the MakeFileReadable() method. | John Criswell |
2003-09-02 | Added the MakeFileExecutable() method. This method takes a filename and | John Criswell |
2003-08-31 | Rename TarjanSCCIterator -> scc_iterator | Chris Lattner |
2003-08-31 | ELIMINATE the SCC class completely. One less thing deriving from std::vector | Chris Lattner |
2003-08-31 | Move the HasLoop method from the SCC class to the iterator class | Chris Lattner |
2003-08-31 | * Cleanups | Chris Lattner |
2003-08-31 | Remove usage of unsigned long: unsigned should be enough! | Chris Lattner |
2003-08-31 | This file uses cerr without including <iostream>. Since it's just for debugg... | Chris Lattner |
2003-08-29 | Fix compilation problems with G++ 3.4 | Chris Lattner |
2003-08-27 | Spell `incompatible' correctly. | Misha Brukman |
2003-08-22 | Changes to work better with GCC3.4/LLVM G++ | Chris Lattner |
2003-08-21 | Remove unused file | Chris Lattner |
2003-08-19 | Make assertion message more helpful in a case that might happen... | Chris Lattner |