aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce casting and use a fully covered switch.Rafael Espindola2013-10-231-9/+14
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-211-2/+2
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-201-4/+4
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-161-0/+18
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-111-5/+5
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-061-1/+1
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-031-34/+34
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-0/+3
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-0/+3
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+4
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-1/+1
* AsmPrinter: Get rid of llvm$workaround$fake$stub$David Majnemer2013-08-251-10/+0
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-241-7/+2
* Make a few more things const.Bill Wendling2013-08-151-2/+2
* Use a reference instead of making an unnecessary copy. Also use 'const'.Bill Wendling2013-08-151-3/+3
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-131-2/+2
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-071-2/+3
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-021-0/+4
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-021-4/+0
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-011-0/+4
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-3/+3
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-111-1/+1
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-7/+6
* Initialize object file info before output streamerNico Rieck2013-07-041-2/+2
* Remove address spaces from MC.Rafael Espindola2013-07-021-49/+42
* 80-column and tab character fixes.Eric Christopher2013-06-241-2/+3
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-191-3/+6
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-8/+0
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-4/+12
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-151-3/+13
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-151-2/+5
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-071-2/+43
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-1/+1
* Remove the MachineMove class.Rafael Espindola2013-05-131-5/+4
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-3/+4
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-011-15/+0
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-3/+1
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-1/+3
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-291-0/+15
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-271-0/+4
* Cleanup and document MachineLocation.Adrian Prantl2013-04-261-2/+2
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-5/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+1
* Simplify writing floating types to assembly.Tim Northover2013-01-111-74/+32
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-3/+3
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-10/+10
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-081-9/+12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-9/+5
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+2