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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Move out .ARM.exidx related things to ARM backend
Denis Protivensky
2015-05-26
1
-1
/
+0
*
[ELF] Add support for -z origin/now options.
Davide Italiano
2015-05-26
1
-0
/
+11
*
[lld] Manage atom ordinals in the File class rather than using a static counter.
Lang Hames
2015-05-22
2
-4
/
+10
*
[LLD] Make lastOrdinal atomic to avoid race conditions.
Lang Hames
2015-05-20
1
-1
/
+2
*
[LLD] Fix an out-of-order-initialization bug that was introduced in r237841 by
Lang Hames
2015-05-20
1
-1
/
+1
*
[LLD] Revert r237842 - it went in without a proper commit message.
Lang Hames
2015-05-20
1
-1
/
+1
*
y
Lang Hames
2015-05-20
1
-1
/
+1
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
1
-0
/
+4
*
[LLD] Add a mutex to prevent concurrent modification of the dylib maps in
Lang Hames
2015-05-13
1
-0
/
+1
*
[ARM] Generation of .ARM.exidx/.ARM.extab sections
Leny Kholodov
2015-05-08
1
-0
/
+1
*
[ELF] Initialize the _outputMagic class field using default value
Simon Atanasyan
2015-05-08
1
-1
/
+1
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-27
1
-2
/
+1
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-24
2
-1
/
+3
*
Simplify parseMemberFiles to take a single file.
Rafael Espindola
2015-04-24
1
-1
/
+1
*
Return ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-2
/
+2
*
Remove unused enum value. NFC.
Rafael Espindola
2015-04-24
1
-1
/
+0
*
Return an ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-3
/
+2
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
1
-4
/
+4
*
[GNU/ELF] Add support for -X/--discard-locals.
Davide Italiano
2015-04-20
1
-0
/
+5
*
[GNU/ELF] Add support for -x/--discard-all.
Davide Italiano
2015-04-18
1
-0
/
+5
*
Use C++11 non-static member initialization.
Rui Ueyama
2015-04-17
1
-6
/
+4
*
ELF: Remove ELFT and LinkingContext template parameters from ELFReader.
Rui Ueyama
2015-04-14
1
-0
/
+1
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-0
/
+1
*
ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.
Rui Ueyama
2015-04-14
1
-0
/
+5
*
Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."
Nico Weber
2015-04-11
1
-2
/
+3
*
PECOFF: Use C++11 braced init list to make Version objects.
Rui Ueyama
2015-04-10
1
-3
/
+2
*
Use C++11 non-static member initialization.
Rui Ueyama
2015-04-10
1
-8
/
+4
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
2
-3
/
+3
*
Remove the Native file format.
Rui Ueyama
2015-04-10
5
-30
/
+7
*
[Mips] Add -pcrel-eh-reloc command line option
Simon Atanasyan
2015-04-10
1
-0
/
+5
*
ELF: Move Hexagon linker helper function to Hexagon directory.
Rui Ueyama
2015-04-10
1
-37
/
+0
*
Remove dead code.
Rui Ueyama
2015-04-10
1
-20
/
+0
*
AtomVector: Reorder member orders to use template alias in AtomRange.
Rui Ueyama
2015-04-08
1
-11
/
+9
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
3
-44
/
+42
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
2
-28
/
+25
*
Add begin() and end() to atom_collection that returns non-const iterators.
Rui Ueyama
2015-04-08
1
-3
/
+8
*
Replace atom_iterator with a template alias.
Rui Ueyama
2015-04-08
1
-57
/
+6
*
Merge atom_collection_vector with atom_collection.
Rui Ueyama
2015-04-08
3
-54
/
+40
*
Remove atom_collection_empty class.
Rui Ueyama
2015-04-08
1
-22
/
+4
*
vec.data() and vec.data() + vec.size() are both safe even if the vector is em...
Rui Ueyama
2015-04-08
1
-4
/
+2
*
Remove unused typedefs.
Rui Ueyama
2015-04-08
1
-12
/
+0
*
Define SimpleFile::addAtom for concrete atom types.
Rui Ueyama
2015-04-07
1
-18
/
+23
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
5
-31
/
+11
*
Fix a very silly typo in my previous commit. I need more coffee.
Davide Italiano
2015-04-06
1
-1
/
+1
*
[GNU] Implement --enable-new-dtags/--disable-new-dtags
Davide Italiano
2015-04-06
1
-0
/
+13
*
Replace the `createImplicitFiles` method return type with `void`
Simon Atanasyan
2015-04-06
4
-5
/
+4
*
ELF: Merge ELFTargets.h with ELFLinkingContext.h.
Rui Ueyama
2015-04-04
2
-29
/
+9
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
1
-4
/
+2
*
ELF: Define mergeHeaderFlags to ELFLinkingContext.
Rui Ueyama
2015-04-04
1
-0
/
+8
*
ELF: Remove partial class definitions of <Arch>LinkingContexts.
Rui Ueyama
2015-04-03
1
-16
/
+7
[next]