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
/
Driver
/
Drivers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-303
/
+0
*
Fix "control reaches end of non-void function" compiling lld on gcc.
Andy Gibbs
2013-03-19
1
-1
/
+2
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-1
/
+1
*
[Driver][GNULD] Lookup .so files and default to dynamic output.
Michael J. Spencer
2013-02-19
1
-0
/
+19
*
[Core,Driver,ELF] Differentiate static and dynamic executables.
Michael J. Spencer
2013-02-14
1
-0
/
+13
*
add merge strings option, this temporarily fixes the problem bringing up hell...
Shankar Easwaran
2013-02-13
1
-0
/
+4
*
[Driver] Add -L and -l support.
Michael J. Spencer
2013-02-07
1
-3
/
+34
*
[Driver] Replace Target with TargetInfo. Simplify LinkerInput.
Michael J. Spencer
2013-02-07
1
-1
/
+1
*
[ELF] Use entry point from LinkerOptions.
Michael J. Spencer
2013-01-28
1
-3
/
+0
*
Move everything over to TargetInfo.
Michael J. Spencer
2013-01-23
1
-1
/
+2
*
Add {,ELF,MachO}TargetInfo.
Michael J. Spencer
2013-01-22
1
-1
/
+1
*
Replace the 'final' keyword with 'LLVM_FINAL' as GCC 4.6 doesn't support
Chandler Carruth
2013-01-19
1
-1
/
+1
*
add noinhibit exec option
Shankar Easwaran
2013-01-11
1
-0
/
+4
*
[lld] Add support for -mllvm.
Michael J. Spencer
2013-01-08
1
-0
/
+27
*
[lld] Add -emit-yaml option. This outputs yaml instead of a binary.
Michael J. Spencer
2013-01-07
1
-0
/
+4
*
[Driver] Add -flavor core support. This will be tested by other tests using -...
Michael J. Spencer
2013-01-05
1
-0
/
+17
*
Fix build issue when building lld against libstdc++ 4.7
Andy Gibbs
2012-12-22
1
-1
/
+1
*
[Driver] Properly handle -entry for X86 Linux.
Michael J. Spencer
2012-12-09
1
-1
/
+2
*
[Driver] Add -### support for printing out the core command line.
Michael J. Spencer
2012-12-09
1
-0
/
+6
*
Remove left over debugging output.
Michael J. Spencer
2012-12-09
1
-2
/
+0
*
Add the core architecture for the lld driver.
Michael J. Spencer
2012-12-08
1
-0
/
+180