aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetOpcodes.h
AgeCommit message (Expand)Author
2012-09-18Fix Compile error on macDerek Schuff
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng
2011-06-16Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...Owen Anderson
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen
2010-07-02Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen
2010-07-02Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen
2010-06-09- Fix description of SUBREG_TO_REG. It's not going to generate a zext. But itBill Wendling
2010-05-01Add a pseudo instruction REG_SEQUENCE that takes a list of registers andEvan Cheng
2010-03-01Use Doxygen comment syntax.Dan Gohman
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner