| 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 | 
| *  | 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 | 
| *  | DataTypes.h is now output from configure, and shortened | Brian Gaeke | 2004-02-23 | 1 | -0/+45 | 
| *  | ThreadSupport.h is now output from configure. | Brian Gaeke | 2004-02-23 | 2 | -0/+80 | 
| *  | Significantly simplify gep_type_iterator, and make its interface more general... | Chris Lattner | 2004-02-22 | 1 | -23/+24 | 
| *  | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 1 | -3/+5 | 
| *  | Add support for just compiling a program | Chris Lattner | 2004-02-18 | 1 | -0/+19 | 
| *  | Byebye method | Chris Lattner | 2004-02-18 | 1 | -3/+0 | 
| *  | When an error occurs executing a tool, we now throw an exception instead | Chris Lattner | 2004-02-18 | 1 | -5/+20 | 
| *  | 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 | 
| *  | The CBE is no longer in llvm-dis | Chris Lattner | 2004-02-17 | 1 | -2/+2 | 
| *  | Add method | Chris Lattner | 2004-02-14 | 1 | -9/+7 | 
| *  | If a node has more than 64 outgoing edges, make the edges go from the 'trunca... | Chris Lattner | 2004-02-11 | 1 | -1/+3 | 
| *  | Revision of Brian's threading support library to be a bit more generic and | Chris Lattner | 2004-01-17 | 2 | -51/+58 | 
| *  | * 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 | 
| *  | 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 | 
| *  | Fix typo in comment | Brian Gaeke | 2003-12-12 | 1 | -1/+1 | 
| *  | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke | 2003-12-01 | 1 | -0/+69 | 
| *  | fix gcc 3.4 compatibility problem | Chris Lattner | 2003-11-28 | 1 | -1/+1 | 
| *  | Work with gepi's and constant exprs.  Also, add versions of iterator ctors th... | Chris Lattner | 2003-11-25 | 1 | -5/+12 | 
| *  | Rename class to be consistent with other iterator classes | Chris Lattner | 2003-11-25 | 1 | -15/+15 | 
| *  | Initial checkin of gep_type_begin/end which will be used to address PR82 | Chris Lattner | 2003-11-25 | 1 | -0/+92 | 
| *  | Expose functionality to query if a file is an ELF shared object. | Misha Brukman | 2003-11-24 | 1 | -0/+5 | 
| *  | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 5 | -16/+23 | 
| *  | Fix faulty namespacification | Chris Lattner | 2003-11-12 | 1 | -4/+7 | 
| *  | Regress to not using the llvm namespace. | John Criswell | 2003-11-12 | 1 | -4/+0 | 
| *  | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 24 | -1/+103 | 
| *  | Add prototypes for CheckMagic, IsArchive, and IsBytecode. | Brian Gaeke | 2003-11-11 | 1 | -2/+17 | 
| *  |  VS: ---------------------------------------------------------------------- | Brian Gaeke | 2003-11-11 | 1 | -0/+5 | 
| *  | No really, I'm not on crack | Chris Lattner | 2003-11-10 | 1 | -1/+1 | 
| *  | Helper method | Chris Lattner | 2003-11-10 | 1 | -0/+4 | 
| *  | Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid | Chris Lattner | 2003-11-07 | 1 | -2/+13 | 
| *  | Add a warning about not "new"ing or "delete"ing CallSites | Brian Gaeke | 2003-11-07 | 1 | -0/+6 | 
| *  | Add some ctors for this allocator | Chris Lattner | 2003-11-07 | 1 | -0/+4 | 
| *  | A few handy methods that seem to mesh well with what CallSite already provides. | Brian Gaeke | 2003-11-05 | 1 | -0/+5 | 
| *  | New file, for use by the pool allocator project | Chris Lattner | 2003-11-04 | 1 | -0/+68 | 
| *  | Allow CallSites to be used as the key of a map | Chris Lattner | 2003-11-02 | 1 | -0/+4 |