aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetOpcodes.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+12
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-84/+84
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-311-1/+13
* Fix grammar / missing wordsMatt Arsenault2013-10-101-2/+3
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-1/+5
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-1/+6
* Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...Owen Anderson2011-06-161-0/+4
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-1/+1
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-111-2/+1
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-021-1/+5
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-021-8/+12
* - Fix description of SUBREG_TO_REG. It's not going to generate a zext. But itBill Wendling2010-06-091-10/+9
* Add a pseudo instruction REG_SEQUENCE that takes a list of registers andEvan Cheng2010-05-011-2/+10
* Use Doxygen comment syntax.Dan Gohman2010-03-011-2/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-0/+72