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-objdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the new LC_NOTE load command.
Kevin Enderby
2017-01-19
1
-0
/
+16
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-2
/
+19
*
[llvm-objdump] Dump PT_NOTE as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+3
*
[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+3
*
[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.
Davide Italiano
2017-01-16
1
-0
/
+9
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-19
/
+2
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-2
/
+19
*
llvm-objdump: speed up -objc-meta-data
Saleem Abdulrasool
2017-01-08
1
-26
/
+5
*
llvm-objdump: sort phdr type strings in advance of adding new ones
Ed Maste
2016-12-24
1
-7
/
+7
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
1
-11
/
+15
*
[bpf] change llvm-objdump to print dec instead of hex
Alexei Starovoitov
2016-12-13
1
-0
/
+23
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
4
-0
/
+32
*
Add to llvm-objdump the -no-leading-headers option with the use of the -macho...
Kevin Enderby
2016-11-29
1
-6
/
+11
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
General clean up of error handling in llvm-objdump to remove its use of repor...
Kevin Enderby
2016-11-16
2
-40
/
+54
*
[ELF] Convert ELF.h to Expected<T>.
Davide Italiano
2016-11-16
2
-17
/
+18
*
General clean up of Mach-O error handling in llvm-objdump.
Kevin Enderby
2016-11-15
1
-173
/
+72
*
llvm-objdump: deal with unexpected object files more gracefully.
Tim Northover
2016-11-15
1
-8
/
+18
*
Add a checkSymbolTable() method to the MachOObjectFile class.
Kevin Enderby
2016-11-14
1
-0
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
2
-6
/
+7
*
Remove dead code trying to handle when the amount of data read is
Chandler Carruth
2016-11-04
1
-12
/
+2
*
Add support for the ARM_THREAD_STATE64 and
Kevin Enderby
2016-11-03
1
-0
/
+84
*
Replace a report_fatal_error with an ErrorOr.
Rafael Espindola
2016-11-03
1
-1
/
+4
*
[RISCV] Add RISC-V ELF defines
Alex Bradbury
2016-11-01
1
-0
/
+1
*
Fix an unconditional break in checkMachOAndArchFlags
David Majnemer
2016-10-31
1
-24
/
+20
*
llvm-objdump: Make some error messages more consistent
Justin Bogner
2016-10-26
1
-2
/
+2
*
For llvm-objdump for Mach-O files add printing of
Kevin Enderby
2016-10-21
1
-2
/
+69
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[AMDGPU] Disassembler: print label names in branch instructions
Sam Kolton
2016-10-06
1
-2
/
+16
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[llvm-objdump] Switch to a range loop. NFCI.
Davide Italiano
2016-09-30
1
-5
/
+3
*
[AVR] Allow llvm-objdump to handle AVR ELF files
Dylan McKay
2016-09-28
1
-0
/
+1
*
Revert "[AMDGPU] Disassembler: print label names in branch instructions"
Sam Kolton
2016-09-26
1
-12
/
+0
*
[AMDGPU] Disassembler: print label names in branch instructions
Sam Kolton
2016-09-26
1
-0
/
+12
*
[llvm-objump] Simplify the code. NFCI.
Davide Italiano
2016-09-18
1
-23
/
+12
*
llvm-objdump: Add --start-address and --stop-address options
Hemant Kulkarni
2016-09-12
1
-4
/
+41
*
llvm-objdump: add missing ) in help output, NFC
Saleem Abdulrasool
2016-09-08
1
-1
/
+1
*
Add an c++ itanium demangler to llvm.
Rafael Espindola
2016-09-06
3
-17
/
+7
*
llvm-objdump: ELF: Handle code and data mix in all scenarios
Hemant Kulkarni
2016-08-25
1
-11
/
+94
*
llvm-objdump: Add Hexagon printer changes for -S/-l options
Hemant Kulkarni
2016-08-18
1
-0
/
+4
*
llvm-objdump: add coff import library symbol listing support
Saleem Abdulrasool
2016-08-18
3
-0
/
+43
*
[AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...
Sam Kolton
2016-08-17
1
-20
/
+47
*
llvm-objdump: Implement source[line numbers] interleaving
Hemant Kulkarni
2016-08-15
2
-15
/
+113
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-15
/
+14
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-15
/
+11
*
Reapply "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-4
/
+14
*
Revert "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-14
/
+4
*
More fixes to get good error messages for bad archives.
Kevin Enderby
2016-08-02
1
-4
/
+14
*
[COFF] Remove a duplicate import_directory_table_entry definition
David Majnemer
2016-07-31
1
-1
/
+1
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
2
-7
/
+15
[next]