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
/
DefaultLayout.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Delete empty TargetLayout class and rename DefaultLayout to TargetLayout
Simon Atanasyan
2015-04-03
1
-998
/
+0
*
ELF: Move x86-64-only function from DefaultLayout to X86_64TargetLayout.
Rui Ueyama
2015-04-02
1
-46
/
+0
*
ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator.
Rui Ueyama
2015-03-31
1
-2
/
+5
*
Use cast instead of dyn_cast in combination with llvm_unreachable.
Rui Ueyama
2015-03-28
1
-8
/
+7
*
Remove else after return.
Rui Ueyama
2015-03-27
1
-4
/
+3
*
Use lambda instead of defining a class with operator().
Rui Ueyama
2015-03-27
1
-9
/
+3
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-20
/
+19
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-4
/
+11
*
[ELF] Remove extraneous semicolon in DefaultLayout
Rafael Auler
2015-03-23
1
-1
/
+1
*
[ELF] OrderPass : Order atoms only by ordinals.
Shankar Easwaran
2015-03-20
1
-0
/
+55
*
[ELF] Use unordered_map for AdditionalSegments
Shankar Easwaran
2015-03-20
1
-3
/
+4
*
Make it compile with MSVC 2013.
Rui Ueyama
2015-03-17
1
-5
/
+6
*
[LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
2015-03-16
1
-20
/
+130
*
Revert "[ELF] Change few static functions."
Shankar Easwaran
2015-03-14
1
-1
/
+1
*
[ELF] Change few static functions.
Shankar Easwaran
2015-03-14
1
-1
/
+1
*
Use template aliases.
Rui Ueyama
2015-03-10
1
-2
/
+2
*
Remove "inline" from inlined functions.
Rui Ueyama
2015-03-04
1
-14
/
+11
*
[ELF][Writer] Use llvm::StringMap instead
Shankar Easwaran
2015-02-23
1
-1
/
+1
*
[ELF] Add section group/COMDAT support.
Shankar Easwaran
2015-02-23
1
-3
/
+4
*
[ELF][Writer] Use Path to create AtomSection.
Shankar Easwaran
2015-02-21
1
-21
/
+21
*
Remove unused parameters.
Rui Ueyama
2015-02-13
1
-2
/
+2
*
Remove class that really does nothing.
Rui Ueyama
2015-02-13
1
-10
/
+0
*
[ELF][Cleanup] Remove unused function
Shankar Easwaran
2015-02-12
1
-4
/
+0
*
[ELF] Remove stray semicolon
Shankar Easwaran
2015-02-06
1
-1
/
+0
*
[ELF] Speedup creating program headers.
Shankar Easwaran
2015-02-06
1
-4
/
+14
*
[ELF] Set order of ctors/dtors section
Shankar Easwaran
2015-02-01
1
-0
/
+2
*
[ELF] got/got.plt sections are handled as typeGOT
Shankar Easwaran
2015-02-01
1
-2
/
+0
*
[ELF] Adjust ELF header entry symbol value if this symbol is microMIPS encoded
Simon Atanasyan
2014-12-04
1
-5
/
+5
*
[ELF] Fix layout of output sections.
Shankar Easwaran
2014-11-30
1
-2
/
+6
*
[ELF] Rename align2 to alignment.
Shankar Easwaran
2014-11-30
1
-2
/
+2
*
[ELF] Create input and output section names
Shankar Easwaran
2014-11-30
1
-8
/
+24
*
[ELF] Rename MergedSection to OutputSection.
Shankar Easwaran
2014-11-30
1
-48
/
+44
*
Revert "[ELF] Sectionkey should also contain path."
Shankar Easwaran
2014-11-19
1
-18
/
+14
*
Revert "[ELF] Rename MergedSection to OutputSection."
Shankar Easwaran
2014-11-19
1
-44
/
+48
*
Revert "[ELF] Create input and output section names"
Shankar Easwaran
2014-11-19
1
-27
/
+8
*
[ELF] Handle ctors/dtors sections
Shankar Easwaran
2014-11-19
1
-4
/
+4
*
[ELF] Create input and output section names
Shankar Easwaran
2014-11-19
1
-8
/
+27
*
[ELF] Rename MergedSection to OutputSection.
Shankar Easwaran
2014-11-19
1
-48
/
+44
*
[ELF] Sectionkey should also contain path.
Shankar Easwaran
2014-11-19
1
-14
/
+18
*
[ELF] Change order of section match.
Shankar Easwaran
2014-11-11
1
-1
/
+1
*
[ELF] Fix values of linker created dynamic variables.
Shankar Easwaran
2014-11-10
1
-0
/
+3
*
[ELF] Remove includes that are not used
Shankar Easwaran
2014-11-06
1
-2
/
+0
*
[ELF] Use std::find_if instead
Shankar Easwaran
2014-11-06
1
-2
/
+0
*
[ELF] Fix program headers.
Shankar Easwaran
2014-11-04
1
-56
/
+20
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-3
/
+0
*
Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)
Rafael Auler
2014-10-09
1
-0
/
+11
*
Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"
Rui Ueyama
2014-10-09
1
-15
/
+1
*
[ELF] Only mark as DT_NEEDED libs that are strictly necessary
Rafael Auler
2014-10-08
1
-1
/
+15
*
[ELF] Fix inclusion of weak symbols in the dynamic symbol table
Rafael Auler
2014-10-08
1
-7
/
+22
*
[lld] [ELF] Support for general dynamic TLS relocations on X86_64
Rafael Auler
2014-09-29
1
-1
/
+10
[next]