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
/
lib
/
Object
/
ELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-readobj] - Remove an excessive helper for printing dynamic tags.
Georgii Rymar
2019-12-24
1
-1
/
+1
*
[llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART, SHT_LLVM_PART_EHDR and SHT...
Fangrui Song
2019-09-06
1
-0
/
+2
*
[Object/ELF.h] - Improve error reporting.
George Rimar
2019-07-05
1
-2
/
+7
*
[AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tags
Peter Smith
2019-06-04
1
-0
/
+10
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+1
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-0
/
+1
*
[ELF] Fix GCC8 warnings about "fall through", NFCI
Jonas Hahnfeld
2019-03-13
1
-0
/
+3
*
[llvm-objdump] Should print unknown d_tag in hex format
Xing GUO
2019-03-02
1
-3
/
+3
*
[ObjectYAML] Support SHT_MIPS_DWARF section type flag
Fangrui Song
2019-02-21
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Object] Rename getRelrRelocationType to getRelativeRelocationType
Fangrui Song
2018-12-14
1
-2
/
+2
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-15
1
-0
/
+7
*
Revert "[MSP430] Add MC layer"
Davide Italiano
2018-11-08
1
-7
/
+0
*
[MSP430] Add MC layer
Anton Korobeynikov
2018-11-08
1
-0
/
+7
*
llvm-readobj: Fix addend in relocations for android packed format
Peter Collingbourne
2018-08-15
1
-9
/
+6
*
[llvm-objdump] Add dynamic section printing to private-headers option
Paul Semel
2018-07-25
1
-0
/
+138
*
MC: Implement support for new .addrsig and .addrsig_sym directives.
Peter Collingbourne
2018-07-17
1
-0
/
+1
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-9
/
+0
*
[llvm-readobj] Add experimental support for SHT_RELR sections
Jake Ehrlich
2018-06-28
1
-0
/
+127
*
[MC] Add assembler support for .cg_profile.
Michael J. Spencer
2018-06-02
1
-0
/
+1
*
CodeGen: support an extension to pass linker options on ELF
Saleem Abdulrasool
2018-01-30
1
-0
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Revert r317046, "Object: Move some code from ELF.h into ELF.cpp."
Peter Collingbourne
2017-11-03
1
-263
/
+0
*
Object: Move some code from ELF.h into ELF.cpp.
Peter Collingbourne
2017-10-31
1
-0
/
+263
*
ELF: Add support for emitting dynamic relocations in the Android relocation p...
Peter Collingbourne
2017-10-27
1
-0
/
+2
*
llvm-readobj: Add support for reading relocations in the Android packed format.
Peter Collingbourne
2017-10-25
1
-0
/
+90
*
[ARC] Prepare the implementation of relocation for LLD
Leslie Zhai
2017-09-13
1
-0
/
+8
*
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
Peter Collingbourne
2017-06-14
1
-0
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-17
/
+17
*
Add llvm::object::getELFSectionTypeName().
Rafael Espindola
2017-05-02
1
-3
/
+63
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-24
1
-7
/
+6
*
[RISCV] Add RISC-V ELF defines
Alex Bradbury
2016-11-01
1
-0
/
+7
*
[AVR] Handle AVR relocations when handling ELF files
Dylan McKay
2016-09-28
1
-0
/
+7
*
BPF: Use official ELF e_machine value
Alexei Starovoitov
2016-07-15
1
-0
/
+6
*
Support/ELF: Add AMDGPU relocation definitions to match documentation
Tom Stellard
2016-06-17
1
-0
/
+7
*
[lanai] Add ELF enum value and relocations.
Jacques Pienaar
2016-03-01
1
-0
/
+7
*
[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
Dan Gohman
2016-01-12
1
-0
/
+7
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
1
-0
/
+1
*
Remove duplication of relocation names in lib/Object/ELF.cpp
Tim Northover
2014-11-21
1
-742
/
+14
*
AArch64: add support for dynamic-loader relocations
Tim Northover
2014-08-11
1
-0
/
+11
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-0
/
+1
*
[Mips] Add more relocation types and MIPS specific e_flags constants.
Simon Atanasyan
2014-05-20
1
-0
/
+10
*
[Sparc] Add support for sparc relocation types in ELF object file.
Venkatraman Govindaraju
2014-01-26
1
-0
/
+92
*
Support for microMIPS TLS relocations.
Zoran Jovanovic
2013-12-19
1
-0
/
+2
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
1
-0
/
+1
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
1
-0
/
+1
*
Support for microMIPS relocations 1.
Zoran Jovanovic
2013-10-23
1
-0
/
+11
*
Add back missing PPC relocation types.
Ulrich Weigand
2013-08-09
1
-0
/
+36
*
Add missing PPC64 relocation types.
Michael J. Spencer
2013-08-08
1
-0
/
+42
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-0
/
+623