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
/
Atoms.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-495
/
+0
*
Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper
2016-02-01
1
-0
/
+2
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-2
/
+2
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
1
-1
/
+1
*
ELF: Simplify ELFDefinedAtom::contentType().
Rui Ueyama
2015-04-14
1
-1
/
+2
*
ELF: Split Atoms.h to Atoms.{h,cpp}.
Rui Ueyama
2015-04-14
1
-361
/
+22
*
Remove unused includes and forward declarations.
Rui Ueyama
2015-04-04
1
-0
/
+1
*
Use C++ non-static member initialization.
Rui Ueyama
2015-04-01
1
-12
/
+8
*
Rename all caps class names.
Rui Ueyama
2015-03-27
1
-4
/
+4
*
Remove this->.
Rui Ueyama
2015-03-27
1
-9
/
+7
*
[ARM] Handle mapping symbols
Denis Protivensky
2015-03-26
1
-3
/
+3
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-24
/
+11
*
[ELF] GLOBAL_OFFSET_TABLE is a hidden symbol
Shankar Easwaran
2015-03-20
1
-1
/
+1
*
Garbage collect an unused class in Atoms.h
Davide Italiano
2015-03-11
1
-30
/
+0
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
1
-12
/
+0
*
Remove duplicate code. NFC.
Rui Ueyama
2015-03-07
1
-1
/
+0
*
Remove else if a last block ends with return.
Rui Ueyama
2015-03-05
1
-14
/
+10
*
Remove redundant virtual destructor.
Rui Ueyama
2015-03-05
1
-3
/
+1
*
[ELF] Create a map from Reference to Symbol.
Shankar Easwaran
2015-02-23
1
-13
/
+6
*
[ELF] Add comments in the ELF reader
Shankar Easwaran
2015-02-23
1
-0
/
+2
*
[ELF] Add section group/COMDAT support.
Shankar Easwaran
2015-02-23
1
-0
/
+3
*
[ELF] Add .gnu.linkonce support.
Shankar Easwaran
2015-02-23
1
-3
/
+14
*
[ELF] Add symbol to ELFReference.
Shankar Easwaran
2015-02-22
1
-6
/
+13
*
[ELF] Remove FIXME(s) that are already fixed.
Shankar Easwaran
2015-02-21
1
-4
/
+2
*
Remove unused parameter.
Rui Ueyama
2015-02-07
1
-1
/
+1
*
Remove remaining code for PPC ELF target.
Rui Ueyama
2015-01-30
1
-5
/
+0
*
Use Reference::KindValue instead of uint16_t to pass and save a relocation kind
Simon Atanasyan
2015-01-27
1
-15
/
+15
*
[lld] Correct forming of ARM/Thumb atoms
Denis Protivensky
2015-01-27
1
-3
/
+13
*
[ELF] Minimal implementation for ARM static linking
Greg Fitzgerald
2015-01-21
1
-0
/
+5
*
ELF: Handle sh_addralign being set to zero
Will Newton
2015-01-20
1
-0
/
+3
*
[ELF] Remove isThumb().
Shankar Easwaran
2014-12-12
1
-2
/
+0
*
[ELF] Use getVisibility() function to access st_other field
Simon Atanasyan
2014-11-05
1
-4
/
+4
*
Fix warnings about missing override.
Rafael Espindola
2014-11-03
1
-6
/
+0
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-3
/
+0
*
Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"
Rui Ueyama
2014-10-09
1
-6
/
+1
*
[ELF] Only mark as DT_NEEDED libs that are strictly necessary
Rafael Auler
2014-10-08
1
-1
/
+6
*
[lld] [ELF] Support for general dynamic TLS relocations on X86_64
Rafael Auler
2014-09-29
1
-25
/
+0
*
[AArch64] Initial ELF/AArch64 Support
Chad Rosier
2014-08-13
1
-0
/
+5
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-1
/
+1
*
Re-submit r207884: Remove dead code
Rui Ueyama
2014-05-05
1
-7
/
+0
*
Revert "Remove dead code."
Rui Ueyama
2014-05-02
1
-0
/
+7
*
Remove dead code.
Rui Ueyama
2014-05-02
1
-7
/
+0
*
This is yet another case clang-modernize failed to add "override".
Rui Ueyama
2014-04-04
1
-6
/
+3
*
[ELF] Add "override" and remove "virtual".
Rui Ueyama
2014-03-28
1
-201
/
+143
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-1
/
+1
*
[C++11] Replace LLVM_OVERRIDE with just "override" now that we're all
Chandler Carruth
2014-03-02
1
-1
/
+1
*
[ELF] Add Target specific Readers.
Shankar Easwaran
2014-01-27
1
-69
/
+10
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-70
/
+45
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-51
/
+79
*
Add explictly exported atoms and export R_*_COPY'ed atoms.
Michael J. Spencer
2013-11-08
1
-0
/
+2
[next]