1. c2945e4 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 12 years ago
  2. 5932429 Stop casting away const qualifier needlessly. by Roman Divacky · 12 years ago
  3. 15d0c81 Remove unused typedefs gcc4.8 warns about. by Roman Divacky · 12 years ago
  4. 5eae90d Add support for fetching inlining context (stack of source code locations) by Alexey Samsonov · 12 years ago
  5. 38a6381 Refactor fetching file/line info from DWARFContext to simplify the by Alexey Samsonov · 12 years ago
  6. e1630e0 Fix compile error when building with C++11 - clang thinks that PRIx64 is a user-defined suffix or something by Marshall Clow · 12 years ago
  7. 83e2546 DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string. by NAKAMURA Takumi · 12 years ago
  8. 07071c1 [DebugInfo] fixup for r162657: update CMakeLists.txt by Alexey Samsonov · 12 years ago
  9. eceb5b9 Add basic support for .debug_ranges section to LLVM's DebugInfo library. by Alexey Samsonov · 12 years ago
  10. 3887a90 Add support for some missing DW_FORM_*. by Eric Christopher · 12 years ago
  11. 08cdb6e Formatting. by Eric Christopher · 12 years ago
  12. 5d04a3a Formatting cleanup. by Eric Christopher · 12 years ago
  13. fa76f22 Add an assert here in case parsing gave us a NULL compile unit. by Eric Christopher · 12 years ago
  14. bd5bc21 80-col. by Eric Christopher · 12 years ago
  15. 1a145c4 Tidy. by Eric Christopher · 12 years ago
  16. 351f83b Fix the representation of debug line table in DebugInfo LLVM library, by Alexey Samsonov · 12 years ago
  17. 71d94f8 DebugInfo library: add support for fetching absolute paths to source files by Alexey Samsonov · 12 years ago
  18. 9d26b0b Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in r159512. by Alexey Samsonov · 12 years ago
  19. a9543aa Fix a bug in DebugInfo lib, extend a comment for one of the methods by Alexey Samsonov · 12 years ago
  20. 3e25c4a This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser: by Alexey Samsonov · 12 years ago
  21. e25a2bd Fix a C++11 UDL conflict. by Benjamin Kramer · 13 years ago
  22. 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  23. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  24. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  25. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  26. 5eccd36 Audited all the format strings in libDebugInfo and fixed those that didn't match the types. by Benjamin Kramer · 13 years ago
  27. 80cc259 Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and by Benjamin Kramer · 13 years ago
  28. 41a9649 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
  29. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  30. 017449d lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify. by NAKAMURA Takumi · 13 years ago
  31. 3a79eac Whitespace by NAKAMURA Takumi · 13 years ago
  32. 1d13d9e DWARF: avoid unnecessary map lookups. by Benjamin Kramer · 13 years ago
  33. 76f58d2 Namespacify. by Benjamin Kramer · 13 years ago
  34. 9013db3 DWARF: Reset the state after parsing a line table prologue and remove an unnecessary lookup. by Benjamin Kramer · 13 years ago
  35. f5b0acc DWARF: Don't crash when looking up an invalid address. by Benjamin Kramer · 13 years ago
  36. 101b1c5 DWARF: Put all the pieces we have together and provide a single accessor to DIContext that provides line information when given an address. by Benjamin Kramer · 13 years ago
  37. c26ed9b DWARF: Remove accessors that parse the whole line table section in one go, this can't possibly work. by Benjamin Kramer · 13 years ago
  38. fe80f1d DWARF: Print line tables per compile unit, so they get the right address size. by Benjamin Kramer · 13 years ago
  39. 34f864f DWARF: wire up .debug_str dumping. by Benjamin Kramer · 13 years ago
  40. 75c6308 DWARF: Make DIE printing more bulletproof. by Benjamin Kramer · 13 years ago
  41. 7b97442 DWARF: Print the number for unknown abbrev fields. by Benjamin Kramer · 13 years ago
  42. 42180e8 DWARF: Fail gracefully when encountering unknown values in an abbrev. by Benjamin Kramer · 13 years ago
  43. 6bc4e71 Give structs with virtual methods a virtual destructor. by Nick Lewycky · 13 years ago
  44. 068d9a5 DWARF: Silence GCC -Wsign-compare warning. by Benjamin Kramer · 13 years ago
  45. 89aedba DWARF: Fix indentation. by Benjamin Kramer · 13 years ago
  46. 7393c7f DWARF: Include <algorithm> explicitly. by Benjamin Kramer · 13 years ago
  47. b848e97 DWARF: Add basic support for line tables. by Benjamin Kramer · 13 years ago
  48. 10df806 DWARF: Generate the address lookup table from the DIE tree if .debug_aranges is not available. by Benjamin Kramer · 13 years ago
  49. d6361c0 DWARF: Reorder fields to reduce padding. by Benjamin Kramer · 13 years ago
  50. 0942255 DWARF: Improve indentation of DIE dumping so it's easier to see the structure. by Benjamin Kramer · 13 years ago
  51. 1c0b24f llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doesn't accidentaly picks up the wrong section. by Benjamin Kramer · 13 years ago
  52. 553f933 Don't rely in <algorithm> being pulled in transitively. by Benjamin Kramer · 13 years ago
  53. 358f4fd DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump. by Benjamin Kramer · 13 years ago
  54. 15ec085 DebugInfo: Don't print DIEs multiple times. by Benjamin Kramer · 13 years ago
  55. 4aa3fea Style & indentation tweaks. by Benjamin Kramer · 13 years ago
  56. 8a23a77 I know copy&paste! by Benjamin Kramer · 13 years ago
  57. 72c0d7f Sketch out a DWARF parser. by Benjamin Kramer · 13 years ago