Fix issue with bitwise and precedence.
[oota-llvm.git] / lib / DebugInfo /
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-05 Benjamin KramerAudited all the format strings in libDebugInfo and...
2011-11-05 Benjamin KramerReduce the offsets in DwarfDebugInfoEntry to 32 bit...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-08 NAKAMURA Takumilib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
2011-10-08 NAKAMURA TakumiWhitespace
2011-09-21 Benjamin KramerDWARF: avoid unnecessary map lookups.
2011-09-16 Benjamin KramerNamespacify.
2011-09-15 Benjamin KramerDWARF: Reset the state after parsing a line table prolo...
2011-09-15 Benjamin KramerDWARF: Don't crash when looking up an invalid address.
2011-09-15 Benjamin KramerDWARF: Put all the pieces we have together and provide...
2011-09-15 Benjamin KramerDWARF: Remove accessors that parse the whole line table...
2011-09-15 Benjamin KramerDWARF: Print line tables per compile unit, so they...
2011-09-15 Benjamin KramerDWARF: wire up .debug_str dumping.
2011-09-15 Benjamin KramerDWARF: Make DIE printing more bulletproof.
2011-09-15 Benjamin KramerDWARF: Print the number for unknown abbrev fields.
2011-09-15 Benjamin KramerDWARF: Fail gracefully when encountering unknown values...
2011-09-15 Nick LewyckyGive structs with virtual methods a virtual destructor.
2011-09-15 Benjamin KramerDWARF: Silence GCC -Wsign-compare warning.
2011-09-15 Benjamin KramerDWARF: Fix indentation.
2011-09-15 Benjamin KramerDWARF: Include <algorithm> explicitly.
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-14 Benjamin KramerDWARF: Reorder fields to reduce padding.
2011-09-14 Benjamin KramerDWARF: Improve indentation of DIE dumping so it's easie...
2011-09-14 Benjamin Kramerllvm-dwarfdump: Make the "is debug info section" heuris...
2011-09-14 Benjamin KramerDon't rely in <algorithm> being pulled in transitively.
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-14 Benjamin KramerDebugInfo: Don't print DIEs multiple times.
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Benjamin KramerI know copy&paste!
2011-09-13 Benjamin KramerSketch out a DWARF parser.