2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
blob | commitdiff | raw |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Owen Anderson | "LLVMContext* " --> "LLVMContext *" |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Owen Anderson | More LLVMContext-ification. |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Dan Gohman | Revert r67844. This fixes the llvm-gcc-4.2 build on... |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Duncan Sands | Reapply r66415, which was reverted in r66426 for |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Bill Wendling | Revert r66415. It's causing failures during bootstrap... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Gabor Greif | in builds without asserts we do not need to allocate... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Gabor Greif | simplify the way how traits get hold of the symbol... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Gabor Greif | further simplifications arising from peruse of the... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Gabor Greif | Remove the burden of dealing with list offsets |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Gabor Greif | ooops, forgot to include the pointless-write eliminator... |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Gabor Greif | Give sentinel traits the right to determine the policy... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Dan Gohman | Make a comment less terse. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Gabor Greif | Declare Sentinel fragments as mutable to get rid |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Gabor Greif | Fix a typo. Thanks baldrick! |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Gabor Greif | add description how the ilist_traits<Instruction> works |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Evan Cheng | Avoid unused parameter warning. |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Gabor Greif | Introduce a new technique for merging BasicBlock with... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Torok Edwin | fix grammar, thanks Duncan! |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Torok Edwin | introduce BasicBlock::getUniquePredecessor() |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Chris Lattner | remove two unneeded forward declarations, pointed out... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-07-30 |
Matthijs Kooijman | Document BasicBlock::Create. |
blob | commitdiff | raw | diff to current |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Anton Korobeynikov | For PR1338: rename include/llvm/ADT/ilist and friends... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Dan Gohman | Tidy up BasicBlock::getFirstNonPHI, and change a bunch... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Nick Lewycky | Two things. Preserve the unwind_to when splitting a BB. |
blob | commitdiff | raw | diff to current |
2008-03-08 |
Nick Lewycky | Not all users of a BB are Instructions any more. |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Nick Lewycky | Add an unwind_to field to basic blocks, making them... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Gordon Henriksen | Reverting dtor devirtualization patch. |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Gordon Henriksen | Devirtualizing Value destructor (PR889). Patch by Pawel... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Dan Gohman | Remove meaningless qualifiers from return types, avoidi... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Chris Lattner | better portability for intptr_t. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | make next/prev accessors private |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Jeff Cohen | Fix build breakage on 64-bit systems. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | The (negative) offset from a SymbolTableListTraits... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | Refactor SymbolTableListTraits to only have a single... |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Dan Gohman | Rename Value::getValueType to getValueID, to avoid... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Dan Gohman | Add the 'explicit' keyword to several constructors... |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Chris Lattner | Override use_back in instruction/basicblock to provide... |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Chris Lattner | add method, correct comment |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Vladimir Prus | New method BasicBlock::getFirstNonPHI. |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Reid Spencer | For PR778: |
blob | commitdiff | raw | diff to current |
2005-10-25 |
Chris Lattner | Remove some dead argument names which irritates GCC... |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Chris Lattner | add a helper method |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Jeff Cohen | Eliminate tabs and trailing spaces. |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Reid Spencer | Fix a thinko in the documentation of the splitBasicBloc... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Chris Lattner | add an argument. |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | remove reverse BB iterators. |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Chris Lattner | remove all of the various setName implementations,... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Chris Lattner | Remove the second argument to Value::setName, it is... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Chris Lattner | add a new method. |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Chris Lattner | Improve conformance with the Misha spelling benchmark... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | Adjust to changes in ilist |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Chris Lattner | Warning fixes for VC++, contributed by Morten Ofstad! |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Chris Lattner | Convert 'struct' to 'class' in various places to adhere... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Chris Lattner | Add long overdue methods |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Chris Lattner | Don't use identifiers that start with an _ |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Misha Brukman | Minor aesthetic alignments; no functional changes. |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Misha Brukman | * Minor aesthetic alignment of iterator declarations |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Chris Lattner | Remove long obsolete method. switch instructions are... |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Chris Lattner | Delete the BasicBlock ctor that only takes a BasicBlock... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Chris Lattner | Remove broken doxygen comments |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Chris Lattner | Expose new print methods |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Chris Lattner | Remove obsolete scoped pred and succ iterator typedefs |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Chris Lattner | Standardize header file comments |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Chris Lattner | Minor simplification |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Chris Lattner | Allow specifying the name for the newly split basic... |
blob | commitdiff | raw | diff to current |
2002-09-26 |
Chris Lattner | - Add new ctor to BasicBlock to allow insertion befor... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Chris Lattner | * Clean up some comments |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Chris Lattner | Convert comments to Doxygen style |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Vikram S. Adve | Moved MachineCodeForBB to be an annotation on BasicBlock. |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Chris Lattner | * Add virtual print methods |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Chris Lattner | Change Method to Function |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Chris Lattner | Pull BasicBlock::pred_* and BasicBlock::succ_* out... |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Chris Lattner | * Move BasicBlock and Method graph stuff to new "llvm... |
blob | commitdiff | raw | diff to current |
2002-02-03 |
Chris Lattner | Remove extraneous #include |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
blob | commitdiff | raw | diff to current |
2001-12-03 |
Chris Lattner | Rename ConstPoolVal -> Constant |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Chris Lattner | Create a new #include "Support/..." directory structure... |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Chris Lattner | Commit more code over to new cast style |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Chris Lattner | Add support for new style casts |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Chris Lattner | Add support for newer cleaner isa, cast, dyn_cast |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Chris Lattner | Pull predecessor and successor iterators out of the... |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Chris Lattner | Pull iterators out of CFG.h and CFGdecls and put them... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Chris Lattner | Changing setName semantics |
blob | commitdiff | raw | diff to current |
2001-07-30 |
Vikram S. Adve | Added vector of machine instructions for the basic... |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Chris Lattner | Made the following changes: |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Chris Lattner | Changed the fundemental architecture of Operands for... |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Chris Lattner | Added new removePredecessor method prototype |
blob | commitdiff | raw | diff to current |
next |