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
/
ELF
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary namespace specifiers.
Rui Ueyama
2016-05-02
1
-2
/
+2
*
Do not pass Symtab to markLive/doICF since Symtab is globally accessible.
Rui Ueyama
2016-05-02
1
-2
/
+2
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
1
-1
/
+2
*
ELF: --reproduce: Copy files referenced by linker scripts.
Rui Ueyama
2016-04-30
1
-1
/
+3
*
ELF: Make --reproduce to produce a response file.
Rui Ueyama
2016-04-30
1
-22
/
+1
*
ELF: Add -O0 (produce output as fast as possible) mode.
Rui Ueyama
2016-04-29
1
-1
/
+1
*
[ELF][MIPS] Accept MIPS 64-bit binaries
Simon Atanasyan
2016-04-29
1
-0
/
+7
*
Use a single context for lto.
Rafael Espindola
2016-04-28
1
-1
/
+7
*
Do not call hasArg and getLastArg for the same option.
Rui Ueyama
2016-04-28
1
-7
/
+6
*
ELF: Re-implement -u directly and remove CanKeepUndefined flag.
Peter Collingbourne
2016-04-27
1
-3
/
+1
*
Move utility functions to DriverUtils.cpp.
Rui Ueyama
2016-04-26
1
-28
/
+1
*
Handle Windows drive letters and ".." for --reproduce.
Rui Ueyama
2016-04-26
1
-21
/
+35
*
[ELF] Simplify. Pointed out by Rui Ueyama.
Davide Italiano
2016-04-26
1
-2
/
+1
*
[ELF] Introduce --reproduce flag.
Davide Italiano
2016-04-26
1
-0
/
+43
*
[ELF] Reinstate 'else' which was previously removed.
Davide Italiano
2016-04-24
1
-1
/
+2
*
[ELF] Simplify. Remove unneeded else. NFC.
Davide Italiano
2016-04-24
1
-2
/
+1
*
LTO: Merge -lto-no-discard-value-names with -save-temps.
Rui Ueyama
2016-04-22
1
-1
/
+0
*
ELF: Implement basic support for --version-script.
Peter Collingbourne
2016-04-22
1
-7
/
+11
*
Reorganize LinkerDriver::link and add comments. NFC.
Rui Ueyama
2016-04-22
1
-12
/
+9
*
ELF: Scan for undefined symbols in shlibs and symbols in dynamic lists before...
Peter Collingbourne
2016-04-22
1
-2
/
+3
*
ELF: Implement --export-dynamic-symbol.
Peter Collingbourne
2016-04-22
1
-0
/
+3
*
ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.
Peter Collingbourne
2016-04-22
1
-1
/
+1
*
[LTO] Discard names for values that are not global by default.
Davide Italiano
2016-04-21
1
-1
/
+1
*
[LTO] Discard names for Values that are not global.
Davide Italiano
2016-04-21
1
-0
/
+1
*
ELF: Template LinkerScript class.
Rui Ueyama
2016-04-20
1
-3
/
+8
*
[LTO] Implement parallel Codegen for LTO using splitCodeGen.
Davide Italiano
2016-04-15
1
-0
/
+3
*
Store a Symbol for EntrySym.
Rafael Espindola
2016-04-15
1
-1
/
+1
*
Fix warning about unused variable.
Rafael Espindola
2016-04-13
1
-3
/
+2
*
git-clang-format. NFC.
Rafael Espindola
2016-04-13
1
-1
/
+1
*
ELF: Implement --dynamic-list
Adhemerval Zanella
2016-04-13
1
-7
/
+25
*
[ELF] - Change -t implementation to print which archive members are used.
George Rimar
2016-04-13
1
-1
/
+1
*
Devide _gp in the same spot as other mips symbols. NFC.
Rafael Espindola
2016-04-12
1
-8
/
+0
*
Use EM_NONE instead of 0 to represent an invalid value. NFC.
Rui Ueyama
2016-04-07
1
-1
/
+1
*
ELF: Add --build-id=sha1 option.
Rui Ueyama
2016-04-07
1
-0
/
+2
*
ELF: Implement --build-id=md5.
Rui Ueyama
2016-04-07
1
-1
/
+11
*
ELF: Add --strip-debug option.
Rui Ueyama
2016-04-07
1
-2
/
+8
*
ELF: Add --no-gnu-unique option.
Rui Ueyama
2016-04-07
1
-0
/
+1
*
ELF: Implement --start-lib and --end-lib
Rui Ueyama
2016-04-07
1
-1
/
+10
*
Don't store an Elf_Sym for most symbols.
Rafael Espindola
2016-04-04
1
-35
/
+1
*
[LTO] Implement -disable-verify, which disables bitcode verification.
Davide Italiano
2016-04-03
1
-0
/
+1
*
[LTO] Reject invalid optimization levels.
Davide Italiano
2016-04-03
1
-0
/
+2
*
[LTO] Fix -save-temps in case -o is not specified.
Davide Italiano
2016-04-03
1
-3
/
+7
*
Rename a variable. NFC.
Rui Ueyama
2016-04-02
1
-2
/
+2
*
Do not return early.
Rui Ueyama
2016-04-02
1
-11
/
+10
*
Move code to initialize LLVM to one place.
Rui Ueyama
2016-04-02
1
-12
/
+19
*
Call cl::ParseCommandLineOptions from the driver.
Sean Silva
2016-04-02
1
-2
/
+4
*
Fix MSVC build after r265206
Sean Silva
2016-04-02
1
-0
/
+1
*
PR27104: Add -mllvm option
Sean Silva
2016-04-02
1
-0
/
+3
*
ELF: Correctly handle --whole-archive for thin archives.
Peter Collingbourne
2016-03-31
1
-1
/
+7
*
Define a utility function to read -O and lto-O options.
Rui Ueyama
2016-03-31
1
-12
/
+13
[next]