DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2014-03-07 David BlaikieDebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-06 Eric ChristopherConstify a few things with DotDebugLocEntry.
2014-03-06 Eric ChristopherMove DIEEntry handling inside the main switch statement.
2014-03-06 Rafael EspindolaMicro optimization: this code only needs to look at...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 David BlaikieDebugInfo: Tag units as having been indexed in GNU...
2014-03-06 David BlaikieDebugInfo: Shrink pubnames/pubtypes in the presence...
2014-03-06 Eric ChristopherAdd some helpful comments on DIEValue types that we...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Eric ChristopherRewrite the attribute hashing algorithm to use the...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-06 Eric ChristopherRemove the last of the special case code for emitting...
2014-03-06 Eric Christopherconstify a few accessors.
2014-03-06 Eric ChristopherRemove special case in the DIEValue printing since...
2014-03-05 Eric ChristopherAdd a DIELocList class to handle pointers into the...
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Eric ChristopherMake the DIEValue constructor even more explicit.
2014-03-05 Eric ChristopherUse a bool for whether or not an abbreviation has child...
2014-03-05 Eric ChristopherUse dwarf::Attribute instead of a bare uint16_t.
2014-03-05 Eric ChristopherExpand slightly on comment.
2014-03-05 Eric ChristopherUnindent namespace.
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-02-27 Eric ChristopherRevert r201751 and solve the const problem a different...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-27 Eric ChristopherDon't emit anything into the debug_ranges section if...
2014-02-27 Eric ChristopherIf we're only emitting line tables for a particular...
2014-02-26 Adrian PrantlFix a type error that crept into r202313.
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-26 Adrian PrantlDebug info: Refactor AsmPrinter::EmitDwarfRegOp to...
2014-02-26 Eric Christopher80-col.
2014-02-26 Eric ChristopherFormatting fixups.
2014-02-25 David BlaikieDwarfDebug: Avoid emitting an empty debug_aranges secti...
2014-02-25 Adrian PrantlAddress review comments for r202188.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Adrian PrantlRevert "Debug info: Support variadic functions."
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-21 David BlaikieDebugInfo: Remove the empty macinfo section.
2014-02-20 Eric ChristopherAdd support for hashing attributes with DW_FORM_block...
2014-02-20 Eric ChristopherMake DIELoc/DIEBlock's ComputeSize method const. Add...
2014-02-20 Eric ChristopherFormat.
2014-02-20 Eric ChristopherAdd support for hashing DW_FORM_sdata and a small testcase.
2014-02-20 Eric ChristopherRemove FIXME that had snuck in.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-16 Eric ChristopherAdd a DIELoc class to cover the DW_FORM_exprloc set...
2014-02-15 David BlaikieDebugInfo: Deduplicate entries in the fission address...
2014-02-15 David BlaikieDwarfDebug: Remove dead code.
2014-02-14 David BlaikieDebugInfo: Implement DW_AT_stmt_list for type units
2014-02-14 David BlaikieDwarfUnit: Remove unnecessarily explicit/out of line...
2014-02-14 David BlaikieDwarfUnit: Remove unnecessary (void)t; that was previou...
2014-02-14 David BlaikieDwarfUnit: Refactor out DW_AT_stmt_list creation into...
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2014-02-14 Eric ChristopherRevert "DebugInfo: Don't include the name of the CU...
2014-02-14 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-14 Eric ChristopherDisable emission of aranges by default and add a comman...
2014-02-13 NAKAMURA Takumi[PR18809] Revert r201187, "DebugInfo: Don't include...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Eric ChristopherReformat a few lines with clang-format.
2014-02-12 Eric Christopher80-col.
2014-02-12 Adrian PrantlDebug info: Bugfix for r201190: DW_OP_piece takes bytes...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-12 David BlaikieDwarfUnit: Include type unit's file strings in the...
2014-02-12 David BlaikieFix some formatting in my last commit (r201196)
2014-02-12 David BlaikieDwarfUnit: Provide a reference to a defining DwarfCompi...
2014-02-12 David BlaikieDwarfUnit: Refactor DW_AT_file creation into a common...
2014-02-11 David BlaikieDwarfUnit: Replace unnecessary conditionals with asserts.
2014-02-11 Adrian PrantlReapply r201180 with an additional error path.
2014-02-11 Adrian PrantlRevert "Debug info: Emit values in subregisters that...
2014-02-11 David BlaikieDebugInfo: Don't include the name of the CU file in...
2014-02-11 Adrian Prantlwhitespace
2014-02-11 Adrian PrantlDebug info: Emit values in subregisters that do not...
2014-02-11 David BlaikieDebugInfo: Use existing symbol rather than creating...
2014-02-10 David BlaikieRemove some prototype code accidentally committed in...
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-09 David BlaikieFix formatting introduced in r200941
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-07 Rafael EspindolaFix a bug with .weak_def_can_be_hidden: Mutable variabl...
2014-02-07 Rafael EspindolaRefactor logic into a function predicate.
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 Rafael EspindolaUse the default values.
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-02-01 Eli BenderskyRemove some unused #includes
2014-01-31 Rafael EspindolaRemove a redundant call to hasRawTextSupport.
2014-01-31 Paul RobinsonIf we're not producing DWARF accel tables, don't waste...
2014-01-31 Eric ChristopherAdd support for DW_FORM_flag and DW_FORM_flag_present...
2014-01-31 David BlaikieDebugInfo: Flag type unit references as declarations
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
next