[asan] fix debug info produced for asan-coverage=2
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-09-01 Saleem AbdulrasoolCodeGen: split out the Win64Exception emitter
2014-08-31 David BlaikieDebugInfo: Elide lexical scopes which only contain...
2014-08-31 David BlaikieDebugInfo: Move argument creation up into the caller...
2014-08-31 David BlaikieDelay adding imported entity DIEs to the lexical scope...
2014-08-31 David BlaikieModify DwarfDebug::constructImportedEntityDIE to return...
2014-08-31 David BlaikieRefactor constructImportedEntityDIE(DwarfUnit, DIImport...
2014-08-31 David BlaikieSimplify expression using container's front() rather...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-29 David BlaikieRevert accidentally committed patches r216787-r216789
2014-08-29 David BlaikieOmit DW_AT_artificial, DW_AT_external, and similar...
2014-08-29 David BlaikieOmit dwarf::DW_AT_frame_base under -gmlt
2014-08-29 David BlaikieStuff
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Frederic RissUse DwarfDebug::attachLowHighPC for the compilation...
2014-08-28 Frederic RissConstify MCSymbol* parameters to DwarfDebug::attachLowH...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-27 David BlaikieRemove type unit skeletons. GDB no longer needs them...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-12 Adrian PrantlRemove a condition that can never be true, as wittnesse...
2014-08-12 Adrian PrantlDebugLocEntry: Restore the comparison predicate from...
2014-08-12 David BlaikieRevert "Partially revert r214761 that asserted that...
2014-08-11 Adrian PrantlAdd a couple of convenience accessors to DebugLocEntry...
2014-08-11 Adrian PrantlMake these DebugLocEntry::Value comparison operators...
2014-08-11 Adrian PrantlDebug info: Remove an obsolete constructor from DebugLo...
2014-08-11 Adrian PrantlDebug info: Modify DebugLocEntry::addValue to take...
2014-08-11 Adrian PrantlDebug info: Further simplify the implementation of...
2014-08-11 Adrian PrantlDebug Info: Move the sorting and uniqueing of pieces...
2014-08-11 Adrian PrantlDebug info: Refactor DebugLocEntry's Merge function...
2014-08-11 Hans WennborgIncrease the size of DwarfAccelTable::TableHeaderData...
2014-08-08 David BlaikieDebugInfo: Recommit (reverted in r215217, originally...
2014-08-08 David BlaikieDebugInfo: Remove assertion (added in r215157) that...
2014-08-07 David BlaikieDebugInfo: Fix overwriting/loss of inlined arguments...
2014-08-06 Adrian PrantlImprove performance of calculateDbgValueHistory.
2014-08-06 Adrian PrantlCleanup collectChangingRegs
2014-08-06 David BlaikieDebugInfo: Assert that any CU for which debug_loc lists...
2014-08-05 David BlaikieDebugInfo: Move the reference to the CU from the locati...
2014-08-05 David BlaikiePartially revert r214761 that asserted that all concret...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-08-01 Adrian PrantlAttempt to increase the overall happiness of the MSCV...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-29 Manman RenFeedback on r214189, no functionality change.
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-25 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-21 David BlaikieRevert "Recommit r212203: Don't try to construct debug...
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...
next