[Orc] Add header comment to IndirectionUtils.cpp.
[oota-llvm.git] / lib / DebugInfo /
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-15 Zachary Turnerllvm-pdbdump: Add flags controlling the type of values...
2015-02-14 Zachary Turnerllvm-pdbdump: Only dump whitelisted global symbols.
2015-02-14 Zachary Turnerllvm-pdbdump: Re-order header files according to LLVM...
2015-02-13 Zachary TurnerFix -Wunused-variable warning.
2015-02-13 Zachary Turnerllvm-pdbdump: Improve printing of functions and signatures.
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Zachary Turnerllvm-pdbdump: Add more comprehensive dumping of symbol...
2015-02-13 Zachary TurnerImprove llvm-pdbdump output display.
2015-02-12 Zachary TurnerAdd concrete type overloads to PDBSymbol::findChildren().
2015-02-11 Peter CollingbourneFix build for CMake < 2.8.12.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-11 Andrew KaylorTemporary workaround to fix MSVC 2012 build problems
2015-02-11 Zachary TurnerFix some warnings due to -Wcovered-switch-default.
2015-02-10 Zachary TurnerConvert std::make_unique<> to llvm::make_unique<>.
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-10 Zachary TurnerProvide DIA implementation of DebugInfoPDB.
2015-02-08 David BlaikieFix -Wuninitialized build by referencing the relevant...
2015-02-08 Zachary TurnerMake PDBSymbol's IPDBSymbol reference const.
2015-02-08 Zachary TurnerDebugInfoPDB: Make the symbol base case hold an IPDBSes...
2015-02-08 Zachary TurnerRemoved unused function mistakenly left in, triggering...
2015-02-08 Zachary TurnerSome cleanup for libpdb.
2015-02-07 Zachary TurnerResubmit unittests for DebugInfoPDB.
2015-02-06 Zachary TurnerTry to fix Makefile build for LLVMDebugInfoPDB.
2015-02-06 Zachary TurnerResubmit "Create lib/DebugInfo/PDB" (r228428)
2015-02-06 Zachary TurnerRevert "Create lib/DebugInfo/PDB."
2015-02-06 Zachary TurnerCreate lib/DebugInfo/PDB.
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-06 Adrian PrantlImplement a very basic colored syntax highlighting...
2014-12-19 Frederic Riss[DebugInfo] Move all DWARF headers to the public includ...
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-11-20 Frederic RissMake DWARFAcceleratorTable::dump() const.
2014-11-20 Frederic RissAdd missing copyright headers.
2014-11-14 Frederic Riss[dwarfdump] Handle relocations in Dwarf accelerator...
2014-11-14 Frederic RissReapply "[dwarfdump] Add support for dumping accelerato...
2014-11-13 Frederic RissRevert "[dwarfdump] Add support for dumping accelerator...
2014-11-12 Frederic Riss[dwarfdump] Add support for dumping accelerator tables.
2014-11-12 Frederic RissAllow DWARFFormValue::extractValue to be called with...
2014-11-12 Frederic RissRemove unsused variables.
2014-10-23 Frederic Riss[dwarfdump] Dump DW_AT_ranges values inline in the...
2014-10-20 Alexey SamsonovConstify input argument of RelocVisitor and DWARFContex...
2014-10-10 Fariborz JahanianAdd couple of missing 'override' keyword. NFC.
2014-10-10 Frederic Riss[dwarfdump] Prettyprint DW_AT_APPLE_property_attribute...
2014-10-10 Frederic Riss[dwarfdump] Resolve also variable specifications/abstra...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection down to DWARFUnit constru...
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection into DWARFUnitSection...
2014-10-07 Alexey Samsonov[DebugInfo] Turn DWARFContext::Section into DWARFSectio...
2014-10-06 Eric ChristopherRefactor RelocVisitor to take an object. This removes...
2014-10-06 Yaron KerenResolve ambiguity between llvm::make_unique and std...
2014-10-06 Frederic Riss[dwarfdump] Print the name for referenced specification...
2014-10-06 Frederic RissFactor the Unit section parsing into the DWARFUnitSecti...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-09-29 Frederic RissStore TypeUnits in a SmallVector<DWARFUnitSection>...
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-26 Frederic RissRevert "Store TypeUnits in a SmallVector<DWARFUnitSecti...
2014-09-26 Frederic RissStore TypeUnits in a SmallVector<DWARFUnitSection>...
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-22 Frederic Riss[dwarfdump] Dump full filenames as DW_AT_(decl|call...
2014-09-22 Frederic RissAllow DWARFDebugInfoEntryMinimal::getSubroutineName...
2014-09-19 Frederic RissTurn local DWARFContext helpers getFileNameForUnit...
2014-09-18 Frederic RissFix DWARFUnitSection::getUnitForOffset().
2014-09-16 Frederic RissMake DWARFUnitSection final and change base class to...
2014-09-15 Frederic RissFix a non-virtual destructor warning introduced in...
2014-09-15 Frederic RissFix ambiguous typedef introduced in r217747.
2014-09-15 Frederic RissIntroduce the DWARFUnitSection abstraction.
2014-09-05 Alexey Samsonov[DWARF parser] Fix nasty memory corruption in .dwo...
2014-09-05 Frederic Riss[dwarfdump] Dump DW_AT_(decl|call)_line attribute value...
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-09-04 Frederic RissFix build faliure introduced by r217129.
2014-09-04 Frederic RissRename DWARFContext::getLineTableForCompileUnit to...
2014-09-04 Frederic RissAdd DWARFFormValue::getAsBlock() and add FC_Flag as...
2014-09-04 Frederic RissAdd a DWARFContext& member in DWARFUnit.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-31 Rafael EspindolaDWOHolder takes ownership of the argument constructor...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
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-13 Alexey Samsonov[DWARF parser] Use distinction between DW_AT_ranges_bas...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Alexey Samsonov[DWARF parser] Fix broken address ranges construction.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Alexey Samsonov[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission...
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-04-30 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Alexey Samsonov[DWARF parser] Compress DIEMinimal even further, simpli...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: Make FrameEntry struct...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: use unique_ptr instead...
2014-04-28 Alexey Samsonov[DWARF parser] Simplify DWARFDebugAranges generation.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
next