summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreAsmPrinter.cpp
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-12-01[MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman
2016-10-11Fix "static initialization order fiasco" for the XCore Target.Mehdi Amini
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-16Actually remove the Mangler from the AsmPrinter and clean up the places it wa...Eric Christopher
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault
2015-06-02Create a MCSymbolELF.Rafael Espindola
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-02-02Remove unused class variable.Eric Christopher
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-19Bring r226038 back.Rafael Espindola
2015-01-18std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-06[XCore] Add support for the "m" inline asm constraint.Richard Osborne
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth
2014-02-18XCore target: Handle common linkageRobert Lytton
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse
2014-01-27XCore: Fix typo in function name.Benjamin Kramer
2014-01-26Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola
2013-12-02Remove dead code.Rafael Espindola
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-10-11XCore target fix bug in emitArrayBound() causing segmentation faultRobert Lytton
2013-08-01Xcore targetRobert Lytton
2013-07-16[XCore] Fix printing of inline asm operands.Richard Osborne
2013-06-16DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie
2013-05-04[XCore] Move lowering of thread local storage to a separate pass.Richard Osborne
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher