History log of /external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
9e189f12e6779dd6e7918f8b20f6ace4f9838dd7 31-Oct-2013 Alexey Samsonov <samsonov@google.com> DWARFDebugArangeSet: remove dead code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193785 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
7b1bea3ccbf2d1cff66d4287e0cb7bc045802d31 20-Mar-2013 Rafael Espindola <rafael.espindola@gmail.com> xlC doesn't like Header being both a type and a member variable. Rename the
member variable.

Patch by Kai <kai@redstar.de>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177575 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
41a964931a0e0943ceef28b0c691843bf8ca87b7 05-Nov-2011 Benjamin Kramer <benny.kra@googlemail.com> Add more PRI.64 macros for MSVC and use them throughout the codebase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143799 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
76f58d20313a23758399a59ceec0fbc6c2c16397 16-Sep-2011 Benjamin Kramer <benny.kra@googlemail.com> Namespacify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139892 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
1c0b24f91a5a6f3aeca483e753e7fd27357ecb71 14-Sep-2011 Benjamin Kramer <benny.kra@googlemail.com> llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doesn't accidentaly picks up the wrong section.

Also add some validation code to the aranges section parser.

Fixes PR10926.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139701 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
553f93396367fd1e1372d41c02583b2dc060947f 14-Sep-2011 Benjamin Kramer <benny.kra@googlemail.com> Don't rely in <algorithm> being pulled in transitively.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139684 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp
358f4fd9ee078b3c79597fc688855fb48bc1f356 14-Sep-2011 Benjamin Kramer <benny.kra@googlemail.com> DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump.

This is only one half of it, the part that caches address ranges from the DIEs when .debug_aranges is
not available will be ported soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139680 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/DebugInfo/DWARFDebugArangeSet.cpp