aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-9/+29
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-105/+94
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-135/+384
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-202/+162
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-25/+77
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-141/+146
* Update to LLVM 3.5a.Stephen Hines2014-04-241-201/+197
* Error if we see an alias to a declaration.Rafael Espindola2013-11-141-0/+5
* Use type form of getIntPtrType.Matt Arsenault2013-11-101-1/+1
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-4/+2
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-7/+20
* Debug Info: code clean up.Manman Ren2013-10-291-2/+2
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-2/+2
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-9/+12
* 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