summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XCore] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [XCore] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-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-11/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-011-2/+1
* Fix "static initialization order fiasco" for the XCore Target.Mehdi Amini2016-10-111-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* Actually remove the Mangler from the AsmPrinter and clean up the places it wa...Eric Christopher2016-09-161-1/+1
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-2/+1
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-2/+1
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-9/+9
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-4/+4
* Create a MCSymbolELF.Rafael Espindola2015-06-021-2/+3
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-2/+2
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-17/+17
* Remove unused class variable.Eric Christopher2015-02-021-3/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+2
* Bring r226038 back.Rafael Espindola2015-01-191-2/+0
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-3/+4
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-161-0/+2
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-161-2/+0
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-151-0/+2
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-141-2/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+2
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-7/+7
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [XCore] Add support for the "m" inline asm constraint.Richard Osborne2014-03-061-0/+17
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* XCore target: Handle common linkageRobert Lytton2014-02-181-5/+8
* Pass the Mangler by reference.Rafael Espindola2014-02-081-2/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* XCore: Fix typo in function name.Benjamin Kramer2014-01-271-2/+2
* Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola2014-01-261-9/+12
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-4/+0
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-0/+4
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-4/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
OpenPOWER on IntegriCloud