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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Remove debug names from symbol table
Sam Clegg
2018-01-17
1
-3
/
+0
*
Fix tests after move to utohexstr.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-15
4
-6
/
+13
*
reverting out -r320532 because a warning is breaking the lld build
Michael Trent
2017-12-13
4
-13
/
+6
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-12
4
-6
/
+13
*
Reverting r320166 to fix test failures.
Michael Trent
2017-12-08
2
-6
/
+0
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-08
2
-0
/
+6
*
[AMDGPU] Convert test/tools/llvm-objdump/AMDGPU/source-lines.ll to amdgiz
Yaxun Liu
2017-11-30
1
-21
/
+21
*
[AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/su...
Dmitry Preobrazhensky
2017-11-20
1
-2
/
+2
*
llvm-objdump: Add missing requires for the test in r313921
Justin Bogner
2017-11-16
1
-0
/
+1
*
Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-O
Kevin Enderby
2017-11-03
2
-0
/
+3
*
[wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
Vedant Kumar
2017-10-23
2
-0
/
+2
*
[Hexagon] New HVX target features.
Sumanth Gundapaneni
2017-10-18
1
-1
/
+1
*
[llvm-objdump] Disable leak checking on an llvm-objdump test
Francis Ricci
2017-10-10
1
-1
/
+1
*
Fix a bug in llvm-objdump when disassembling using the wrong default CPU
Kevin Enderby
2017-09-21
2
-0
/
+6
*
[WebAssembly] Add support for local symbol bindings
Sam Clegg
2017-09-20
1
-5
/
+5
*
[WebAssembly] Use a separate wasm data segment for each global symbol
Sam Clegg
2017-09-14
1
-1
/
+1
*
[WebAssembly] Only treat imports/exports as symbols when reading relocatable ...
Sam Clegg
2017-09-06
1
-3
/
+3
*
[WebAssembly] Update relocation names to match spec
Sam Clegg
2017-09-01
1
-1
/
+1
*
[WebAssembly] Fix getSymbolValue() for data symbols
Sam Clegg
2017-08-31
1
-1
/
+1
*
Update test:
Konstantin Zhuravlyov
2017-08-31
1
-1
/
+1
*
Fix test after rL312144
Konstantin Zhuravlyov
2017-08-30
1
-1
/
+1
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-1
/
+1
*
[MachO] Use Twines more efficiently.
Benjamin Kramer
2017-08-20
2
-8
/
+8
*
Add error handling to the dyld compact export entries in libObject.
Kevin Enderby
2017-07-20
13
-0
/
+35
*
[llvm-objdump] Properly print MachO aarch64 addend relocations
Martin Storsjo
2017-07-13
2
-0
/
+6
*
[llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocations
Martin Storsjo
2017-07-13
2
-0
/
+4
*
[WebAssembly] Be consistent in generating trivial test input files
Sam Clegg
2017-07-10
5
-23
/
+48
*
[llvm-objdump] Handle invalid instruction gracefully on ARM
Eugene Leviant
2017-06-29
1
-0
/
+9
*
[WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target
Sam Clegg
2017-06-27
1
-0
/
+2
*
[WebAssembly] Add support for printing relocations with llvm-objdump
Sam Clegg
2017-06-27
1
-0
/
+8
*
Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types so
Kevin Enderby
2017-06-22
2
-0
/
+9
*
Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE
Kevin Enderby
2017-06-22
2
-0
/
+9
*
Updated llvm-objdump with Mach-O files and the -objc-meta-data option so
Kevin Enderby
2017-06-20
1
-2
/
+2
*
Change llvm-objdump with Mach-O files and the -info-plist option with the
Kevin Enderby
2017-06-20
1
-0
/
+4
*
Fix a FIXME in llvm-objdump for the -exports-trie option that was not adding
Kevin Enderby
2017-06-19
1
-0
/
+10
*
[WebAssembly] Add wasm symbol table support to llvm-objdump
Sam Clegg
2017-05-04
1
-0
/
+8
*
[llvm-objdump] Don't attempt to print lines beyond the end of file
Petr Hosek
2017-04-25
2
-0
/
+27
*
[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.
Juergen Ributzka
2017-03-30
3
-6
/
+0
*
[WebAssembly] Improve support for WebAssembly binary format
Derek Schuff
2017-03-30
2
-1
/
+1
*
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
Kevin Enderby
2017-03-27
20
-1
/
+58
*
Add the rest of the error checking for Mach-O dyld compact bind entry errors
Kevin Enderby
2017-03-20
19
-2
/
+52
*
Fix source-lines test on Windows.
Zachary Turner
2017-03-07
1
-7
/
+7
*
llvm-objdump: handle line numbers and source options for amdgpu objects
Konstantin Zhuravlyov
2017-03-07
3
-0
/
+117
*
[mips] Drop unneeded REQUIRES line in test. NFCI
Simon Dardis
2017-03-01
1
-1
/
+0
*
Actually add error handling to unpacking the dyld compact bind and
Kevin Enderby
2017-02-28
1
-5
/
+3
*
[mips][mc] Fix a crash when disassembling odd sized sections
Simon Dardis
2017-02-24
1
-0
/
+1
*
Fixup r296105 - only run tests on Mips
Diana Picus
2017-02-24
1
-0
/
+3
*
[mips][mc] Fix a crash when disassembling odd sized sections
Simon Dardis
2017-02-24
1
-0
/
+16
*
[WebAssembly] Update llvm-objdump tests for the new wasm version number.
Dan Gohman
2017-02-22
2
-1
/
+1
[next]