| Age | Commit message (Expand) | Author |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
| 2006-06-07 | Fix a bug where the types for inlineasm nodes were not properly entered into | Chris Lattner |
| 2006-01-25 | add bc reader/writer support for inline asm | Chris Lattner |
| 2005-06-18 | core changes for varargs | Andrew Lenharth |
| 2005-05-05 | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman |
| 2005-05-05 | add support for undef values of opaque type, addressing PR541 | Chris Lattner |
| 2005-04-22 | Convert tabs to spaces | Misha Brukman |
| 2005-04-21 | * Remove trailing whitespace | Misha Brukman |
| 2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
| 2004-12-04 | Check in some patches for better assertions | Chris Lattner |
| 2004-10-24 | Fix the previous bug the correct way. This fixes ptrdist/bc | Chris Lattner |
| 2004-10-23 | Fix a bug that Brian brought to my attention. This corrects: | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-08-26 | Add the CompactionTableIsEmpty function so that we can determine if a | Reid Spencer |
| 2004-07-29 | Merge i*.h headers into Instructions.h as part of bug403. | Alkis Evlogimenos |
| 2004-07-18 | bug 122: | Reid Spencer |
| 2004-07-12 | Fix unused var warning | Chris Lattner |
| 2004-07-04 | For bug 122: | Reid Spencer |
| 2004-06-25 | Fix more warnings building with VC++ | Chris Lattner |
| 2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
| 2004-05-26 | Part of bug 122: | Reid Spencer |
| 2004-05-25 | Convert to SymbolTable's new iteration interface. | Reid Spencer |
| 2004-04-27 | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner |
| 2004-02-15 | Adjustments to support the new ConstantAggregateZero class | Chris Lattner |
| 2004-02-09 | Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs | Chris Lattner |
| 2004-01-20 | SlotCalculator.h moved | Chris Lattner |
| 2004-01-20 | Major changes. Now we only compactify individual type planes if it is in | Chris Lattner |
| 2004-01-18 | Add support for building the compactiontable for bytecode files. This shrinks | Chris Lattner |
| 2004-01-17 | Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive | Chris Lattner |
| 2004-01-15 | Cleanups & efficiency improvements | Chris Lattner |
| 2004-01-15 | The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri... | Chris Lattner |
| 2004-01-14 | When emitting bytecode, handle strings specially. Do not add the characters | Chris Lattner |
| 2004-01-14 | The only clients of the slot calculator are now the asmwriter and bcwriter. | Chris Lattner |
| 2004-01-11 | Urg, remove testing code. | Chris Lattner |
| 2004-01-11 | Fix a regression that I introduced yesterday. :( | Chris Lattner |
| 2004-01-10 | Check in two changes: | Chris Lattner |
| 2003-11-21 | Finegrainify namespacification | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-31 | Use already existing classes for post order iterator. | Alkis Evlogimenos |
| 2003-10-30 | Output types in reverse postorder. This will allow the ByteCode/Reader | Alkis Evlogimenos |
| 2003-10-29 | Add more debugging info to help tracing the SlotCalculator. | Alkis Evlogimenos |
| 2003-10-21 | Make sure to add a type for va_next operands, which may not other wise | Chris Lattner |
| 2003-10-21 | Fix problem which effected linking apache | Chris Lattner |
| 2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
| 2003-10-20 | "Function"[0] == 'F', not 'M' | Chris Lattner |
| 2003-10-17 | Eliminate some extraneous code in SlotCalculator::insertVal(). | Alkis Evlogimenos |
| 2003-10-13 | Stop using "reverse depth first" order | Chris Lattner |
| 2003-10-13 | Regularize header file comments | Chris Lattner |
| 2003-07-23 | Remove redundant const qualifiers from cast<> expressions | Chris Lattner |