summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [c++11] Tidy up AsmPrinter.cpp.Jim Grosbach2014-04-16
* Use unique_ptr for the result of Registry entries.David Blaikie2014-04-15
* Use unique_ptr to manage ownership of GCStrategy objects in GCMetadataDavid Blaikie2014-04-15
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* MachO: Emit a version-min load command when possible.Jim Grosbach2014-03-18
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)David Blaikie2014-03-11
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Move some dwarf emission routines to AsmPrinterDwarf.cpp.Eric Christopher2014-03-07
* 80-column fixups.Eric Christopher2014-03-07
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl2014-02-27
* Fix a type error that crept into r202313.Adrian Prantl2014-02-26
* Debug info: Refactor AsmPrinter::EmitDwarfRegOp to make the control flowAdrian Prantl2014-02-26
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-14
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-12
* Reapply r201180 with an additional error path.Adrian Prantl2014-02-11
* Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl2014-02-11
* whitespaceAdrian Prantl2014-02-11
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-11
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-07
* Refactor logic into a function predicate.Rafael Espindola2014-02-07
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Use the default values.Rafael Espindola2014-02-04
* Remove a redundant call to hasRawTextSupport.Rafael Espindola2014-01-31
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30