| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add global methods that prevent us from using ilist::iterators as | Alkis Evlogimenos | 2004-02-09 | 1 | -0/+12 |
* | One of the 'annoying' things about ilists is that the iterators don't behave | Chris Lattner | 2004-02-08 | 1 | -6/+94 |
* | Use autoconf answers from config.h (FIXME, should autoconf this file | Brian Gaeke | 2004-02-06 | 1 | -4/+5 |
* | fix copy-and-pasto | Chris Lattner | 2004-01-17 | 1 | -2/+2 |
* | Revision of Brian's threading support library to be a bit more generic and | Chris Lattner | 2004-01-17 | 3 | -51/+99 |
* | Remove ENDIAN_* support. LLVM does not need it anymore. | Chris Lattner | 2004-01-15 | 1 | -9/+0 |
* | add support for -- for symmetry | Chris Lattner | 2004-01-14 | 1 | -0/+2 |
* | * Add a new helper progress method | Chris Lattner | 2003-12-31 | 1 | -0/+10 |
* | add new function | Chris Lattner | 2003-12-31 | 1 | -0/+6 |
* | clarify comments | Chris Lattner | 2003-12-31 | 1 | -10/+9 |
* | New class, useful for command-line interactive programs. | Chris Lattner | 2003-12-31 | 1 | -0/+56 |
* | doxygenify | Chris Lattner | 2003-12-31 | 1 | -4/+4 |
* | Add new function | Chris Lattner | 2003-12-30 | 1 | -28/+13 |
* | Further revisions of the FDHandle idea. In this version we use ownership | Chris Lattner | 2003-12-30 | 1 | -5/+22 |
* | Add trivial exception specs to produce better code since the methods cannot | Chris Lattner | 2003-12-29 | 1 | -3/+3 |
* | Factor FDHandle out of the bytecode reader into the FileUtilities.h support | Chris Lattner | 2003-12-29 | 1 | -0/+21 |
* | add new function | Chris Lattner | 2003-12-29 | 1 | -0/+10 |
* | This header is dead | Chris Lattner | 2003-12-15 | 1 | -44/+0 |
* | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke | 2003-12-01 | 1 | -0/+69 |
* | Hrm, how could this compile? | Chris Lattner | 2003-11-29 | 1 | -1/+1 |
* | Expose functionality to query if a file is an ELF shared object. | Misha Brukman | 2003-11-24 | 1 | -0/+5 |
* | A better way to get std::pair into the compiler's little, walnut-sized brain. | Brian Gaeke | 2003-11-23 | 1 | -1/+1 |
* | This is a hack to make this file compile under g++-3.0.x; | Brian Gaeke | 2003-11-23 | 1 | -0/+1 |
* | Fix copy-and-pasteo | Chris Lattner | 2003-11-17 | 1 | -1/+1 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 7 | -22/+31 |
* | Remove needless dependence on boost | Chris Lattner | 2003-11-13 | 1 | -3/+2 |