index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Eliminate compilation warning about used variable LSDA
Dmitry Polukhin
2016-02-05
1
-2
/
+1
*
[DebugInfo] Support zero-length CIE in the _eh_frame parser
Igor Laevsky
2016-01-27
1
-30
/
+27
*
Remove autoconf support
Chris Bieneman
2016-01-26
5
-72
/
+0
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
3
-19
/
+186
*
[DebugInfo] Fix DWARFDebugFrame instruction operand ordering
Igor Laevsky
2016-01-26
1
-6
/
+14
*
Fix instance of -Wcovered-switch-default
Reid Kleckner
2016-01-13
1
-2
/
+0
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
1
-26
/
+24
*
fixing type.
Mike Aizatsky
2016-01-09
1
-1
/
+2
*
llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompat...
NAKAMURA Takumi
2016-01-09
1
-1
/
+1
*
[llvm-symbolizer] -print-source-context-lines option to print source code aro...
Mike Aizatsky
2016-01-09
1
-4
/
+35
*
Fix several accidental DOS line endings in source files
Dimitry Andric
2016-01-03
2
-117
/
+117
*
Remove unused constants from TypeTableBuilder.cpp.
Dave Bartolomeo
2015-12-24
1
-4
/
+0
*
Fix case of path name
Bill Seurer
2015-12-24
1
-1
/
+1
*
Fix CodeView library name and non-CMake builds
Dave Bartolomeo
2015-12-24
3
-4
/
+21
*
LLVM CodeView library
Dave Bartolomeo
2015-12-24
12
-2
/
+670
*
[Symbolize] Improve the ownership of parsed objects.
Alexey Samsonov
2015-12-18
1
-46
/
+45
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
3
-186
/
+19
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
3
-19
/
+186
*
Test commit
Dave Bartolomeo
2015-12-17
1
-1
/
+1
*
[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entry
David Blaikie
2015-12-04
1
-2
/
+8
*
dwarfdump: Correctly indentify the indicies for DWP records
David Blaikie
2015-12-03
1
-1
/
+1
*
[llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe...
David Blaikie
2015-12-02
1
-2
/
+7
*
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
2015-12-02
2
-13
/
+15
*
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
2015-11-18
1
-1
/
+1
*
Fix null dereference committed in r253277
David Blaikie
2015-11-17
1
-2
/
+3
*
dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...
David Blaikie
2015-11-17
1
-1
/
+5
*
dwarfdump: Reference the appropriate line table segment when dumping dwp files
David Blaikie
2015-11-17
2
-6
/
+10
*
Fix indentation
David Blaikie
2015-11-17
1
-1
/
+1
*
dwarfdump: Use the index to find the right abbrev offset in DWP files
David Blaikie
2015-11-17
3
-19
/
+93
*
dwarfdump: Add support for dumping the table contents of DWP indexes
David Blaikie
2015-11-13
1
-5
/
+59
*
[Symbolizer] Don't use PE symbol tables to override PDB symbols
Reid Kleckner
2015-11-13
2
-2
/
+16
*
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
2015-11-12
5
-1
/
+122
*
Mostly revert 252842 due to failures on some buildbots.
David Blaikie
2015-11-12
1
-59
/
+5
*
dwarfdump: Add error checking to fix the buildbots/correctness
David Blaikie
2015-11-12
1
-4
/
+4
*
dwarfdump: Add some error handling for DWP index sections of the wrong size
David Blaikie
2015-11-12
1
-0
/
+7
*
dwarfdump: Dump the contents of DWP indexes
David Blaikie
2015-11-12
1
-5
/
+82
*
[Symbolizer]: Add -pretty-print option
Hemant Kulkarni
2015-11-11
1
-6
/
+14
*
dwarfdump: DWP type unit index dumping skeleton
David Blaikie
2015-11-11
1
-0
/
+10
*
Format my previous commit
David Blaikie
2015-11-11
2
-6
/
+5
*
dwarfdump: First piece of support for DWP dumping
David Blaikie
2015-11-11
3
-0
/
+52
*
Reverting r252760
Colin LeMahieu
2015-11-11
1
-14
/
+6
*
[Symbolizer]: Add -pretty-print option
Hemant Kulkarni
2015-11-11
1
-6
/
+14
*
[LLVMSymbolize] Reduce indentation by using helper function. NFC.
Alexey Samsonov
2015-11-04
1
-21
/
+24
*
[LLVMSymbolize] Properly propagate object parsing errors from the library.
Alexey Samsonov
2015-11-04
1
-90
/
+107
*
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
Alexey Samsonov
2015-11-03
3
-61
/
+76
*
[LLVMSymbolize] Move demangling away from printing routines. NFC.
Alexey Samsonov
2015-11-03
1
-28
/
+33
*
Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...
Alexey Samsonov
2015-10-30
1
-12
/
+30
*
[LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC.
Alexey Samsonov
2015-10-30
1
-17
/
+9
*
[LLVMSymbolize] Move printing the description of a global into a separate fun...
Alexey Samsonov
2015-10-29
3
-19
/
+28
*
[LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).
Alexey Samsonov
2015-10-29
4
-218
/
+353
[next]