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
/
llvm
/
test
/
ThinLTO
Commit message (
Expand
)
Author
Age
Files
Lines
*
ModuleSummaryAnalysis: Correctly handle all function operand references.
Peter Collingbourne
2017-09-07
2
-0
/
+47
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
3
-3
/
+3
*
[lib/Analysis] - Mark personality functions as live.
George Rimar
2017-08-22
4
-0
/
+95
*
Emit only A Single Opt Remark When Inlining
Sam Elliott
2017-08-21
2
-0
/
+20
*
Revert "Emit only A Single Opt Remark When Inlining"
Sam Elliott
2017-08-20
2
-20
/
+0
*
Emit only A Single Opt Remark When Inlining
Sam Elliott
2017-08-20
2
-0
/
+20
*
[llvm] Get rid of "%T" expansions
Kuba Mracek
2017-08-15
1
-6
/
+6
*
Fix thinlto cache key computation for cfi-icall.
Evgeniy Stepanov
2017-08-09
2
-0
/
+64
*
ThinLTO: Don't import aliases of any kind (even linkonce_odr)
David Blaikie
2017-07-27
2
-82
/
+13
*
ThinLTO Minimized Bitcode File Size Reduction
Haojie Wang
2017-07-21
1
-0
/
+20
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-2
/
+2
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-1
/
+1
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
1
-0
/
+29
*
Move summary dead stripping before regular LTO.
Evgeniy Stepanov
2017-06-02
1
-1
/
+15
*
[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm.
Tim Shen
2017-06-01
1
-1
/
+1
*
[PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.
Chandler Carruth
2017-06-01
1
-4
/
+2
*
[ThinLTO] Do not assert when adding a module with a different but
Akira Hatanaka
2017-05-18
2
-0
/
+11
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
1
-1
/
+1
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
2
-15
/
+5
*
llvm-lto2: Move the LTO::run() action behind a subcommand.
Peter Collingbourne
2017-04-11
17
-42
/
+42
*
Add support for -fno-builtin to LTO and ThinLTO to libLTO
Mehdi Amini
2017-03-28
1
-0
/
+46
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-4
/
+44
*
Support, LTO: When pruning a directory, ignore files matching a prefix.
Peter Collingbourne
2017-03-20
1
-2
/
+8
*
Add !associated metadata.
Evgeniy Stepanov
2017-03-17
1
-3
/
+3
*
LTO: Hash type identifier resolutions for WholeProgramDevirt.
Peter Collingbourne
2017-03-10
4
-2
/
+58
*
LTO: Hash type identifier resolutions for LowerTypeTests.
Peter Collingbourne
2017-03-10
3
-0
/
+37
*
LTO: Hash the set of imported symbols for each module.
Peter Collingbourne
2017-03-03
3
-0
/
+46
*
LTO: When creating a local cache, create the cache directory if it does not a...
Peter Collingbourne
2017-03-02
3
-5
/
+5
*
Verifier: Disallow a line number without a file in DISubprogram
Justin Bogner
2017-02-17
1
-2
/
+1
*
[tests] Be explicit about the files we want to remove.
Davide Italiano
2017-02-10
1
-1
/
+1
*
[ThinLTO] Make this test more robust across multiple runs.
Davide Italiano
2017-02-10
1
-0
/
+1
*
Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."
Eric Christopher
2017-02-10
11
-11
/
+11
*
For X86-64 linux and PPC64 linux align int128 to 16 bytes.
Eric Christopher
2017-02-10
11
-11
/
+11
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
3
-34
/
+3
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
3
-3
/
+34
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
3
-34
/
+3
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
3
-3
/
+34
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
3
-34
/
+3
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
3
-3
/
+34
*
[LTO] Add test to show up we don't support ThinLTO yet.
Davide Italiano
2017-01-24
1
-0
/
+13
*
[ThinLTO] Drop non-prevailing non-ODR weak to declarations
Teresa Johnson
2017-01-20
1
-2
/
+2
*
[ThinLTO] Fix lazy-loading of MDString instruction attachments
Mehdi Amini
2017-01-20
1
-3
/
+7
*
[ThinLTO] Add a recursive step in Metadata lazy-loading
Mehdi Amini
2017-01-18
1
-3
/
+3
*
[ThinLTO] Import static functions from the same module as caller
Teresa Johnson
2017-01-12
1
-5
/
+16
*
[ThinLTO] Fix assertions on lazy-loading of Metadata TBAA attachments
Mehdi Amini
2017-01-07
2
-0
/
+49
*
[ThinLTO] Handle conflicting local names gracefully
Teresa Johnson
2017-01-06
3
-0
/
+63
*
ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson
2017-01-05
2
-0
/
+131
*
Mark test that is testing statistics output as requiring Assertions
Mehdi Amini
2017-01-05
1
-1
/
+1
*
Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)
Mehdi Amini
2017-01-04
2
-0
/
+66
*
[ThinLTO] Rework llvm-link to use the FunctionImporter
Teresa Johnson
2017-01-04
1
-2
/
+2
[next]