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
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
2
-8
/
+16
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
4
-26
/
+41
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
2
-12
/
+23
*
Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.
Rafael Espindola
2015-06-30
1
-1
/
+0
*
Use range loops. NFC.
Rafael Espindola
2015-06-30
1
-30
/
+24
*
Use range loop.
Rafael Espindola
2015-06-30
1
-8
/
+6
*
Use range loop.
Rafael Espindola
2015-06-30
1
-5
/
+4
*
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
2015-06-30
2
-21
/
+21
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
2
-4
/
+2
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-3
/
+1
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
4
-15
/
+6
*
Convert obj->getSymbolName to sym->getName.
Rafael Espindola
2015-06-29
1
-2
/
+1
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
1
-2
/
+5
*
Remove Elf_Sym_Iter.
Rafael Espindola
2015-06-29
2
-41
/
+37
*
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
Lang Hames
2015-06-26
6
-1
/
+178
*
AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
Tom Stellard
2015-06-26
1
-1
/
+7
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-7
/
+2
*
[Object][ELF] Add support for dumping dynamic relocations when sections are s...
Michael J. Spencer
2015-06-25
3
-3
/
+44
*
We don't need the targets to read objects.
Rafael Espindola
2015-06-25
2
-4
/
+0
*
Don't get confused with sections whose section number is reserved.
Rafael Espindola
2015-06-24
1
-3
/
+1
*
Support/ELF: Add EM_AMDGPU
Tom Stellard
2015-06-22
1
-1
/
+2
*
Make getRelocationSection MachO only.
Rafael Espindola
2015-06-19
1
-1
/
+1
*
Fix the build.
Rafael Espindola
2015-06-19
1
-1
/
+1
*
Improve the --expand-relocs handling of MachO.
Rafael Espindola
2015-06-18
1
-17
/
+29
*
[llvm-readobj] Print MIPS .reginfo section content
Simon Atanasyan
2015-06-16
3
-0
/
+35
*
Have the ELF symbol predicates match more directly the spec.
Rafael Espindola
2015-06-12
1
-2
/
+2
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
2
-2
/
+2
*
[llvm-readobj] Use the new symbol API.
Davide Italiano
2015-06-08
1
-7
/
+7
*
Fix the interpretation of a 0 st_name.
Rafael Espindola
2015-06-03
1
-9
/
+13
*
Simplify now that we always use an alignment of 2 for ELF files.
Rafael Espindola
2015-06-02
1
-5
/
+3
*
[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
Davide Italiano
2015-05-25
1
-0
/
+32
*
[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program header
Simon Atanasyan
2015-05-15
1
-0
/
+1
*
[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags
Simon Atanasyan
2015-05-08
2
-2
/
+24
*
[llvm-readobj] Print .MIPS.abiflags section content
Simon Atanasyan
2015-05-07
3
-1
/
+130
*
[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flags
Simon Atanasyan
2015-05-07
2
-4
/
+14
*
Remove unused variable, found with gcc-5.1 -Wunused-variable.
Patrik Hagglund
2015-04-27
1
-25
/
+0
*
[Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobj
Simon Atanasyan
2015-04-20
1
-0
/
+2
*
llvm-readobj: teach it to handle MachO Universal Archive correctly
David Blaikie
2015-04-13
1
-7
/
+6
*
[llvm-readobj] add support for macho universal binary.
Rafael Espindola
2015-03-24
1
-0
/
+17
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+1
*
Modify llvm-readobj to dump symbol record bytes.
Zachary Turner
2015-02-18
3
-14
/
+33
*
Add STB_GNU_UNIQUE to the ELF writer.
Rafael Espindola
2015-01-23
1
-3
/
+4
*
llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
Saleem Abdulrasool
2015-01-16
1
-0
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
llvm-readobj: add support to dump COFF export tables
Saleem Abdulrasool
2015-01-03
3
-0
/
+28
*
Correctly handle Tag_CPU_arch_profile.
Charlie Turner
2014-11-25
1
-1
/
+1
*
[llvm-readobj][NFC]
Colin LeMahieu
2014-11-19
1
-1
/
+2
*
llvm-readobj: fix off-by-one error in COFFDumper
Rui Ueyama
2014-11-19
1
-4
/
+1
*
llvm-readobj: teach it how to dump COFF base relocation table
Rui Ueyama
2014-11-19
3
-1
/
+40
*
llvm-readobj: Don't print the Characteristics field as the Subsystem
David Majnemer
2014-11-18
1
-1
/
+1
[next]