aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMichael Ilseman2012-11-151-2/+2
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-281-5/+16
* Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands2012-06-121-0/+23
* Fix a problem with incomplete equality testing of PHINodes in Joel Jones2012-05-101-1/+8
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-1/+0
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-2/+0
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-141-53/+0
* Make isSafeToSpeculativelyExecute() return the right answer for some new inst...Eli Friedman2011-09-011-0/+4
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-171-2/+0
* The resume instruction may throw. Return 'true' in this case.Bill Wendling2011-08-161-1/+1
* Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling2011-08-151-0/+2
* Fix predicates methods on Instruction to handle atomic load/store correctly.Eli Friedman2011-08-151-7/+15
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+1
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-2/+0
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-291-2/+24
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+2
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+2
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-271-0/+9
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* manually copy debugloc over to a new instruction in clone() insteadChris Lattner2011-07-141-1/+3
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-32/+8
* AttrListPtr has an overloaded operator== which does this for us, we should useNick Lewycky2011-01-261-8/+5
* There is no need for isAssociative to take the type as an argument anymore.Duncan Sands2010-12-201-1/+1
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-111-18/+3
* Rename removeAllMetadata to clearMetadataHashEntries and simplifyDan Gohman2010-07-201-2/+2
* cache dereferenced iteratorsGabor Greif2010-07-121-2/+3
* If it's safe to speculatively execute load(alloca) the it's safe to executeNick Lewycky2010-07-111-3/+11
* IndirectBr is not safe to speculatively execute (!)Dan Gohman2010-07-021-0/+1
* Switch the representation of the location in instruction fromChris Lattner2010-04-011-2/+2
* Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner2010-03-301-2/+2
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Add a comment.Dan Gohman2010-01-041-0/+2
* it isn't safe to speculative load from a malloc, it might haveChris Lattner2010-01-031-32/+1
* remove some unneeded Metadata interfaces.Chris Lattner2009-12-291-6/+11
* sink the Instruction::HasMetadata bit into SubclassData.Chris Lattner2009-12-291-6/+4
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-7/+7
* Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a...Victor Hernandez2009-11-031-37/+5
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-1/+1
* Factor out redundancy from clone() implementations.Devang Patel2009-10-271-0/+8
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-2/+2
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-0/+1
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-261-2/+2
* Remove FreeInst.Victor Hernandez2009-10-261-5/+43
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-1/+1
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-2/+0
* Move parent assertion check before metadata deletion.Devang Patel2009-09-241-1/+1
* Delete attached metadata when an instruction is deleted.Devang Patel2009-09-231-0/+5
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-4/+4