summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [SystemZ] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes.Jonas Paulsson2020-01-021-1/+1
* [StackMaps] Be explicit about label formation [NFC] (try 2)Philip Reames2019-12-191-2/+10
* [SystemZ] Recognize mrecord-mcount in backendJonas Paulsson2019-12-191-0/+12
* [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.Jonas Paulsson2019-12-181-2/+1
* [SystemZ] Recognize mnop-mcount in backendJonas Paulsson2019-09-261-0/+6
* [SystemZ] Add support for fentry.Jonas Paulsson2019-09-031-0/+14
* [SystemZ] Support vector load/store alignment hintsUlrich Weigand2019-06-191-0/+41
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [SystemZ] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [SystemZ] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-9/+5
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-4/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] Support custom format of stack mapsThan McIntosh2018-11-261-1/+1
* [SystemZ] Support stackmaps and patchpointsUlrich Weigand2018-03-021-0/+129
* [SystemZ] Refactor branch and conditional instruction patternsUlrich Weigand2016-11-081-2/+2
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [SystemZ] Support Compare and TrapsZhan Jun Liau2016-06-101-0/+30
* [SystemZ] Support conditional indirect sibling calls via BCRUlrich Weigand2016-04-111-0/+79
* [SystemZ] Support conditional sibling calls via BRCLUlrich Weigand2016-04-081-0/+7
* [SystemZ] Implement conditional returnsUlrich Weigand2016-04-071-0/+79
* [SystemZ] Support ATOMIC_FENCEUlrich Weigand2016-04-041-0/+5
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* [SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand2015-05-051-0/+44
* [SystemZ] Add CodeGen support for v4f32Ulrich Weigand2015-05-051-0/+15
* [SystemZ] Add CodeGen support for integer vector typesUlrich Weigand2015-05-051-0/+7
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-2/+2
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-23/+0
* Remove the local subtarget variable from the SystemZ asm printerEric Christopher2015-02-191-2/+2
* [SystemZ] Support all TLS access models - CodeGen partUlrich Weigand2015-02-181-0/+37
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-3/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-061-3/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-101-0/+9
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard 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
OpenPOWER on IntegriCloud