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
/
LTO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ELF: Simplify naming of object files created with save-temps.
Peter Collingbourne
2017-01-26
1
-1
/
+1
*
Remove error(error_code, const Twine &).
Rui Ueyama
2017-01-12
1
-1
/
+1
*
[ELF] Add support for thunks to undefined non-weak symbols
Peter Smith
2017-01-04
1
-5
/
+10
*
Introduce StringRefZ class to represent null-terminated strings.
Rui Ueyama
2016-11-29
1
-2
/
+2
*
[ELF] Be compliant with LLVM and rename Lto into LTO. NFCI.
Davide Italiano
2016-11-26
1
-10
/
+10
*
[LTO] Remove a check on datalayout.
Davide Italiano
2016-11-22
1
-3
/
+0
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Create a vector containing all input sections.
Rui Ueyama
2016-11-05
1
-1
/
+1
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-05
1
-2
/
+20
*
Consolidate BumpPtrAllocators.
Rui Ueyama
2016-10-28
1
-2
/
+1
*
Reduce the number of allocators.
Rafael Espindola
2016-10-26
1
-1
/
+2
*
[ELF] - Applied clang format. NFC.
George Rimar
2016-10-20
1
-1
/
+1
*
[LTO] Split the options for ThinLTO jobs and Regular LTO partitions
Davide Italiano
2016-10-10
1
-3
/
+4
*
[LTO/Thin] Make the number of threads to run in the BE configurable.
Davide Italiano
2016-10-10
1
-1
/
+3
*
Remove HasError check after lto::LTO::run.
Rui Ueyama
2016-09-29
1
-8
/
+3
*
Remove a return type that can be trivially easily.
Rui Ueyama
2016-09-29
1
-2
/
+1
*
Rename "void check(Error)".
Rui Ueyama
2016-09-29
1
-3
/
+10
*
Rename warning -> warn.
Rui Ueyama
2016-09-29
1
-1
/
+1
*
Remove unused #includes.
Rui Ueyama
2016-09-29
1
-21
/
+0
*
[LTO] Fully qualify make_unique to make MSVC happy.
Davide Italiano
2016-09-29
1
-1
/
+1
*
[ELF/LTO] Switch to the new resolution-based API.
Davide Italiano
2016-09-29
1
-251
/
+79
*
[LTO] Add a test for invalid alias analysis pipelines.
Davide Italiano
2016-09-24
1
-1
/
+1
*
Simplify InputFile ownership management.
Rui Ueyama
2016-09-14
1
-3
/
+3
*
Internalize common variables.
Rafael Espindola
2016-08-31
1
-3
/
+6
*
Delete DefinedBitcode.
Rafael Espindola
2016-08-31
1
-2
/
+4
*
[LTO] Simplify unnamed_addr handling logic. NFCI.
Davide Italiano
2016-08-31
1
-6
/
+3
*
[LTO] Fix the logic for dropping unnamed_addr.
Davide Italiano
2016-08-30
1
-0
/
+6
*
Add a pointer to a source file to SymbolBody.
Rui Ueyama
2016-07-17
1
-2
/
+3
*
Remove redundant namespace specifiers.
Rui Ueyama
2016-07-16
1
-4
/
+4
*
ELF: Remove member variables that are used only in one function.
Rui Ueyama
2016-07-15
1
-3
/
+3
*
Inline a vairable that is used only once. NFC.
Rui Ueyama
2016-07-15
1
-6
/
+4
*
ELF: Simplify path constructions for -save-temps. NFC.
Rui Ueyama
2016-07-15
1
-14
/
+16
*
ELF: Make check() always return a value.
Rui Ueyama
2016-07-15
1
-8
/
+10
*
ELF: Update #include path for D22173.
Peter Collingbourne
2016-07-14
1
-1
/
+1
*
[LTO] Update after API change in LLVM. NFC.
Davide Italiano
2016-06-22
1
-1
/
+1
*
[LTO] Include ASM undefs in llvm.compiler_used.
Davide Italiano
2016-06-22
1
-4
/
+27
*
Revert "Revert "Add a test showing that lto produces relaxable relocations.""
Rafael Espindola
2016-06-21
1
-0
/
+4
*
Merge two if(s) into one, simplifying the code.
Davide Italiano
2016-06-11
1
-5
/
+1
*
[LTO] Add --lto-aa-pipeline.
Davide Italiano
2016-06-02
1
-0
/
+7
*
[LTO] Fix (incorrect) TLS attribute mismatch.
Davide Italiano
2016-06-01
1
-1
/
+1
*
Update LLD for D20550.
Peter Collingbourne
2016-05-27
1
-2
/
+6
*
Sort includes, and don't look into system headers.
Davide Italiano
2016-05-15
1
-1
/
+1
*
[LTO] Add the ability to specify a subset of passes to run.
Davide Italiano
2016-05-15
1
-4
/
+61
*
Move undefine to a separate function.
Peter Collingbourne
2016-05-12
1
-1
/
+5
*
[LTO] Don't crash on old DebugInfo.
Davide Italiano
2016-05-11
1
-0
/
+5
*
ELF: Undefine all symbols, not just those that we expect to be defined.
Peter Collingbourne
2016-05-05
1
-22
/
+21
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
1
-13
/
+26
*
Use a single context for lto.
Rafael Espindola
2016-04-28
1
-10
/
+4
*
Sort includes. NFC.
Rafael Espindola
2016-04-27
1
-1
/
+1
*
LTO: Merge -lto-no-discard-value-names with -save-temps.
Rui Ueyama
2016-04-22
1
-1
/
+5
[prev]
[next]