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-readobj
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Add support for CRC ASE
Petar Jovanovic
2018-03-14
1
-1
/
+2
*
[llvm-readobj] Extend the output of -elf-section-groups
Alexander Shaposhnikov
2018-03-12
1
-1
/
+12
*
[llvm-readobj][ELF] Move ELF note parsing into libObject
Scott Linder
2018-03-12
1
-47
/
+43
*
[llvm-readobj] Make header self-contained
Benjamin Kramer
2018-03-12
1
-0
/
+1
*
Reland "[DebugInfo] Support DWARF expressions in eh_frame"
Rafael Auler
2018-03-08
3
-0
/
+251
*
Revert r326932: [DebugInfo] Support DWARF expressions in eh_frame
Rui Ueyama
2018-03-07
3
-251
/
+0
*
[DebugInfo] Support DWARF expressions in eh_frame
Rafael Auler
2018-03-07
3
-0
/
+251
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
1
-1
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-10
/
+8
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-02-22
1
-1
/
+1
*
AMDGPU: Bring elf flags in sync with the spec
Konstantin Zhuravlyov
2018-02-16
1
-4
/
+32
*
[LLD] Implement /guard:[no]longjmp
Reid Kleckner
2018-02-13
1
-0
/
+10
*
CodeGen: support an extension to pass linker options on ELF
Saleem Abdulrasool
2018-01-30
3
-0
/
+45
*
[llvm-readobj] Fix double 0x prefix in RVA table printing after r321527
Reid Kleckner
2018-01-23
1
-1
/
+1
*
[WebAssembly] Remove debug names from symbol table
Sam Clegg
2018-01-17
1
-1
/
+0
*
Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
Rui Ueyama
2018-01-12
2
-40
/
+37
*
Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {true,false}>. NFC.
Rui Ueyama
2018-01-12
1
-4
/
+3
*
[llvm-readobj] Consistent use of ScopedPrinter
Sam Clegg
2018-01-10
7
-71
/
+83
*
[llvm-readobj] Support -needed-libs option for Mach-O files
Petr Hosek
2018-01-08
1
-0
/
+30
*
Fix tests after move to utohexstr.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
2
-3
/
+3
*
[llvm-readobj] Support -needed-libs option for COFF files
Petr Hosek
2017-12-27
1
-0
/
+22
*
[llvm-readobj] Fix ambiguous call to the `printNumber`
Simon Atanasyan
2017-12-21
1
-1
/
+1
*
[llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumping
Simon Atanasyan
2017-12-21
1
-261
/
+445
*
[llvm-readobj] Dump wasm init functions
Sam Clegg
2017-12-19
1
-2
/
+8
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
4
-16
/
+0
*
Teach llvm-pdbutil to dump types from object files.
Zachary Turner
2017-12-05
1
-0
/
+1
*
[llvm-readobj] Remove redundant local variables to reduce the code. NFC
Simon Atanasyan
2017-12-02
1
-9
/
+5
*
[llvm-readobj] Print static MIPS GOT
Simon Atanasyan
2017-12-02
1
-30
/
+55
*
[llvm-readobj] Delete unused method argument. NFC
Simon Atanasyan
2017-12-02
1
-8
/
+9
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
3
-17
/
+19
*
[llvm-readobj] Fix mismatched line endings
Zachary Turner
2017-11-30
1
-7
/
+7
*
Make TypeTableBuilder inherit from TypeCollection.
Zachary Turner
2017-11-29
1
-2
/
+2
*
Attempt to fix inscrutible build break...
David Blaikie
2017-11-16
1
-1
/
+1
*
llvm-readobj/ARMEHABIPrinter.h: Make this a real/modular header
David Blaikie
2017-11-16
1
-62
/
+79
*
Add ELF dynamic symbol support to yaml2obj/obj2yaml
Dave Lee
2017-11-16
1
-0
/
+1
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-8
/
+7
*
[tools] Add option to install binutils symlinks
Shoaib Meenai
2017-11-02
1
-0
/
+4
*
Inline compareAddr function into its only caller. NFCI.
Peter Collingbourne
2017-10-31
1
-2
/
+5
*
ELF: Add support for emitting dynamic relocations in the Android relocation p...
Peter Collingbourne
2017-10-27
1
-0
/
+6
*
llvm-readobj: Add support for reading relocations in the Android packed format.
Peter Collingbourne
2017-10-25
1
-5
/
+24
*
llvm-readobj: Print AMDGPU note contents
Konstantin Zhuravlyov
2017-10-14
3
-43
/
+35
*
llvm-readobj: Print AMDGPU note type names
Konstantin Zhuravlyov
2017-10-14
1
-2
/
+27
*
Convert a few ErrorOr to Expected.
Rafael Espindola
2017-10-11
1
-4
/
+4
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
AMDGPU: Add and set AMDGPU-specific e_flags
Konstantin Zhuravlyov
2017-10-05
1
-0
/
+9
*
AMDGPU: Add ELFOSABI_AMDGPU_MESA3D
Konstantin Zhuravlyov
2017-10-03
1
-2
/
+3
*
AMDGPU: Add ELFOSABI_AMDGPU_PAL
Konstantin Zhuravlyov
2017-10-03
1
-1
/
+2
*
[llvm-readobj][RISCV] Pretty-print RISCV e_flags
Alex Bradbury
2017-10-03
1
-0
/
+10
*
Add ELFOSABI_FIRST_ARCH, ELFOSABI_LAST_ARCH and start using those in llvm-rea...
Konstantin Zhuravlyov
2017-10-02
1
-10
/
+29
[next]