| Age | Commit message (Expand) | Author |
| 2012-01-25 | constify some methods and add a new Constant::getAggregateElement | Chris Lattner |
| 2012-01-25 | use ConstantVector::getSplat in a few places. | Chris Lattner |
| 2012-01-25 | reapply r148901 with a crucial fix. | Chris Lattner |
| 2012-01-25 | Fix assert("msg"). Fix unused-variable warnings complaining about VT used only | Nick Lewycky |
| 2012-01-25 | Revert r148901 because it crashes llvm tests. | Argyrios Kyrtzidis |
| 2012-01-25 | Introduce a new ConstantVector::getSplat constructor function to | Chris Lattner |
| 2012-01-25 | Remove the Type::getNumElements() method, which is only called in 4 places, | Chris Lattner |
| 2012-01-24 | C++, CBE, and TLOF support for ConstantDataSequential | Chris Lattner |
| 2012-01-24 | Rearrange argument order of ::get methods so that LLVMContext comes first, | Chris Lattner |
| 2012-01-24 | add more support for ConstantDataSequential | Chris Lattner |
| 2012-01-24 | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner |
| 2012-01-24 | Add various "string" methods to ConstantDataSequential, which have the | Chris Lattner |
| 2012-01-24 | teach valuetracking about ConstantDataSequential | Chris Lattner |
| 2012-01-24 | Add some accessor methods to CAZ and UndefValue that help simplify clients. | Chris Lattner |
| 2012-01-24 | implement the ConstantDataSequential accessor methods. | Chris Lattner |
| 2012-01-23 | start the implementation of a new ConstantDataVector and ConstantDataArray | Chris Lattner |
| 2012-01-23 | convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without | Chris Lattner |
| 2012-01-23 | revert r148691 and 148693 | Chris Lattner |
| 2012-01-23 | switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing. | Chris Lattner |
| 2012-01-23 | Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap. | Chris Lattner |
| 2012-01-23 | Make Value::isDereferenceablePointer() handle unreachable code blocks. (This | Nick Lewycky |
| 2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
| 2012-01-20 | Extend Attributes to 64 bits | Kostya Serebryany |
| 2012-01-17 | Provide better messages in llvm_unreachable. | David Blaikie |
| 2012-01-17 | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie |
| 2012-01-16 | Removing unused default switch cases in switches over enums that already acco... | David Blaikie |
| 2012-01-12 | Added MVT::v2f16 | Pete Cooper |
| 2012-01-11 | Don't try to create a GEP when the pointee type is unsized (such GEPs | Duncan Sands |
| 2012-01-10 | Add 'llvm_unreachable' to passify GCC's understanding of the constraints | Chandler Carruth |
| 2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
| 2012-01-03 | generalize LLVMContext::emitError to take a twine instead of a StringRef. | Chris Lattner |
| 2012-01-03 | Type: replaced usage of ID with getTypeID(). | Stepan Dyatkovskiy |
| 2011-12-31 | VMCore: add assert for miscompile | Dylan Noblesmith |
| 2011-12-27 | Using Inst->setMetadata(..., NULL) should be safe to remove metadata even when | Nick Lewycky |
| 2011-12-22 | Give string constants generated by IRBuilder private linkage. | Benjamin Kramer |
| 2011-12-20 | Add support to add named metadata operand. | Devang Patel |
| 2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
| 2011-12-20 | Add basic generic CodeGen support for half. | Dan Gohman |
| 2011-12-17 | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman |
| 2011-12-15 | Make constant folding for GEPs a bit more aggressive. | Eli Friedman |
| 2011-12-14 | Move Instruction::isSafeToSpeculativelyExecute out of VMCore and | Dan Gohman |
| 2011-12-12 | Fix unused value warning for value used only in assert. | Nick Lewycky |
| 2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
| 2011-12-12 | Don't rely in there being one argument before we've actually identified | Chandler Carruth |
| 2011-12-12 | Teach the verifier to reject all non-constant arguments to the second | Chandler Carruth |
| 2011-12-12 | Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which | Chandler Carruth |
| 2011-12-09 | Add dump method for debugging. | Bill Wendling |
| 2011-12-06 | Push StringRefs through the metadata interface. | Benjamin Kramer |
| 2011-12-05 | Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ... | Benjamin Kramer |
| 2011-12-05 | Add support for vectors of pointers. | Nadav Rotem |