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
/
lib
/
ReaderWriter
/
ELF
/
File.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Rename File.h to ELFFile.h to avoid confusion.
Shankar Easwaran
2014-01-26
1
-831
/
+0
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-16
/
+16
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-29
/
+27
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-38
/
+53
*
Fix "doesnot", "endsup" typos and "lets" grammar issues
Alp Toker
2013-12-02
1
-2
/
+2
*
Fix a variety of typos in function names and comments
Alp Toker
2013-12-01
1
-2
/
+2
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-1
/
+1
*
Replace ErrorOr<void> with error_code.
Rafael Espindola
2013-11-05
1
-8
/
+8
*
[ELF] Set ordinals properly to all atoms.
Shankar Easwaran
2013-10-18
1
-1
/
+3
*
[ELF] Fix Atoms in the same file had overlapping ordinals.
Shankar Easwaran
2013-10-11
1
-2
/
+1
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-1
/
+1
*
[ELF] Fix uninitalized value.
Michael J. Spencer
2013-10-03
1
-0
/
+2
*
[lld][ELF] Handle multiple weak symbols
Shankar Easwaran
2013-09-13
1
-7
/
+6
*
[lld] Remove bitfield for boolean members
Shankar Easwaran
2013-09-03
1
-1
/
+1
*
[lld][LinkingContext] Atoms created from command line options should be avail...
Shankar Easwaran
2013-08-31
1
-0
/
+73
*
[lld][ELF] process fini_array sections
Shankar Easwaran
2013-08-25
1
-1
/
+3
*
[lld][ELF] Dont ignore zero sized sections.
Shankar Easwaran
2013-08-23
1
-3
/
+1
*
[lld][ELF][Cleanup] Section associated with the relocation traversed
Shankar Easwaran
2013-08-23
1
-10
/
+6
*
[lld] handle typeZeroFill atoms in ELF/Native/YAML
Shankar Easwaran
2013-08-23
1
-2
/
+5
*
Update to llvm changes.
Michael J. Spencer
2013-08-08
1
-129
/
+130
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-12
/
+15
*
Fix typo in comment. Found by -Wdocumentation.
Benjamin Kramer
2013-06-16
1
-2
/
+2
*
[ELF] Remove unused parameter from ELFReference c'tor.
Rui Ueyama
2013-06-12
1
-2
/
+2
*
[ELF] Refactor File.h.
Rui Ueyama
2013-06-10
1
-211
/
+217
*
Fix handling of files without a symbol table.
Rafael Espindola
2013-06-07
1
-1
/
+5
*
Update for llvm's r183337.
Rafael Espindola
2013-06-05
1
-1
/
+1
*
[ELF][Reader] Kind in this context refers to File::Kind. Qualify with Referen...
Michael J. Spencer
2013-05-28
1
-2
/
+2
*
[lld][ELF] set ordinals for mergeAtoms and fix testcase
Shankar Easwaran
2013-05-10
1
-6
/
+7
*
[lld][ELF] fix build failure
Shankar Easwaran
2013-05-07
1
-1
/
+0
*
[lld][ELF] split ELF reader into multiple functions for readability (no chang...
Shankar Easwaran
2013-05-07
1
-114
/
+190
*
[lld][ELF] reduce the number of symbols emitted in the symbol table
Shankar Easwaran
2013-05-01
1
-6
/
+6
*
[lld][ELF] continue on finding a section with no symbols, tests already present
Shankar Easwaran
2013-04-30
1
-0
/
+1
*
[ELF] fix atom order
Shankar Easwaran
2013-04-04
1
-5
/
+12
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-1
/
+1
*
Update for API change for handling mips64el.
Rafael Espindola
2013-04-03
1
-2
/
+10
*
[ELF] Cache contentType and permissions.
Michael J. Spencer
2013-03-28
1
-1
/
+4
*
[ELF][Reader][Perf] Only do loookup once.
Michael J. Spencer
2013-03-20
1
-2
/
+3
*
[ELF][Reader] Refactor how relocations are read. Improves performance.
Michael J. Spencer
2013-03-20
1
-20
/
+23
*
Devirtualize File::kind.
Michael J. Spencer
2013-03-20
1
-3
/
+2
*
Set ordinals correctly.
Michael J. Spencer
2013-03-20
1
-3
/
+0
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-12
/
+12
*
[ELF][Writer] Let std::vector handle allocating space instead of reserving ti...
Michael J. Spencer
2013-03-13
1
-6
/
+0
*
[ELF] Order weak symbols properly
Shankar Easwaran
2013-03-06
1
-19
/
+59
*
add changes for typeDataFast
Shankar Easwaran
2013-02-22
1
-8
/
+6
*
functionality to handle global atoms in Merge sections
Shankar Easwaran
2013-02-20
1
-14
/
+27
*
fix the mergeable string atom, when the target points to a symbol which is at...
Shankar Easwaran
2013-02-13
1
-6
/
+13
*
add merge strings option, this temporarily fixes the problem bringing up hell...
Shankar Easwaran
2013-02-13
1
-15
/
+21
*
add support for merging common strings
Shankar Easwaran
2013-02-12
1
-10
/
+171
*
[ELF] Add support for reading dynamic libraries.
Michael J. Spencer
2013-02-11
1
-10
/
+0
*
add changes for layoutafter/layoutbefore/ingroup/layoutpass and test cases
Shankar Easwaran
2013-02-07
1
-2
/
+35
[next]