summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* [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
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-12
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Remove weak vtables. No functional change.Juergen Ributzka2013-12-14
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-11
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Remove incorrect comment and pointless cast.Eric Christopher2013-12-04
* const on its own line is confusing.Eric Christopher2013-12-04
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-03
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove an always true parameter.Rafael Espindola2013-11-28