summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-061-4/+2
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+49
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-041-3/+8
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-6/+4
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-161-12/+36
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-161-5/+2
* Implement global merge optimization for global variables.Jiangning Liu2014-05-151-2/+5
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-131-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-19/+19
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [c++11] Tidy up AsmPrinter.cpp.Jim Grosbach2014-04-161-95/+77
* Use unique_ptr for the result of Registry entries.David Blaikie2014-04-151-7/+5
* Use unique_ptr to manage ownership of GCStrategy objects in GCMetadataDavid Blaikie2014-04-151-8/+8
* 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
OpenPOWER on IntegriCloud