Revert r180737. The companion patch was reverted, and this is not relevant right...
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 David BlaikieComment change made in r169304 as requested by Eric...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-29 Eric ChristopherMore comment.
2012-11-27 Eric ChristopherAttempt to make the comments for dwarf debug look more...
2012-11-27 Eric ChristopherReapply section moving, make sure string section is...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
2012-11-27 Eric ChristopherRevert rearrangement of debug info sections to unblock...
2012-11-27 Eric ChristopherMake comment names match function names.
2012-11-27 Eric ChristopherAdd in sections for the fission case (no change so...
2012-11-27 Eric ChristopherReorder section output ordering.
2012-11-27 Eric ChristopherWhitespace cleanup.
2012-11-22 Eric ChristopherPull some code out into functions to make rearranging...
2012-11-21 Eric ChristopherWhitespace.
2012-11-21 Eric ChristopherUpdate for some of the coding standard before rearrangi...
2012-11-21 Eric ChristopherUpdate some comments.
2012-11-21 Eric ChristopherUpdate and add some comments.
2012-11-21 Eric ChristopherWhitespace.
2012-11-20 Eric ChristopherRemove constness from this, it modifies the output...
2012-11-20 Eric ChristopherRemove unused function argument, add a bit to the comment.
2012-11-20 Eric ChristopherFormatting.
2012-11-20 Eric ChristopherWhitespace.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-19 Eric ChristopherWhitespace and 80-col.
2012-11-19 Anton KorobeynikovMake AsmPrinter::EmitTTypeReference() more robust ...
2012-11-19 Anton KorobeynikovFactor out type info emission into separate routine.
2012-11-19 Eric ChristopherMove section label emission to module end. Nothing...
2012-11-14 Anton KorobeynikovFix really stupid ARM EHABI info generation bug: we...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-12 Eric ChristopherAdd an option to enable prototype "fission" capabilitie...
2012-11-07 Bill WendlingAdd comment describing what's going on here.
2012-11-07 Bill WendlingWhen we're updating the subprogram scope DIE, we want...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-31 Benjamin KramerReplace some instances of UniqueVector with SetVector...
2012-10-30 Bill WendlingFix grammar.
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Eric ChristopherFix up comment to be more clear.
2012-10-08 Eric ChristopherFixup comment.
2012-10-08 Eric ChristopherFixup comments.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Eric Christopher80-col.
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-11 Chad Rosier[ms-inline asm] Split the parsing of IR asm strings...
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric ChristopherNo reason to construct this twice.
2012-09-10 Chad Rosier[ms-inline asm] Properly emit the asm directives when...
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Chad RosierFix indent.
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-09-05 Logan ChienReorder the comments of EmitExceptionTable.
2012-08-29 Eric ChristopherClean this up slightly, doesn't really fall through.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-23 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherAdd a flag to DwarfDebug to allow it to communicate...
2012-08-23 Eric ChristopherTypo.
2012-08-23 Eric ChristopherOnly emit the __debug_inlined section if we're trying...
2012-08-23 Eric ChristopherEmit pubtypes only when going for darwin gdb compatibility.
2012-08-23 Eric ChristopherAdd an option for darwin gdb compatibility.
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-14 Eric ChristopherGrammar.
2012-08-01 Eric ChristopherTemporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8...
2012-07-27 Eric ChristopherAdd a DW_AT_high_pc for CUs that are a single address...
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-07-12 Eric ChristopherThe end of the prologue should be marked with is_stmt.
2012-07-06 Alexey SamsonovFix PR13202 and a regtest.
2012-07-04 Eric ChristopherReduce some code duplication.
2012-06-29 Alexey SamsonovCleanup in DwarfDebug - fix a typo and remove two unuse...
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
next