aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Debug Info: simplify code a bit.Manman Ren2013-10-181-1/+1
| * Revert the rest of r192749 to bring back the buildbot. These twoEric Christopher2013-10-181-2/+4
| * Temporarily revert r192749 as it is causing problems for LTO andEric Christopher2013-10-181-2/+8
| * DIEHash: Add more things (and remove one character) from the COLLECT_ATTR macroDavid Blaikie2013-10-171-149/+53
| * DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-172-6/+32
| * According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-173-9/+58
| * Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-171-3/+6
| * DIEHash: Include the type's context in the type hash.David Blaikie2013-10-171-0/+3
| * DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-162-5/+28
| * Remove ambiguity introduced in r192836David Blaikie2013-10-161-1/+1
| * DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie2013-10-161-0/+3
| * Add support for metadata representing .ident directives.Rafael Espindola2013-10-161-0/+18