This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-17 03:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a363b117f4
llvm-6502
/
lib
/
DebugInfo
History
Benjamin Kramer
acc897a5e1
Rename the C function to create a SLPVectorizerPass to something sane and expose it in the header file.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@179272
91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-11 11:36:36 +00:00
..
CMakeLists.txt
Add missing file to CMake list
2013-02-05 23:37:18 +00:00
DIContext.cpp
DWARFAbbreviationDeclaration.cpp
DWARFAbbreviationDeclaration.h
DWARFAttribute.h
DWARFCompileUnit.cpp
DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the same as DW_FORM_addr in DWARF2, and is 4/8 bytes on 32/64-bit DWARF starting from DWARF3. Adding a test for this is a huge pain - generating and uploading pre-built binary with DWARF3 debug info is way too ugly, and writing fine-grained unittests for DebugInfo is impossible, as it doesn't expose any headers in include/llvm. That said, I'm going to choose the second approach and submit the patch exposing DebugInfo headers for review soon enough.
2013-04-09 14:09:42 +00:00
DWARFCompileUnit.h
DWARFContext.cpp
Add support for the pubnames section to llvm-dwarfdump.
2013-02-12 16:20:28 +00:00
DWARFContext.h
Add support for the pubnames section to llvm-dwarfdump.
2013-02-12 16:20:28 +00:00
DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.h
DWARFDebugAranges.cpp
Fix missing std::. Not sure how this compiles for anyone else.
2013-03-21 00:57:21 +00:00
DWARFDebugAranges.h
DWARFDebugArangeSet.cpp
xlC doesn't like Header being both a type and a member variable. Rename the
2013-03-20 21:03:41 +00:00
DWARFDebugArangeSet.h
xlC doesn't like Header being both a type and a member variable. Rename the
2013-03-20 21:03:41 +00:00
DWARFDebugFrame.cpp
Code cleanup: pass Offset by pointer to parseInstruction to more explicitly
2013-02-22 00:50:48 +00:00
DWARFDebugFrame.h
Initial support for DWARF CFI parsing and dumping in LLVM
2013-02-05 23:30:58 +00:00
DWARFDebugInfoEntry.cpp
DWARF parser: remove duplicated code and fix code style in DIE extractors.
2013-04-08 14:37:16 +00:00
DWARFDebugInfoEntry.h
DWARF parser: remove duplicated code and fix code style in DIE extractors.
2013-04-08 14:37:16 +00:00
DWARFDebugLine.cpp
DWARFDebugLine.h
DWARFDebugRangeList.cpp
DWARFDebugRangeList.h
DWARFFormValue.cpp
Rename the C function to create a SLPVectorizerPass to something sane and expose it in the header file.
2013-04-11 11:36:36 +00:00
DWARFFormValue.h
DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the same as DW_FORM_addr in DWARF2, and is 4/8 bytes on 32/64-bit DWARF starting from DWARF3. Adding a test for this is a huge pain - generating and uploading pre-built binary with DWARF3 debug info is way too ugly, and writing fine-grained unittests for DebugInfo is impossible, as it doesn't expose any headers in include/llvm. That said, I'm going to choose the second approach and submit the patch exposing DebugInfo headers for review soon enough.
2013-04-09 14:09:42 +00:00
DWARFRelocMap.h
LLVMBuild.txt
Makefile