aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.def
Commit message (Expand)AuthorAgeFilesLines
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-1/+1
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-60/+61
* Remove FreeInst.Victor Hernandez2009-10-261-36/+35
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-37/+36
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-3/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-55/+58
* Cosmetic.Evan Cheng2008-10-061-1/+1
* Enable first-class aggregates support.Dan Gohman2008-07-231-6/+4
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-4/+6
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-1/+4
* Add GetResultInst. First step for multiple return value support.Devang Patel2008-02-191-1/+3
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+191