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
*
Symbols re-defined with -wrap and -defsym need to be excluded from inter-
Dmitry Mikulin
2017-06-05
1
-0
/
+1
*
[lld] Infer relocation model from module flags in relocatable LTO link.
Evgeniy Stepanov
2017-05-22
1
-1
/
+6
*
Revert r301897, "ELF: Set symbol binding to STB_GLOBAL when undefining symbol...
Peter Collingbourne
2017-05-03
1
-5
/
+0
*
ELF: Set symbol binding to STB_GLOBAL when undefining symbols during LTO.
Peter Collingbourne
2017-05-02
1
-0
/
+5
*
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
Peter Collingbourne
2017-03-28
1
-3
/
+1
*
Compute Config member function return values only once.
Rui Ueyama
2017-03-17
1
-1
/
+1
*
ELF: Add cache pruning support.
Peter Collingbourne
2017-03-17
1
-0
/
+3
*
LTO: Fix a potential race condition in the caching API.
Peter Collingbourne
2017-03-17
1
-4
/
+5
*
LTO: When creating a local cache, create the cache directory if it does not a...
Peter Collingbourne
2017-03-02
1
-4
/
+4
*
ELF: Add ThinLTO caching support.
Peter Collingbourne
2017-03-01
1
-5
/
+24
*
[ELF] - Allow the Code Model flag when using LTO
Martell Malone
2017-02-28
1
-0
/
+1
*
Do not store a computable attributes to Config.
Rui Ueyama
2017-02-14
1
-1
/
+1
*
[LTO] Add support for optimization remarks.
Davide Italiano
2017-02-13
1
-0
/
+4
*
add the ability to call InitTargetOptionsFromCodeGenFlags from multiple objects
Bob Haarman
2017-02-02
1
-1
/
+1
*
[ELF] Use SyntheticSections for Thunks
Peter Smith
2017-02-01
1
-10
/
+5
*
Revert "[ELF][ARM] Use SyntheticSections for Thunks"
Rui Ueyama
2017-01-28
1
-5
/
+10
*
[ELF][ARM] Use SyntheticSections for Thunks
Peter Smith
2017-01-27
1
-10
/
+5
*
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
[next]