summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* AsmPrinter: Get rid of llvm$workaround$fake$stub$David Majnemer2013-08-25
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-24
* Make a few more things const.Bill Wendling2013-08-15
* Use a reference instead of making an unnecessary copy. Also use 'const'.Bill Wendling2013-08-15
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-13
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-07
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-02
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-02
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-01
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-11
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Initialize object file info before output streamerNico Rieck2013-07-04
* Remove address spaces from MC.Rafael Espindola2013-07-02
* 80-column and tab character fixes.Eric Christopher2013-06-24
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-15
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-15
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-07
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Simplify writing floating types to assembly.Tim Northover2013-01-11
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand2012-11-27
* Whitespace.Eric Christopher2012-11-20
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24