OSDN Git Service

am d98cfd38: am 281cc67b: Merge "Bring in fixes for Cortex-A53 errata + build updates."
[android-x86/external-llvm.git] / lib / DebugInfo /
2014-08-12 Stephen HinesMerge "Fixes the build when NDEBUG is not defined."
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-07-24 Stephen Hinesam e0dc531c: Merge "Update LLVM for rebase to r212749."
2014-07-23 Stephen HinesMerge "Update LLVM for rebase to r212749."
2014-07-21 Stephen HinesUpdate LLVM for rebase to r212749.
2014-06-09 Stephen Hinesam 0d041145: am 19c6fbb3: Merge "Adds the ability to...
2014-06-09 Stephen Hinesam 19c6fbb3: Merge "Adds the ability to run the llvm...
2014-06-09 Stephen HinesMerge "Adds the ability to run the llvm test suite...
2014-06-07 Chris WailesAdds the ability to run the llvm test suite in-tree.
2014-05-30 Stephen Hinesam 8b6f0f11: am 51c66e01: am cd06393a: Merge "Update...
2014-05-30 Stephen Hinesam 51c66e01: am cd06393a: Merge "Update LLVM for 3...
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-03-10 Stephen Hinesam 008f5bfe: am ce9904c6: Merge remote-tracking branch...
2014-02-22 Elliott Hughesam d4008b87: am 719ea6d0: am a01b0ad9: am c27b10b1...
2014-02-22 Ian Rogersam 47de7d9d: am 12969fbe: am c150d210: am 877a6e14...
2014-02-22 Ian Rogersam 17ee97d8: am 001b0120: am 2e072618: am 5fdf6cf6...
2014-02-22 Ian Rogersam 0c8e5e4f: am 7de9c005: am 2ef279b3: am 8d2ad1af...
2014-02-22 Colin Crossam e0f86198: am 14604412: am ef5a4427: am 13607273...
2014-02-22 Stephen Hinesam d36d4a35: am 30dce365: am b2713ca8: am c27b99f0...
2014-02-22 Ben Chengam 51196932: am ca8e1270: am 987f85d3: am 6562c95b...
2014-02-22 Todd Fialaam dd979b93: am 0a944a8c: am da96b641: am 0de283df...
2014-02-22 Todd Fialaam 6832e344: am 735d70fa: am 5803f741: am ba309b04...
2014-02-22 Stephen Hinesam d6d44c6c: am 475301ec: am ef13f53c: am 1255ecdd...
2014-02-22 Stephen Hinesam 4df7251e: am 59e238e6: am fbafaf4f: am c0c7ba11...
2014-02-22 Stephen Hinesam b7beb609: am 74ec609a: am 82b5399b: am 917ae8fb...
2014-02-22 Stephen Hinesam 42d669a6: (-s ours) am 92debeec: am f36bad31: (...
2014-02-22 Stephen Hinesam bdaf806f: am 008f5bfe: am ce9904c6: Merge remote...
2014-02-22 Stephen Hinesam 008f5bfe: am ce9904c6: Merge remote-tracking branch...
2014-02-21 Stephen Hinesam ce9904c6: Merge remote-tracking branch \'upstream...
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-11-01 David BlaikieDebugInfo: Make pubnames header printing similar to...
2013-10-31 Alexey SamsonovDWARFDebugArangeSet: remove dead code
2013-10-31 Alexey SamsonovDWARFUnit: kill dead code and make a couple of function...
2013-10-31 Alexey SamsonovDWARFAbbreviationDeclaration: remove dead code, refacto...
2013-10-29 Alexey SamsonovDWARF parser: propery handle DW_FORM_ref_sig8 and fix...
2013-10-29 Timur IskhodzhanovQuick-fix DebugInfo build on Windows
2013-10-29 Richard SmithClean up.
2013-10-29 NAKAMURA TakumiDWARFFormValue.cpp: Appease gcc to give explicit constr...
2013-10-28 Alexey SamsonovMerge DWARFDIE::extractFast and DWARFDIE::extract into...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDWARF parser: since DWARF4, DW_AT_high_pc may be a...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-18 Ed MasteCorrect log message typo: ended ad -> ended at
2013-10-18 Alexey Samsonov[DebugInfo] Remove unneeded struct member and hide...
2013-10-18 Alexey Samsonov[DebugInfo] Remove dead code.
2013-10-17 Alexey Samsonov[DebugInfo] Delete dead code, simplify and fix code...
2013-10-02 Alexey Samsonov[DebugInfo] Further simplify DWARFDebugAranges public...
2013-10-01 Alexey Samsonov[DebugInfo] Simplify and speedup .debug_aranges parsing
2013-10-01 Alexey Samsonov[DebugInfo] Further simplify DWARFDebugAranges. No...
2013-10-01 Alexey Samsonov[DebugInfo] Remove unused functions from DWARFDebugAran...
2013-09-29 Benjamin KramerDeallocate type units when destroying a DWARFContext.
2013-09-27 Eric ChristopherRework conditional for printing out pub sections.
2013-09-25 Eric ChristopherDump the normal dwarf pubtypes section as well.
2013-09-25 Eric ChristopherUnify pubsection/gnu pubsection printing.
2013-09-25 Eric ChristopherSlight formatting change for pubnames/pubtypes output.
2013-09-24 David Blaikiellvm-dwarfdump: add missing opening quotation mark...
2013-09-24 David Blaikiellvm-dwarfdump: re-add field formatting for the entry...
2013-09-24 David Blaikiellvm-dwarfdump support for gnu_pubtypes
2013-09-24 NAKAMURA TakumiDWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-24 Eric ChristopherFormat the index entry kind string to align.
2013-09-23 David BlaikieComments for r191234 as suggested by Eric Christopher.
2013-09-23 David BlaikieUnbreak the build (from r191233)since we're calling...
2013-09-23 David Blaikiellvm-dwarfdump/libDebugInfo support for type units
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-09-23 David BlaikieDebugInfo: Wrap section data and relocs together for...
2013-09-22 David BlaikieRemove dead code
2013-09-22 David BlaikieStringRef-ize some things
2013-09-20 Richard SmithRevert r191062; the build break was also fixed in a...
2013-09-20 Richard SmithUnbreak Clang build after r191050: don't pass a StringR...
2013-09-19 David BlaikieDebugInfo: constrain gnu pubnames test further
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-23 Alexey SamsonovMake DWARFCompileUnit non-copyable
2013-08-19 David Blaikiellvm-dwarfdump: Do not include address offsets for...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-08-06 Alexey SamsonovAdd LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 Eric ChristopherAllow 4 as a valid debug info version.
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-15 Alexey SamsonovDebugInfo: Factor out parsing compile unit DIEs to...
2013-06-19 David BlaikieSpell correct (s/begining/beginning/)
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-30 Eric ChristopherReformat comments here.
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-09 Benjamin KramerlibDebugInfo depends on libObject nowadays.
next