aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+41
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+13
* Merging r195473:Richard Sandiford2013-11-221-8/+22
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-291-2/+2
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-011-0/+3
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-011-0/+1
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-011-0/+3
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-011-0/+17
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-011-0/+6
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-0/+22
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-251-0/+30
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-251-1/+23
* [SystemZ] Define the return instruction as a pseudo alias of BRRichard Sandiford2013-09-251-2/+10
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+113
* Remove the SystemZ backend.Dan Gohman2011-10-241-221/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-3/+1
* Fix imm printing for logical instructions.Anton Korobeynikov2011-02-011-0/+6
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-0/+217