| Age | Commit message (Expand) | Author |
| 2009-11-03 | Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a... | Victor Hernandez |
| 2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
| 2009-10-27 | Factor out redundancy from clone() implementations. | Devang Patel |
| 2009-10-27 | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez |
| 2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
| 2009-10-26 | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez |
| 2009-10-26 | Remove FreeInst. | Victor Hernandez |
| 2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
| 2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
| 2009-09-24 | Move parent assertion check before metadata deletion. | Devang Patel |
| 2009-09-23 | Delete attached metadata when an instruction is deleted. | Devang Patel |
| 2009-09-20 | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar |
| 2009-09-18 | Update malloc call creation code (AllocType is now the element type of the ma... | Victor Hernandez |
| 2009-08-25 | This should use isIndenticalToWhenDefined. | Dan Gohman |
| 2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
| 2009-07-17 | Replace isTrapping with a new, similar method called | Eli Friedman |
| 2009-07-14 | FreeInst is trapping. | Dan Gohman |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-06-12 | Give Instruction::isSameOperationAs a corresponding comment to note | Dan Gohman |
| 2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
| 2009-05-06 | Allow readonly functions to unwind exceptions. Teach | Duncan Sands |
| 2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
| 2009-01-13 | add a new insertAfter method, patch by Tom Jablin! | Chris Lattner |
| 2008-11-27 | improve const correctness. | Chris Lattner |
| 2008-10-27 | Fix an obvious copy/pasto. | Nick Lewycky |
| 2008-10-16 | Fix Instruction::isIdenticalTo and isSameOperationAs to recognize | Dan Gohman |
| 2008-10-15 | Correct the name of isTrapping in comments. | Dan Gohman |
| 2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
| 2008-06-17 | Add an insertBefore method for attaching previously unattached instructions, | Owen Anderson |
| 2008-05-30 | Let Instruction::getOpcodeName() return something useful for the new | Matthijs Kooijman |
| 2008-05-12 | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman |
| 2008-05-08 | conservatively say that volatile stores read memory. | Chris Lattner |
| 2008-05-08 | store can't read from memory. | Chris Lattner |
| 2008-05-08 | add a new Instruction::mayReadFromMemory predicate, make | Chris Lattner |
| 2008-04-20 | add a handy helper method to instruction, useful for determining | Chris Lattner |
| 2008-04-14 | VAArg may trap. | Dan Gohman |
| 2008-02-21 | print getresult instruction. | Devang Patel |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-12 | Revert r44626, which turned off the use of readonly | Duncan Sands |
| 2007-12-10 | Reverting dtor devirtualization patch. | Gordon Henriksen |
| 2007-12-09 | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen |
| 2007-12-05 | Commit 44487 broke bootstrap of llvm-gcc-4.2. It is | Duncan Sands |
| 2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
| 2007-07-26 | Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead | Dan Gohman |
| 2007-02-24 | Refactor the setName stuff, moving it down the inheritance hierarchy, to | Chris Lattner |
| 2007-02-19 | remove warning | Chris Lattner |
| 2007-02-19 | Add a FIXME for unwritten code. | Reid Spencer |
| 2007-02-16 | fix build | Andrew Lenharth |
| 2007-02-15 | make mayWriteToMemory a non-virtual function | Chris Lattner |
| 2007-02-13 | Switch UnaryOperators to default to passing names up by const char* when poss... | Chris Lattner |