Age | Commit message (Expand) | Author |
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 |
2004-01-17 | Revision of Brian's threading support library to be a bit more generic and | Chris Lattner |
2004-01-15 | Remove ENDIAN_* support. LLVM does not need it anymore. | Chris Lattner |
2004-01-14 | add support for -- for symmetry | Chris Lattner |
2003-12-31 | * Add a new helper progress method | Chris Lattner |
2003-12-31 | add new function | Chris Lattner |
2003-12-31 | clarify comments | Chris Lattner |
2003-12-31 | New class, useful for command-line interactive programs. | Chris Lattner |
2003-12-31 | doxygenify | Chris Lattner |
2003-12-30 | Add new function | Chris Lattner |
2003-12-30 | Further revisions of the FDHandle idea. In this version we use ownership | Chris Lattner |
2003-12-29 | Add trivial exception specs to produce better code since the methods cannot | Chris Lattner |
2003-12-29 | Factor FDHandle out of the bytecode reader into the FileUtilities.h support | Chris Lattner |
2003-12-29 | add new function | Chris Lattner |
2003-12-15 | This header is dead | Chris Lattner |
2003-12-01 | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke |
2003-11-29 | Hrm, how could this compile? | Chris Lattner |
2003-11-24 | Expose functionality to query if a file is an ELF shared object. | Misha Brukman |
2003-11-23 | A better way to get std::pair into the compiler's little, walnut-sized brain. | Brian Gaeke |
2003-11-23 | This is a hack to make this file compile under g++-3.0.x; | Brian Gaeke |
2003-11-17 | Fix copy-and-pasteo | Chris Lattner |