summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-271-1/+1
* MachO: Emit a version-min load command when possible.Jim Grosbach2014-03-181-0/+19
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-2/+0
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-121-5/+1
* Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)David Blaikie2014-03-111-2/+2
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-17/+8
* Move some dwarf emission routines to AsmPrinterDwarf.cpp.Eric Christopher2014-03-071-156/+0
* 80-column fixups.Eric Christopher2014-03-071-6/+8
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-061-1/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-051-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl2014-02-271-34/+83
* Fix a type error that crept into r202313.Adrian Prantl2014-02-261-1/+1
* Debug info: Refactor AsmPrinter::EmitDwarfRegOp to make the control flowAdrian Prantl2014-02-261-60/+90
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-2/+2
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-4/+11
* Revert r201622 and r201608.Daniel Jasper2014-02-191-11/+4
* Fix PR18743.Rafael Espindola2014-02-181-4/+11
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-141-1/+4
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-121-2/+3
* Reapply r201180 with an additional error path.Adrian Prantl2014-02-111-3/+27
* Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl2014-02-111-22/+3
* whitespaceAdrian Prantl2014-02-111-1/+1
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-111-3/+22
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-2/+2
* Pass the Mangler by reference.Rafael Espindola2014-02-081-7/+9
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-071-0/+12
* Refactor logic into a function predicate.Rafael Espindola2014-02-071-14/+19
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-3/+0
* Use the default values.Rafael Espindola2014-02-041-1/+1
* Remove a redundant call to hasRawTextSupport.Rafael Espindola2014-01-311-1/+1
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-301-3/+11
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-291-11/+3
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+10
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-281-3/+11
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-1/+1
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-161-5/+4
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-151-0/+4
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+0
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-0/+2
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+0
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-121-7/+7
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-4/+3
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-6/+11
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-281-4/+0
* Remove weak vtables. No functional change.Juergen Ributzka2013-12-141-0/+3
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-111-1/+1
OpenPOWER on IntegriCloud