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