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
/
test
/
tools
/
llvm-objdump
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-objdump should ignore Mach-O stab symbols for disassembly.
Michael Trent
2019-12-20
1
-0
/
+0
*
[X86] Print register names in .seh_* directives
Reid Kleckner
2019-08-30
1
-1
/
+1
*
[llvm-objdump]Improve testing of some switches #1
James Henderson
2019-05-16
1
-0
/
+0
*
[Object][XCOFF] Add intial support for section header table.
Sean Fertile
2019-04-25
3
-0
/
+0
*
[llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt
Ali Tamur
2019-04-19
1
-0
/
+0
*
Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...
Ali Tamur
2019-03-26
1
-0
/
+0
*
[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-26
1
-0
/
+0
*
Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-25
1
-0
/
+0
*
[llvm] Prevent duplicate files in debug line header in dwarf 5.
Ali Tamur
2019-03-25
1
-0
/
+0
*
Fix Mach-O bind and rebase validation errors in libObject
Michael Trent
2019-03-20
1
-0
/
+0
*
[WebAssembly] Store section alignment as a power of 2
Sam Clegg
2019-01-16
1
-0
/
+0
*
[COFF] Map truncated .eh_frame section name
Martin Storsjo
2018-12-08
1
-0
/
+104
*
[WebAssembly] Update test cases after FixFunctionBitcasts
Heejin Ahn
2018-11-07
1
-0
/
+0
*
[llvm-objdump] Add dynamic section printing to private-headers option
Paul Semel
2018-07-25
1
-0
/
+0
*
[llvm-objdump] Add --archive-headers (-a) option
Paul Semel
2018-07-05
1
-0
/
+0
*
Some targets don't have lld built, so just use a binary copy
Sterling Augustine
2018-06-28
1
-0
/
+0
*
[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.
Sam Clegg
2018-05-10
1
-1
/
+1
*
typo
Sam Clegg
2018-04-27
1
-0
/
+0
*
[WebAssembly] Section symbols must have local binding
Sam Clegg
2018-04-27
1
-0
/
+0
*
[WebAssembly] Add version to object file metadata
Sam Clegg
2018-04-26
1
-0
/
+0
*
[WebAssembly] Use section index in relocation section header
Sam Clegg
2018-04-24
1
-0
/
+0
*
[llvm-objdump] Remove test object file
Francis Visoiu Mistrih
2018-04-19
1
-0
/
+0
*
[llvm-objdump] Print "..." instead of random data for virtual sections
Francis Visoiu Mistrih
2018-04-19
1
-0
/
+0
*
[WebAssembly] Reorder reloc sections to come between symtab and name
Nicholas Wilson
2018-03-05
1
-0
/
+0
*
[WebAssembly] Update pre-generated test files to match latest llc output. NFC.
Nicholas Wilson
2018-03-01
1
-0
/
+0
*
[DebugInfo] Add remaining files to r325970
Scott Linder
2018-02-23
1
-0
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-0
/
+0
*
[wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
Vedant Kumar
2017-10-23
1
-0
/
+0
*
Add error handling to the dyld compact export entries in libObject.
Kevin Enderby
2017-07-20
12
-0
/
+0
*
[WebAssembly] Be consistent in generating trivial test input files
Sam Clegg
2017-07-10
3
-0
/
+19
*
[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.
Juergen Ributzka
2017-03-30
2
-0
/
+0
*
[WebAssembly] Improve support for WebAssembly binary format
Derek Schuff
2017-03-30
1
-0
/
+0
*
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
Kevin Enderby
2017-03-27
19
-0
/
+0
*
Add the rest of the error checking for Mach-O dyld compact bind entry errors
Kevin Enderby
2017-03-20
17
-0
/
+0
*
[WebAssembly] Update llvm-objdump tests for the new wasm version number.
Dan Gohman
2017-02-22
1
-0
/
+0
*
Move test from r294430 to target-specific directory
Diana Picus
2017-02-08
1
-0
/
+0
*
Use dynamic symbols for ELF disassembly
Sam Parker
2017-02-08
1
-0
/
+0
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
1
-0
/
+0
*
llvm-objdump: deal with unexpected object files more gracefully.
Tim Northover
2016-11-15
1
-0
/
+0
*
Fix test failure in r281232
Hemant Kulkarni
2016-09-12
1
-73
/
+0
*
llvm-objdump: Add --start-address and --stop-address options
Hemant Kulkarni
2016-09-12
1
-0
/
+73
*
llvm-objdump: add coff import library symbol listing support
Saleem Abdulrasool
2016-08-18
1
-0
/
+0
*
Reapply "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
4
-0
/
+40
*
Revert "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
4
-40
/
+0
*
More fixes to get good error messages for bad archives.
Kevin Enderby
2016-08-02
4
-0
/
+40
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
5
-0
/
+49
*
Next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-25
2
-0
/
+21
*
[yaml2obj] Remove --format option in favor of YAML tags
Chris Bieneman
2016-06-27
1
-0
/
+1
*
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...
Kevin Enderby
2016-05-23
1
-0
/
+0
*
Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...
Kevin Enderby
2016-04-27
1
-0
/
+0
[next]