| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename removeAllMetadata to clearMetadataHashEntries and simplify | Dan Gohman | 2010-07-20 | 1 | -2/+2 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
* | If it's safe to speculatively execute load(alloca) the it's safe to execute | Nick Lewycky | 2010-07-11 | 1 | -3/+11 |
* | IndirectBr is not safe to speculatively execute (!) | Dan Gohman | 2010-07-02 | 1 | -0/+1 |
* | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 1 | -2/+2 |
* | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 1 | -2/+2 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | Add a comment. | Dan Gohman | 2010-01-04 | 1 | -0/+2 |
* | it isn't safe to speculative load from a malloc, it might have | Chris Lattner | 2010-01-03 | 1 | -32/+1 |
* | remove some unneeded Metadata interfaces. | Chris Lattner | 2009-12-29 | 1 | -6/+11 |
* | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner | 2009-12-29 | 1 | -6/+4 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -7/+7 |
* | Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a... | Victor Hernandez | 2009-11-03 | 1 | -37/+5 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -1/+1 |
* | Factor out redundancy from clone() implementations. | Devang Patel | 2009-10-27 | 1 | -0/+8 |
* | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez | 2009-10-27 | 1 | -2/+2 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez | 2009-10-26 | 1 | -2/+2 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -5/+43 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -1/+1 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -2/+0 |
* | Move parent assertion check before metadata deletion. | Devang Patel | 2009-09-24 | 1 | -1/+1 |
* | Delete attached metadata when an instruction is deleted. | Devang Patel | 2009-09-23 | 1 | -0/+5 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -4/+4 |
* | Update malloc call creation code (AllocType is now the element type of the ma... | Victor Hernandez | 2009-09-18 | 1 | -1/+23 |
* | This should use isIndenticalToWhenDefined. | Dan Gohman | 2009-08-25 | 1 | -2/+2 |
* | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman | 2009-08-25 | 1 | -0/+8 |
* | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 1 | -14/+48 |
* | FreeInst is trapping. | Dan Gohman | 2009-07-14 | 1 | -0/+1 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -2/+0 |
* | Give Instruction::isSameOperationAs a corresponding comment to note | Dan Gohman | 2009-06-12 | 1 | -2/+5 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -10/+9 |
* | Allow readonly functions to unwind exceptions. Teach | Duncan Sands | 2009-05-06 | 1 | -0/+8 |
* | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif | 2009-01-23 | 1 | -2/+1 |
* | add a new insertAfter method, patch by Tom Jablin! | Chris Lattner | 2009-01-13 | 1 | -0/+6 |
* | improve const correctness. | Chris Lattner | 2008-11-27 | 1 | -2/+2 |
* | Fix an obvious copy/pasto. | Nick Lewycky | 2008-10-27 | 1 | -4/+4 |
* | Fix Instruction::isIdenticalTo and isSameOperationAs to recognize | Dan Gohman | 2008-10-16 | 1 | -6/+57 |
* | Correct the name of isTrapping in comments. | Dan Gohman | 2008-10-15 | 1 | -1/+1 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -1/+0 |
* | Add an insertBefore method for attaching previously unattached instructions, | Owen Anderson | 2008-06-17 | 1 | -0/+6 |
* | Let Instruction::getOpcodeName() return something useful for the new | Matthijs Kooijman | 2008-05-30 | 1 | -0/+2 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -0/+2 |
* | conservatively say that volatile stores read memory. | Chris Lattner | 2008-05-08 | 1 | -2/+3 |
* | store can't read from memory. | Chris Lattner | 2008-05-08 | 1 | -1/+0 |
* | add a new Instruction::mayReadFromMemory predicate, make | Chris Lattner | 2008-05-08 | 1 | -2/+19 |
* | add a handy helper method to instruction, useful for determining | Chris Lattner | 2008-04-20 | 1 | -0/+23 |
* | VAArg may trap. | Dan Gohman | 2008-04-14 | 1 | -0/+1 |
* | print getresult instruction. | Devang Patel | 2008-02-21 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |