summaryrefslogtreecommitdiff
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAge
* back out r107396 for now, it needs another minor change to function as advert...Gabor Greif2010-07-01
* evil hack to coerce external users (projects)Gabor Greif2010-07-01
* minor cosmeticsGabor Greif2010-06-29
* use ArgOffset constant to prepare for operand rotationGabor Greif2010-06-29
* extend ArgOperand interface: setArgOperandGabor Greif2010-06-28
* add some named accessors for StoreInstChris Lattner2010-06-26
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-07
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher2010-03-25
* Temporarily revert this, it's causing an issue with an internal project.Eric Christopher2010-03-24
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-23
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif2010-03-20
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* fix PR6589Gabor Greif2010-03-16
* Fix various doxygen warnings.Dan Gohman2010-02-22
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* sink the Instruction::HasMetadata bit into SubclassData.Chris Lattner2009-12-29
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-29
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-07
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-06
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-05
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* Factor out redundancy from clone() implementations.Devang Patel2009-10-27
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-27
* trim another #includeChris Lattner2009-10-27
* remove an unneeded #include.Chris Lattner2009-10-27
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove ICmpInst::isSignedPredicate which was a reimplementationNick Lewycky2009-10-25
* Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqualNick Lewycky2009-10-25
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* punctuate properlyChris Lattner2009-10-18
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-17
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* change some static_cast into cast, pointed out by Gabor.Chris Lattner2009-10-10
* add a version of PHINode::getIncomingBlock that takes a raw Chris Lattner2009-10-10
* Round out the API for the new optimization flags.Nick Lewycky2009-09-27
* Instruction::clone does not need to take an LLVMContext&. Remove that andNick Lewycky2009-09-27
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25