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
/
lld
/
ELF
/
EhFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-5
/
+7
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-65
/
+65
*
[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...
Fangrui Song
2019-03-29
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Avoid unnecessary buffer allocation and memcpy for compressed sections.
Rui Ueyama
2018-10-08
1
-2
/
+2
*
[ELF] Simplify read32. NFC
Fangrui Song
2018-03-30
1
-3
/
+2
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+0
*
De-template EhReader. NFC.
Rui Ueyama
2017-10-27
1
-24
/
+13
*
De-template elf::getObjMsg. NFC.
Rui Ueyama
2017-10-27
1
-1
/
+1
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes."
NAKAMURA Takumi
2017-09-20
1
-11
/
+6
*
Compact EhSectionPiece from 32 bytes to 16 bytes.
Rui Ueyama
2017-09-19
1
-6
/
+11
*
Rename EhSectionPiece::ID -> EhSectionPiece::Sec.
Rui Ueyama
2017-09-18
1
-2
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Change the error format to report corrupted .eh_frame.
Rui Ueyama
2017-04-01
1
-2
/
+2
*
Compute Config member function return values only once.
Rui Ueyama
2017-03-17
1
-3
/
+3
*
Define Config::isLE and Config::wordsize.
Rui Ueyama
2017-03-17
1
-1
/
+1
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-13
/
+10
*
Add a comment about the copy relocation.
Rui Ueyama
2017-02-19
1
-0
/
+1
*
Move getLocation from Relocations.cpp to InputSection.cpp.
Rui Ueyama
2016-11-25
1
-2
/
+1
*
[ELF] Print error location in .eh_frame parser
Eugene Leviant
2016-11-23
1
-44
/
+88
*
Split getFdeEncoding.
Rui Ueyama
2016-11-19
1
-10
/
+15
*
Fix typo in error message.
Rui Ueyama
2016-11-19
1
-1
/
+1
*
[ELF] Allow arbitrary code alignment in .eh_frame
Petr Hosek
2016-07-29
1
-3
/
+2
*
ELF: Handle empty CIE augmentation string
Ed Maste
2016-05-25
1
-1
/
+1
*
Create a new file EhFrame.cpp and move code to read .eh_frame there.
Rui Ueyama
2016-05-24
1
-0
/
+167