| Age | Commit message (Expand) | Author |
| 2004-06-04 | Add some constants for VC | Chris Lattner |
| 2004-06-04 | Fix a *really* dumb warning on VC | Chris Lattner |
| 2004-06-04 | GCC doesn't like prefix form of cast with two identifiers I guess. | Chris Lattner |
| 2004-06-04 | Silence a warning | Chris Lattner |
| 2004-06-04 | Add ssize_t for VC++ | Chris Lattner |
| 2004-06-04 | Add more needed typedefs | Chris Lattner |
| 2004-06-04 | Add explicit casts to silence warnings. There is no need to use snprintf here. | Chris Lattner |
| 2004-06-04 | Make this work with VC++ | Chris Lattner |
| 2004-06-03 | The prototype for ParseCommandLineOptions changed at some point, but this | Chris Lattner |
| 2004-06-03 | Only use the non-standards-compliant std::distance on the compiler that is | Chris Lattner |
| 2004-06-02 | Add a new CopyFile function | Chris Lattner |
| 2004-05-30 | Add comparator useful for natural comparisons on collections with | Alkis Evlogimenos |
| 2004-05-28 | Add a new function for the JIT | Chris Lattner |
| 2004-05-28 | Add a pair of functions to hide system specific details of mapping a file in ... | Chris Lattner |
| 2004-05-27 | Beta-test moving a header from include/Support into the llvm hierarchy: | Chris Lattner |
| 2004-05-23 | Remember the set of leaders. Also compute on demand and cache the equiv | Vikram S. Adve |
| 2004-05-07 | Add the enum corresponding to the source change I made earlier | Chris Lattner |
| 2004-05-05 | Move the stuff that fixes the size, orientation & fonts of graphs to | Brian Gaeke |
| 2004-04-21 | Declare iterator as public since it is defined as such (gcc-3.4 fix) | Alkis Evlogimenos |
| 2004-04-16 | Switch to including <iostream> for compatibility with gcc-3.0.x (Debian). | Brian Gaeke |
| 2004-04-02 | Ignore configure produced files | Chris Lattner |
| 2004-04-02 | Add new function | Chris Lattner |
| 2004-02-29 | Update comment at head of file. Also fix C 'typedef struct' nonsense I | Brian Gaeke |
| 2004-02-29 | Add more architectures, and ELF64 stuff. | Brian Gaeke |
| 2004-02-28 | Fix my sloppiness | Brian Gaeke |
| 2004-02-28 | ELF constants and data structures. | Brian Gaeke |
| 2004-02-26 | Make sure that at least one virtual method is defined in a .cpp file to avoid | Chris Lattner |
| 2004-02-26 | Fix a bug in the densemap that was killing the local allocator, and probably | Chris Lattner |
| 2004-02-26 | Fix typeo. grow() cannot shrink storage. clear() should really nuke storage | Chris Lattner |
| 2004-02-25 | Add DenseMap template and actually use it for for mapping virtual regs | Alkis Evlogimenos |
| 2004-02-25 | Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, | Brian Gaeke |
| 2004-02-24 | Use the new LLVM is_class template instead of the boost one, allowing us to | Chris Lattner |
| 2004-02-24 | Check in a new type_traits header which provides the mysterious is_class | Chris Lattner |
| 2004-02-24 | Noone cares about similarity to boost | Chris Lattner |
| 2004-02-23 | DataTypes.h is now output from configure, and shortened | Brian Gaeke |
| 2004-02-23 | ThreadSupport.h is now output from configure. | Brian Gaeke |
| 2004-02-23 | Renamed to hash_set.in; move to using autoconf substitution tags. | Brian Gaeke |
| 2004-02-23 | Renamed to hash_map.in; move to using autoconf substitution tags. | Brian Gaeke |
| 2004-02-23 | Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs... | Brian Gaeke |
| 2004-02-23 | Replaced by include/Support/iterator.in. | Brian Gaeke |
| 2004-02-19 | Add a new function | Chris Lattner |
| 2004-02-18 | Change the order of the arguments to the ctor, allowing us to make the boolea... | Chris Lattner |
| 2004-02-18 | Move a helper class out of bugpoint to here. | Chris Lattner |
| 2004-02-14 | Add next() and prior() iterator utility functions. Unlike std::advance | Alkis Evlogimenos |
| 2004-02-13 | Update the example here in the header file. | Brian Gaeke |
| 2004-02-11 | If a node has more than 64 outgoing edges, make the edges go from the 'trunca... | Chris Lattner |
| 2004-02-09 | Add global methods that prevent us from using ilist::iterators as | Alkis Evlogimenos |
| 2004-02-08 | One of the 'annoying' things about ilists is that the iterators don't behave | Chris Lattner |
| 2004-02-06 | Use autoconf answers from config.h (FIXME, should autoconf this file | Brian Gaeke |
| 2004-01-17 | fix copy-and-pasto | Chris Lattner |