summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Merging r196970:Tom Stellard2014-04-11
* Merging r196168:Tom Stellard2014-04-08
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* Use type form of getIntPtrType.Matt Arsenault2013-11-10
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-30
* Debug Info: code clean up.Manman Ren2013-10-29
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Reduce casting and use a fully covered switch.Rafael Espindola2013-10-23
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-21
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-20
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-11
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-06
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-03
* 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