summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetOpcodes.h
Commit message (Expand)AuthorAge
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...Owen Anderson2011-06-16
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-16
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-11
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-02
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-02
* - Fix description of SUBREG_TO_REG. It's not going to generate a zext. But itBill Wendling2010-06-09
* Add a pseudo instruction REG_SEQUENCE that takes a list of registers andEvan Cheng2010-05-01
* Use Doxygen comment syntax.Dan Gohman2010-03-01
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09