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
/
X86_64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
19
-1390
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
3
-3
/
+5
*
Set the folder for libraries to 'lld libraries'. NFC.
Pete Cooper
2016-01-07
2
-2
/
+2
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
1
-10
/
+10
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
1
-1
/
+2
*
[ELF/x86_64] Fix initial-exec TLS access
Adhemerval Zanella
2015-06-17
7
-16
/
+122
*
Revert unrelated chunk committed by accident in r236334.
Davide Italiano
2015-05-01
1
-1
/
+1
*
[ELF] Fix test for .init_array.
Davide Italiano
2015-05-01
1
-1
/
+1
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
2
-2
/
+2
*
ELF: Inline ELFReader typedefs which are used only once.
Rui Ueyama
2015-04-14
1
-5
/
+2
*
ELF: Remove ELFT and LinkingContext template parameters from ELFReader.
Rui Ueyama
2015-04-14
2
-4
/
+3
*
ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.
Rui Ueyama
2015-04-14
5
-30
/
+5
*
ELF: s/ELFTy/ELFT/ for consistency.
Rui Ueyama
2015-04-13
1
-3
/
+3
*
Remove redundant parentheses.
Rui Ueyama
2015-04-10
1
-3
/
+3
*
Remove redundant virtual on member functions marked 'override'.
David Blaikie
2015-04-08
1
-1
/
+1
*
[ELF] Remove redundant GOTFile classes
Simon Atanasyan
2015-04-08
2
-20
/
+7
*
[ELF] Do not save a reference to GOTFile instance in xxxWriter classes
Simon Atanasyan
2015-04-08
2
-13
/
+10
*
[ELF] Remove unused xxxWriter class fields
Simon Atanasyan
2015-04-07
1
-3
/
+2
*
[ELF] Remove redundant override methods which just call base class functions
Simon Atanasyan
2015-04-07
2
-8
/
+0
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
1
-1
/
+1
*
[ELF] Simplify adding default atoms
Simon Atanasyan
2015-04-07
2
-8
/
+0
*
Replace the `createImplicitFiles` method return type with `void`
Simon Atanasyan
2015-04-06
2
-5
/
+3
*
[ELF] Use override keyword instead of virtual
Simon Atanasyan
2015-04-06
2
-7
/
+7
*
ELF: Use short variable names in <Arch>RelocationHandlers.cpp.
Rui Ueyama
2015-04-04
1
-15
/
+15
*
ELF: Merge ELFTargets.h with ELFLinkingContext.h.
Rui Ueyama
2015-04-04
2
-2
/
+0
*
ELF: Return TargetRelocationHandler instead of <ArcH>TargetRelocationHandler.
Rui Ueyama
2015-04-04
1
-1
/
+1
*
ELF: Remove ELF{Object,DSO}Reader alias templates.
Rui Ueyama
2015-04-04
1
-3
/
+2
*
ELF: Remove <Arch>ELFReader.h. NFC.
Rui Ueyama
2015-04-03
2
-31
/
+8
*
ELF: Fix header file dependencies.
Rui Ueyama
2015-04-03
1
-1
/
+1
*
ELF: Pass file types instead of type traits to ELFObjectReader.
Rui Ueyama
2015-04-03
1
-10
/
+2
*
ELF: Remove partial class definitions of <Arch>LinkingContexts.
Rui Ueyama
2015-04-03
2
-2
/
+4
*
ELF: Remove <Arch>ELFFileCreateELFTraits::result_type.
Rui Ueyama
2015-04-02
1
-4
/
+2
*
ELF: Remove {AArch64,X86,X86_64}ELFFile because they are empty.
Rui Ueyama
2015-04-02
3
-38
/
+2
*
ELF: Replace empty classes with typedefs.
Rui Ueyama
2015-04-02
1
-15
/
+3
*
ELF: Remove a template parameter from ELF{Object,DOS}Reader constructors.
Rui Ueyama
2015-04-02
2
-3
/
+3
*
ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...
Rui Ueyama
2015-04-02
4
-17
/
+16
*
ELF: Move x86-64-only function from DefaultLayout to X86_64TargetLayout.
Rui Ueyama
2015-04-02
1
-2
/
+31
*
ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...
Rui Ueyama
2015-04-02
6
-19
/
+14
*
ELF: Remove <Arch>TargetHandler::kindString.
Rui Ueyama
2015-04-01
2
-11
/
+8
*
Use llvm::make_unique.
Rui Ueyama
2015-04-01
1
-2
/
+1
*
Use C++ non-static member initialization.
Rui Ueyama
2015-04-01
1
-7
/
+5
*
ELF: Remove TargetHandlerBase by merging it with TargetHandler.
Rui Ueyama
2015-04-01
4
-4
/
+5
*
ELF: Remove dead class that does nothing in class hierarchy.
Rui Ueyama
2015-03-31
1
-3
/
+1
*
ELF: Remove TargetHandler::getTargetLayout.
Rui Ueyama
2015-03-31
1
-4
/
+0
*
Replace *(uniqueptr.get()) with *uniqueptr.
Rui Ueyama
2015-03-31
1
-2
/
+2
*
Rename identifiers starting with an underscore and a uppercase letter.
Rui Ueyama
2015-03-31
1
-12
/
+12
*
Rename all caps class names.
Rui Ueyama
2015-03-27
2
-4
/
+4
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
4
-20
/
+17
*
Use llvm::make_unique.
Rui Ueyama
2015-03-26
2
-6
/
+6
*
Remove duplicate code and empty classes.
Rui Ueyama
2015-03-26
2
-19
/
+2
[next]