Fix -Asserts build introduced since r213456.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2014-07-18 Eric ChristopherRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-18 David BlaikieDebugInfo: Assert that all abstract scopes are subprogr...
2014-07-18 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 David MajnemerCodeGen: Add a getSectionKind method to MachineConstant...
2014-07-14 Saleem AbdulrasoolCodeGen: add missing include
2014-07-11 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-10 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-09 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-03 Eric ChristopherTemporarily revert "Don't try to construct debug Lexica...
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-07-02 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-27 David BlaikieRevert "Revert "Revert "PR20038: DebugInfo: Inlined...
2014-06-27 David BlaikieRevert "Revert "PR20038: DebugInfo: Inlined call sites...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-23 Rafael EspindolaRemove a temporary hack.
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric ChristopherRemove unnecessary include.
2014-06-15 David BlaikiePR20038: DebugInfo missing DIEs for some concrete varia...
2014-06-13 David BlaikieDebugInfo: Remove some extra handling of abstract varia...
2014-06-13 David BlaikieDebugInfo: Reference abstract definitions from variable...
2014-06-13 David BlaikieDwarfDebug::getExistingAbstractVariable: constify an...
2014-06-13 David BlaikieDebugInfo: Following up to r209677, refactor local...
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-09 Alexey SamsonovGenerate better location ranges for some register-descr...
2014-06-07 Alp TokerFix typos
2014-06-06 David BlaikieDebugInfo: Use the scope of the function declaration...
2014-06-06 David BlaikieDebugInfo: pubnames: include file-local (static or...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-05 Alexey SamsonovFix null dereference with -debug-only=dwarfdebug
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 David BlaikieRevert r210221 again, due to a crash Richard Smith...
2014-06-05 David BlaikieDebugInfo: Reuse existing LexicalScope to retrieve...
2014-06-05 David BlaikieDebugInfo: Roll argument insertion into variable insert...
2014-06-05 David BlaikiePR19388: DebugInfo: Emit dead arguments in their origin...
2014-06-05 David BlaikieDebugInfo: Add comments/assert description to r209674...
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-04 David BlaikieDebugInfo: Partial revert r209984 due to more cases...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-01 David BlaikieDebugInfo: Assert that DbgVariables have associated...
2014-05-31 Alp TokerFix typos
2014-05-30 Adrian PrantlRoll DbgVariable::setMInsn into the constructor. No...
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-29 Adrian PrantlDebug Info: Remove unused code. The MInsn of an _abstra...
2014-05-27 Alexey SamsonovChange representation of instruction ranges where varia...
2014-05-27 Alexey SamsonovFactor out looking for prologue end into a function
2014-05-27 Alexey SamsonovDon't pre-populate the set of keys in the map with...
2014-05-27 David BlaikieDebugInfo: partially revert cleanup committed in r209680
2014-05-27 David BlaikieDebugInfo: Simplify solution to avoid DW_AT_artificial...
2014-05-27 David BlaikieDebugInfo: Create abstract function definitions even...
2014-05-27 David BlaikieDebugInfo: Avoid an extra map lookup when finding abstr...
2014-05-27 David BlaikieDebugInfo: Lazily construct subprogram definition DIEs.
2014-05-27 David BlaikieDebugInfo: Lazily attach definition attributes to defin...
2014-05-27 David BlaikieDebugInfo: Separate out the addition of subprogram...
2014-05-26 David BlaikieDwarfUnit: Remove some misleading no-op code introduced...
2014-05-23 David BlaikieDebugInfo: Put concrete definitions referencing abstrac...
2014-05-23 David BlaikieAdd FIXME comment based on code review feedback by...
2014-05-23 David BlaikieRename a couple of variables to be more accurate.
2014-05-23 David BlaikieDebugInfo: Fix cross-CU references for scopes (and...
2014-05-22 David BlaikieDebugInfo: Simplify dead variable collection slightly.
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 David BlaikieDebugInfo: Use the SPMap to find the parent CU of inlin...
2014-05-21 David BlaikieDebugInfo: Ensure concrete out of line variables from...
2014-05-21 David BlaikieDebugInfo: Simplify subprogram declaration creation...
2014-05-20 David BlaikieRevert "DebugInfo: Assume all subprogram DIEs have...
2014-05-20 David BlaikieUnbreak the sanitizer buildbots after r209226 due to...
2014-05-20 David BlaikieFix test breakage introduced in r209223.
2014-05-20 Alexey SamsonovRewrite calculateDbgValueHistory to make it (hopefully...
2014-05-20 David BlaikiePR19767: DebugInfo emission of pointer constants.
2014-05-20 David BlaikieDebugInfo: Emit function definitions within their names...
2014-05-19 David BlaikieDebugInfo: Assume all subprogram DIEs have been created...
2014-05-19 David BlaikieDebugInfo: Don't include DW_AT_inline on each abstract...
2014-05-19 David BlaikieDebugInfo: Fix missing inlined_subroutines caused by...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 David BlaikieDebugInfo: Assert rather than conditionalizing when...
2014-05-16 David BlaikieDebugInfo: Handle emitting constants of C++ unicode...
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 David BlaikieDebugInfo: Add an assert regarding the subprogram in...
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-16 David BlaikieDwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
next