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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GNU: Rename parseZOption because it actually parses only -z max-page-size.
Rui Ueyama
2015-02-10
1
-3
/
+3
*
Unittest: Do s/_context/_ctx/g.
Rui Ueyama
2015-02-10
4
-210
/
+210
*
GNU: Add --no-export-dynamic command line option.
Rui Ueyama
2015-02-10
3
-2
/
+17
*
Driver: move non-positional parameters out of switch. NFC.
Rui Ueyama
2015-02-10
1
-198
/
+172
*
Use override rather than virtual.
Rui Ueyama
2015-02-10
1
-1
/
+1
*
GNU: Use StringRef::empty instead of a boolean flag.
Rui Ueyama
2015-02-10
2
-8
/
+7
*
Driver: use hasArg instead of getLastArg if return value is not used.
Rui Ueyama
2015-02-10
1
-14
/
+14
*
[ELF][ARM] Add veneer generation to branch instructions
Denis Protivensky
2015-02-10
4
-2
/
+488
*
Driver: Replace switch cases with ifs.
Rui Ueyama
2015-02-10
1
-330
/
+272
*
Remove trailing space.
Rui Ueyama
2015-02-10
1
-6
/
+6
*
[ELF] Implement --strip-all/-s
Davide Italiano
2015-02-08
6
-2
/
+127
*
Remove unused parameter.
Rui Ueyama
2015-02-07
3
-3
/
+3
*
PECOFF: Move error check for invalid command line combination to validateImpl.
Rui Ueyama
2015-02-06
3
-6
/
+11
*
Use make_unique.
Rui Ueyama
2015-02-06
13
-31
/
+28
*
Remove unused #include.
Rui Ueyama
2015-02-06
1
-1
/
+0
*
ELF: Split OrderPass::compareInitFini for readability. NFC.
Rui Ueyama
2015-02-06
1
-18
/
+15
*
[Revert] [ELF] Determine default search directories from Context
Shankar Easwaran
2015-02-06
4
-15
/
+17
*
Revert "[Core] Update ContentPermissions"
Shankar Easwaran
2015-02-06
1
-8
/
+8
*
[Core] Update ContentPermissions
Shankar Easwaran
2015-02-06
1
-8
/
+8
*
[ELF][TODO] Update TODO.
Shankar Easwaran
2015-02-06
1
-1
/
+3
*
[Cleanup] Remove member functions added to support nostdlib
Shankar Easwaran
2015-02-06
5
-21
/
+14
*
[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
*
[Core] Remove roundTripPass() function.
Shankar Easwaran
2015-02-06
3
-28
/
+5
*
[ELF] Fix -nostdlib option.
Shankar Easwaran
2015-02-06
4
-5
/
+27
*
Add methods to get archive file name from member file.
Rui Ueyama
2015-02-05
2
-5
/
+21
*
Cleanup. NFC.
Rui Ueyama
2015-02-05
2
-9
/
+9
*
MachO: Move LayoutPass to MachO directory.
Rui Ueyama
2015-02-05
11
-170
/
+47
*
PECOFF: Fix I386_DIR32 relocation to an absolute symbol
Rui Ueyama
2015-02-05
4
-5
/
+31
*
[ELF] Dont discard sections in the input file.
Shankar Easwaran
2015-02-05
2
-10
/
+53
*
[ELF] Dont release ownership of MemoryBuffer.
Shankar Easwaran
2015-02-05
2
-2
/
+2
*
lldReaderWriter.a depends on lldCore.a so make sure
Eric Christopher
2015-02-05
1
-1
/
+1
*
The PPC lld backend has been removed, don't require it here.
Eric Christopher
2015-02-05
1
-1
/
+1
*
Add a comment to Lexer::canContinueNumber.
Rui Ueyama
2015-02-04
1
-0
/
+1
*
Early return. NFC.
Rui Ueyama
2015-02-04
1
-16
/
+15
*
Style cleanup in compareByPosition().
Davide Italiano
2015-02-04
1
-7
/
+2
*
Simplify large switches.
Rui Ueyama
2015-02-04
1
-54
/
+5
*
Avoid two function calls of file() when not needed.
Davide Italiano
2015-02-03
1
-2
/
+5
*
ELF: Support INPUT linker script directive
Rui Ueyama
2015-02-03
4
-26
/
+60
*
Make ELFLinkingContext own LinkerScript buffers
Rafael Auler
2015-02-03
5
-24
/
+44
*
[lld][ARM] Add relocations to perform function calls
Denis Protivensky
2015-02-03
9
-15
/
+732
*
ELF: Improve linker script unit tests.
Rui Ueyama
2015-02-03
3
-61
/
+52
*
[ELF] Implement action for OUTPUT linker script command
Davide Italiano
2015-02-02
2
-3
/
+16
*
[ELF] Support for parsing OUTPUT command in LinkerScript
Davide Italiano
2015-02-02
3
-0
/
+61
*
[ELF] Determine default search directories from Context.
Shankar Easwaran
2015-02-02
4
-17
/
+16
*
[test] Add test for section groups and deadstrip
Shankar Easwaran
2015-02-01
1
-0
/
+92
*
Remove trailing whitespace introduced in r227709.
Davide Italiano
2015-02-01
1
-1
/
+1
*
[ELF] Don't compare an atom with itself in compareByPosition().
Davide Italiano
2015-02-01
1
-0
/
+4
*
[ELF] Implement semantic action for ENTRY linker script command.
Davide Italiano
2015-02-01
2
-0
/
+15
*
[ELF] Set order of ctors/dtors section
Shankar Easwaran
2015-02-01
2
-1
/
+3
[next]