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
/
tools
/
llvm-dwp
/
llvm-dwp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-3
/
+4
*
[llvm-dwp] Define InitLLVM.
Fangrui Song
2018-05-06
1
-0
/
+2
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
DWARF: Unify form size handling code
Pavel Labath
2018-03-14
1
-1
/
+1
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-6
/
+6
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-9
/
+0
*
Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...
David Blaikie
2017-11-27
1
-1
/
+1
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+4
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+3
*
[llvm-dwp] Implement -e option
Alexander Shaposhnikov
2017-09-02
1
-3
/
+51
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-1
/
+1
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
1
-2
/
+2
*
[lib/Object] - Minor API update for llvm::Decompressor.
George Rimar
2017-05-18
1
-1
/
+1
*
[llvm-dwp] - Reuse object::Decompressor class
George Rimar
2017-01-13
1
-31
/
+24
*
Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...
Greg Clayton
2016-11-11
1
-2
/
+10
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-7
/
+7
*
Switch all DWARF variables for tags, attributes and forms over to use the llv...
Greg Clayton
2016-10-27
1
-5
/
+5
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-1
/
+2
*
llvm-dwp: Ensure uncompressed sections are not relocated during processing of...
David Blaikie
2016-05-25
1
-3
/
+4
*
llvm-dwp: Reduce indentation
David Blaikie
2016-05-23
1
-48
/
+47
*
llvm-dwp: Split out processing of input sections to improve readability
David Blaikie
2016-05-23
1
-61
/
+84
*
llvm-dwp: Pull out compression handling helper
David Blaikie
2016-05-23
1
-15
/
+22
*
llvm-dwp: More error handling around invalid compressed sections
David Blaikie
2016-05-23
1
-7
/
+4
*
llvm-dwp: Ensure compressed sections are preserved long enough for use in the...
David Blaikie
2016-05-23
1
-2
/
+2
*
llvm-dwp: Add an abstraction for the DWP string pool
David Blaikie
2016-05-23
1
-30
/
+28
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
llvm-dwp: remove some unused error handling
David Blaikie
2016-05-17
1
-8
/
+5
*
llvm-dwp: Move error handling code closer to use
David Blaikie
2016-05-17
1
-6
/
+6
*
llvm-dwp: Add error handling for multiple type sections in a dwp file.
David Blaikie
2016-05-17
1
-1
/
+3
*
llvm-dwp: Simplify duplicate DWO ID error handling
David Blaikie
2016-05-17
1
-9
/
+9
*
llvm-dwp: Provide error handling for invalid string field forms
David Blaikie
2016-05-17
1
-8
/
+16
*
llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...
David Blaikie
2016-05-16
1
-8
/
+14
*
llvm-dwp: Streamline duplicate DWO ID diagnostic handling
David Blaikie
2016-05-16
1
-24
/
+27
*
llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llv...
David Blaikie
2016-05-12
1
-20
/
+24
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
llvm-dwp: Add assert text
David Blaikie
2016-04-13
1
-1
/
+3
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+1
*
llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....
David Blaikie
2016-04-05
1
-31
/
+32
*
llvm-dwp: Handle dwo files produced by GCC
David Blaikie
2016-04-05
1
-4
/
+8
*
llvm-dwp: Simplify hashing code a bit
David Blaikie
2016-04-05
1
-1
/
+2
*
llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...
David Blaikie
2016-03-26
1
-20
/
+41
*
llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_name
David Blaikie
2016-03-24
1
-51
/
+36
*
llvm-dwp: Add missing copyright notice to llvm-dwp.cpp
David Blaikie
2016-03-01
1
-0
/
+13
*
Revert "llvm-dwp: Keep ObjectFiles alive until object emission their contents...
David Blaikie
2016-03-01
1
-10
/
+8
*
llvm-dwp: Keep ObjectFiles alive until object emission their contents can be ...
David Blaikie
2016-03-01
1
-8
/
+10
*
llvm-dwp: provide diagnostics for duplicate DWO IDs
David Blaikie
2016-02-26
1
-3
/
+75
*
llvm-dwp: Support empty .dwo files
David Blaikie
2016-02-26
1
-9
/
+11
*
llvm-dwp: Improve performance (N^2 to amortized N) by using a MapVector inste...
David Blaikie
2016-02-19
1
-39
/
+35
*
llvm-dwp: Don't test compression when zlib isn't available
David Blaikie
2016-02-19
1
-1
/
+1
*
llvm-dwp: Support compressed input
David Blaikie
2016-02-19
1
-5
/
+45
[next]