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
/
PECOFF
Commit message (
Expand
)
Author
Age
Files
Lines
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
21
-5470
/
+0
*
Fix -Wextra-semi.
Rui Ueyama
2015-07-23
2
-4
/
+4
*
Fix undefined behaviour exposed by the new -Wshift-negative-value warning.
Davide Italiano
2015-07-07
1
-1
/
+1
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
9
-29
/
+29
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
9
-18
/
+28
*
Update for llvm api change.
Rafael Espindola
2015-06-13
1
-6
/
+5
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-24
2
-2
/
+2
*
Return an ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
2
-10
/
+11
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
2
-10
/
+8
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-1
/
+1
*
Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."
Nico Weber
2015-04-11
1
-6
/
+8
*
PECOFF: Use C++11 braced init list to make Version objects.
Rui Ueyama
2015-04-10
1
-8
/
+6
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-4
/
+4
*
Remove the Native file format.
Rui Ueyama
2015-04-10
2
-6
/
+5
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
3
-17
/
+17
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
3
-9
/
+9
*
Merge atom_collection_vector with atom_collection.
Rui Ueyama
2015-04-08
3
-7
/
+7
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
9
-22
/
+22
*
Replace the `createImplicitFiles` method return type with `void`
Simon Atanasyan
2015-04-06
1
-3
/
+1
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
2
-5
/
+3
*
Remove Makefiles.
Rui Ueyama
2015-03-26
1
-14
/
+0
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
6
-15
/
+13
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
PECOFF: Reduce import table size.
Rui Ueyama
2015-03-24
1
-6
/
+19
*
PECOFF: Do not copy all undefined symbols to a set. NFC.
Rui Ueyama
2015-03-18
1
-12
/
+8
*
Remove unused parameter.
Rui Ueyama
2015-03-18
1
-7
/
+3
*
PECOFF: Make FileCOFF:findAtomAt from O(n) to O(1).
Rui Ueyama
2015-03-16
1
-19
/
+18
*
[ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
2015-03-14
1
-42
/
+8
*
Fix the local variable naming I used in r231765 to follow the LLD coding
Chandler Carruth
2015-03-10
1
-4
/
+4
*
Fix a bug where the code would use subscript a std::vector with the size
Chandler Carruth
2015-03-10
1
-6
/
+7
*
Add SimpleAbsoluteAtom which is analogous to other Simple* atoms.
Rui Ueyama
2015-03-09
3
-21
/
+3
*
Remove COFFReference and use SimpleReference instead.
Rui Ueyama
2015-03-09
5
-62
/
+47
*
PECOFF: Create layout-afters instead of layout-befores.
Rui Ueyama
2015-03-09
1
-3
/
+3
*
PECOFF: Define and use BaseReloc type instead of std::pair.
Rui Ueyama
2015-03-08
1
-33
/
+29
*
Re-commit r231545: PECOFF: Do not add extraneous symbols to the dead strip root
Rui Ueyama
2015-03-08
1
-5
/
+3
*
PECOFF: Fix off-by-one error.
Rui Ueyama
2015-03-08
1
-1
/
+1
*
PECOFF: Parallelize base relocation creation.
Rui Ueyama
2015-03-08
1
-29
/
+31
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
1
-3
/
+0
*
Revert r231545 to unbreak buildbot.
Rui Ueyama
2015-03-08
1
-3
/
+5
*
PECOFF: Do not add extraneous symbols to the dead strip root.
Rui Ueyama
2015-03-07
1
-5
/
+3
*
Remove unused typedefs.
Rui Ueyama
2015-03-07
1
-5
/
+0
*
Use multimap<T, U> instead of map<T, set<U>>. NFC.
Rui Ueyama
2015-03-07
1
-11
/
+6
*
PECOFF: Optimize the writer using parallel_for.
Rui Ueyama
2015-03-06
1
-8
/
+11
*
PECOFF: Update comments on .drectve section encoding.
Rui Ueyama
2015-03-04
1
-6
/
+4
*
PECOFF: Do not add layout-after edges.
Rui Ueyama
2015-03-04
2
-19
/
+8
*
Define DefinedAtom::sectionSize.
Rui Ueyama
2015-03-04
2
-20
/
+24
*
Make File non-const in the resolver.
Rui Ueyama
2015-03-04
1
-2
/
+2
*
Fix -Wcast-qual warning.
Rui Ueyama
2015-03-03
1
-1
/
+1
*
Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.
Rui Ueyama
2015-03-02
3
-3
/
+6
*
Add missing includes for make_unique, lld edition.
Benjamin Kramer
2015-03-02
3
-0
/
+3
[next]