[Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to the
[oota-llvm.git] / lib / DebugInfo /
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'.
2014-04-25 Alexey SamsonovFix missing include
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAranges.
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAbbrev.
2014-04-24 Alexey Samsonov[DWARF parser] Make a few methods non-public
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-24 Alexey Samsonov[DWARF parser] Simplify and re-format a method
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-18 Alexey Samsonov[llvm-symbolizer] Print file/line for a PC even if...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-18 Alexey Samsonov[DWARF parser] Respect address ranges specified in...
2014-04-18 Benjamin KramerDebugInfo: Remove some initializer lists to make MSVC...
2014-04-18 Alexey Samsonov[DWARF parser] Refactor fetching DIE address ranges.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-14 Alexey SamsonovUse ctor instead of initializer list to appease Windows...
2014-03-14 Alexey SamsonovUse temporary instead of a local variable here
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Alexey Samsonov[C++11] DWARF parser: use SmallVector<std::unique_ptr...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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...
next