aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Comment some and reformat for clarity beginFunction.Eric Christopher2013-11-011-30/+42
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-4/+2
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-011-29/+31
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-316-11/+87
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-7/+20
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-303-18/+29
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-302-10/+10
* Debug Info: code clean up.Manman Ren2013-10-292-3/+5
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-296-3/+67
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-292-21/+9
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-2/+2
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-294-14/+17
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-291-7/+17
* Debug Info: use createAndAddDIE to wrap around "new DIE" in DwarfDebug.Manman Ren2013-10-291-6/+5
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-291-9/+5
* Debug Info: add a helper function createAndAddDIE.Manman Ren2013-10-292-29/+28
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-251-1/+1
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-252-1/+26
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-1/+1
* DWARF emission: Remove unnecessary/redundant DIE reference codeDavid Blaikie2013-10-241-7/+0
* Fix name of variable in comment.Eric Christopher2013-10-241-1/+1
* Grammar.Eric Christopher2013-10-241-1/+1
* Update misleading comment.Eric Christopher2013-10-241-2/+3
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-243-49/+49
* DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie2013-10-241-4/+6
* DIEHash: Refactor ref attribute hashing into smaller functionsDavid Blaikie2013-10-243-68/+98
* Remove unused debug-only member variable.David Blaikie2013-10-241-4/+0
* Debug Info: code clean up.Manman Ren2013-10-232-31/+23
* Debug Info: code clean up.Manman Ren2013-10-232-5/+5
* Debug Info: code clean up.Manman Ren2013-10-232-18/+12
* Debug Info: code clean up.Manman Ren2013-10-232-18/+18
* Remove {} from one-line block.Manman Ren2013-10-231-2/+1
* Reduce casting and use a fully covered switch.Rafael Espindola2013-10-231-9/+14
* Debug Info: code clean up.Manman Ren2013-10-221-7/+1
* DIEHashing: Provide an assert for unreachable functionality regarding friends.David Blaikie2013-10-221-0/+3
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-221-11/+14
* Formatting/whitespace.Eric Christopher2013-10-221-4/+4
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-211-1/+3
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-212-7/+39
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-211-2/+2
* Fix the build in DIE.cpp with MSVC 2010Reid Kleckner2013-10-211-3/+5
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-212-8/+21
* Fix up some old review feedback.Eric Christopher2013-10-211-2/+3
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-215-185/+208
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-211-1/+3
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-201-4/+4
* Remove unused variable.Benjamin Kramer2013-10-191-2/+1
* Reformat.Eric Christopher2013-10-191-80/+73
* Fix up a few minor performance problems spotted in code review.Eric Christopher2013-10-191-7/+6
* Debug Info: add a newly-created DIE to a parent in the same function.Manman Ren2013-10-182-24/+29