summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* 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
* Include what you use in LanaiAsmPrinter.cppDmitri Gribenko2019-06-031-1/+2
* [Lanai] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [Lanai] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Actually remove the Mangler from the AsmPrinter and clean up the places it wa...Eric Christopher2016-09-161-2/+2
* [lanai] Small cleanup: remove/comment out unused argsJacques Pienaar2016-07-151-4/+3
* [lanai] Use peephole optimizer to generate more conditional ALU operations.Jacques Pienaar2016-07-071-10/+2
* [lanai] Change reloc to use PIC_ by default and cleanup.Jacques Pienaar2016-05-201-1/+1
* [lanai] Add Lanai backend.Jacques Pienaar2016-03-281-0/+252
OpenPOWER on IntegriCloud