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
/
ELFLinkingContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-263
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-2
/
+2
*
[old ELF] Remove AMDGPU target
Tom Stellard
2016-01-11
1
-2
/
+0
*
[LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.
Rui Ueyama
2015-10-02
1
-1
/
+1
*
ELF: Add AMDGPU ReaderWriter
Tom Stellard
2015-08-27
1
-0
/
+2
*
[ELF] Protect write access to the ELFLinkingContext::_cidentSections by a mutex
Simon Atanasyan
2015-07-22
1
-1
/
+3
*
[Mips] Support MIPS big-endian 32/64-bits targets
Simon Atanasyan
2015-07-13
1
-0
/
+2
*
[ELF] Define __start_XXX/__stop_XXX symbols where XXX is a section name
Simon Atanasyan
2015-07-03
1
-0
/
+9
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-3
/
+0
*
[elf] Fix a silly memory leak. std::string has a non-trivial dtor.
Benjamin Kramer
2015-04-05
1
-4
/
+4
*
ELF: Make createWriterELF's type consistent with other functions.
Rui Ueyama
2015-04-02
1
-1
/
+1
*
ELF: Remove TargetHandlerBase by merging it with TargetHandler.
Rui Ueyama
2015-04-01
1
-1
/
+1
*
ELF: Add a comment about the sysroot path.
Rui Ueyama
2015-03-28
1
-3
/
+5
*
ELF: Do less if HAVE_CXXABI_H is not defined.
Rui Ueyama
2015-03-28
1
-9
/
+9
*
ELF: make code concise using "using".
Rui Ueyama
2015-03-28
1
-8
/
+12
*
ELF: Use C++11 non-member initialization.
Rui Ueyama
2015-03-27
1
-12
/
+0
*
[LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
2015-03-16
1
-1
/
+1
*
[ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
2015-03-14
1
-0
/
+11
*
LinkerScript: Add -T <scriptfile> option
Meador Inge
2015-03-13
1
-3
/
+3
*
Add SimpleAbsoluteAtom which is analogous to other Simple* atoms.
Rui Ueyama
2015-03-09
1
-17
/
+2
*
Add missing includes for make_unique, lld edition.
Benjamin Kramer
2015-03-02
1
-0
/
+1
*
[ELF] Set up initial live symbol(s) to avoid incorrect reclaim of atoms.
Davide Italiano
2015-02-27
1
-0
/
+4
*
[ELF] Teach GNU Driver about --stats.
Davide Italiano
2015-02-22
1
-1
/
+1
*
Remove YAML/Native round-trip passes.
Rui Ueyama
2015-02-20
1
-1
/
+0
*
[ELF] Demangle: don't expose raw info when getter is available.
Davide Italiano
2015-02-18
1
-1
/
+1
*
[ELF] Replace std::set with StringSet.
Shankar Easwaran
2015-02-13
1
-10
/
+0
*
[ELF] Insert wrap symbols into a set.
Shankar Easwaran
2015-02-12
1
-2
/
+3
*
[ELF] Support --wrap option
Shankar Easwaran
2015-02-12
1
-0
/
+9
*
[ELF] Implement --strip-all/-s
Davide Italiano
2015-02-08
1
-1
/
+2
*
Use make_unique.
Rui Ueyama
2015-02-06
1
-1
/
+1
*
[Cleanup] Remove member functions added to support nostdlib
Shankar Easwaran
2015-02-06
1
-2
/
+2
*
[ELF] Fix -nostdlib option.
Shankar Easwaran
2015-02-06
1
-2
/
+2
*
ELF: Don't use LayoutPass.
Rui Ueyama
2015-01-31
1
-4
/
+2
*
Remove remaining code for PPC ELF target.
Rui Ueyama
2015-01-30
1
-2
/
+0
*
ELF: Remove dead code.
Rui Ueyama
2015-01-29
1
-7
/
+6
*
[Mips] Teach LLD to recognize one more MIPS target triple - mips64el
Simon Atanasyan
2015-01-25
1
-0
/
+1
*
Fix the ELF shared library build targets - take 2
Greg Fitzgerald
2015-01-24
1
-32
/
+3
*
Revert " Fix the ELF shared library build targets"
Greg Fitzgerald
2015-01-23
1
-3
/
+32
*
Fix the ELF shared library build targets
Greg Fitzgerald
2015-01-23
1
-32
/
+3
*
[ELF] Minimal implementation for ARM static linking
Greg Fitzgerald
2015-01-21
1
-0
/
+5
*
[ELF] Make -init/-fini options compatible with the gnu linker
Simon Atanasyan
2014-12-10
1
-1
/
+1
*
[ELF] Fix max-page-size option.
Shankar Easwaran
2014-11-13
1
-2
/
+1
*
[ELF] Support -z max-page-size option
Shankar Easwaran
2014-11-10
1
-1
/
+2
*
[ELF] Support --no-align-segments.
Shankar Easwaran
2014-11-08
1
-1
/
+2
*
[ELF] Remove is64bits() and isLittlEndian().
Shankar Easwaran
2014-11-07
1
-2
/
+0
*
[ELF] Implement isLittleEndian for all architectures
Shankar Easwaran
2014-11-06
1
-5
/
+0
*
Remove #ifdef __FreeBSD
Rui Ueyama
2014-10-27
1
-4
/
+2
*
Use __cxa_demangle on FreeBSD to fix buildbots.
Rui Ueyama
2014-10-21
1
-1
/
+1
*
Assume cxxabi.h exists on FreeBSD
Rui Ueyama
2014-10-21
1
-1
/
+3
*
[ELF] Implement demangle.
Shankar Easwaran
2014-10-20
1
-6
/
+35
[next]