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
/
tools
/
llvm-lto2
/
llvm-lto2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
1
-0
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[ThinLTO] Implement index-based WPD
Teresa Johnson
2019-08-02
1
-0
/
+8
*
[Remarks] Extend -fsave-optimization-record to specify the format
Francis Visoiu Mistrih
2019-06-17
1
-0
/
+6
*
Reland: [Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-14
1
-14
/
+15
*
Revert "[Remarks] Refactor optimization remarks setup"
Francis Visoiu Mistrih
2019-06-14
1
-15
/
+14
*
[Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-13
1
-14
/
+15
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-0
/
+7
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+7
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-7
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+7
*
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"
Rong Xu
2019-02-27
1
-0
/
+11
*
Revert "[PGO] Context sensitive PGO (part 1)"
Vlad Tsyrklevich
2019-02-27
1
-11
/
+0
*
[PGO] Context sensitive PGO (part 1)
Rong Xu
2019-02-26
1
-0
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LTO] Call InitLLVM from llvm-lto2
Teresa Johnson
2018-10-16
1
-0
/
+2
*
[LTO] Allow pass remarks with hotness to be set when emitting to stderr
Teresa Johnson
2018-05-04
1
-1
/
+2
*
[LTO] Add stats-file option to LTO/Config.h.
Florian Hahn
2018-04-20
1
-0
/
+4
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
[ThinLTO] Always create linked objects file for --thinlto-index-only=
Vitaly Buka
2018-02-22
1
-1
/
+5
*
[LTO] Remove unused Path parameter to AddBufferFn
Teresa Johnson
2018-02-20
1
-2
/
+1
*
[ThinLTO/gold] Write empty imports even for modules with symbols
Vitaly Buka
2018-01-30
1
-1
/
+1
*
Rename CommandFlags.h -> CommandFlags.def
David Blaikie
2017-11-27
1
-1
/
+1
*
LTO: Try to open cache files before renaming them.
Peter Collingbourne
2017-09-05
1
-1
/
+2
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-1
/
+1
*
Fix the bug that parseAAPipeline is not invoked in runNewPMPasses in release ...
Dehao Chen
2017-08-02
1
-0
/
+6
*
[LTO] llvm-lto2: Add option to load sample profile
Tobias Edler von Koch
2017-07-28
1
-0
/
+6
*
[LTO] Prevent dead stripping and internalization of symbols with sections
Teresa Johnson
2017-07-25
1
-0
/
+3
*
Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.
Peter Collingbourne
2017-06-27
1
-1
/
+13
*
Symbols re-defined with -wrap and -defsym need to be excluded from inter-
Dmitry Mikulin
2017-06-05
1
-0
/
+2
*
[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm.
Tim Shen
2017-06-01
1
-1
/
+7
*
Object, LTO: Add target triple to irsymtab and LTO API.
Peter Collingbourne
2017-04-14
1
-2
/
+7
*
LTO: Pass SF_Executable flag through to InputFile::Symbol
Tobias Edler von Koch
2017-04-13
1
-3
/
+4
*
llvm-lto2: Add a dump-symtab subcommand.
Peter Collingbourne
2017-04-12
1
-1
/
+53
*
llvm-lto2: Move the LTO::run() action behind a subcommand.
Peter Collingbourne
2017-04-11
1
-5
/
+26
*
More accurate header inclusions. NFC.
Peter Collingbourne
2017-03-28
1
-1
/
+1
*
LTO: Fix a potential race condition in the caching API.
Peter Collingbourne
2017-03-17
1
-8
/
+3
*
Fix test and add missing return for llvm-lto2 error case
Teresa Johnson
2017-03-07
1
-1
/
+3
*
LTO: When creating a local cache, create the cache directory if it does not a...
Peter Collingbourne
2017-03-02
1
-1
/
+1
*
[LTO] Add ability to emit assembly to new LTO API
Tobias Edler von Koch
2017-02-15
1
-0
/
+3
*
[llvm-lto2] Fix typo spotted by Teresa (r294885 post-commit review).
Davide Italiano
2017-02-13
1
-2
/
+2
*
[lib/LTO] Add support for hotness optremarks in the new API.
Davide Italiano
2017-02-12
1
-0
/
+6
*
[llvm-lto2] Fix typo in error message.
Davide Italiano
2017-02-12
1
-1
/
+1
*
[lib/LTO] Initial support for optimization remarks in the new API.
Davide Italiano
2017-02-12
1
-0
/
+7
*
llvm-lto2: remove leading '-' for cl::opt declaration
Mehdi Amini
2016-12-23
1
-1
/
+1
*
llvm-lto2: Print diagnostics before exiting (NFC)
Mehdi Amini
2016-12-23
1
-1
/
+5
*
LTO: Hash the parts of the LTO configuration that affect code generation.
Peter Collingbourne
2016-12-08
1
-0
/
+42
*
llvm-lto2: Simpler workaround for PR30396.
Peter Collingbourne
2016-11-30
1
-17
/
+10
*
[ThinLTO] Disable importing and other cross-module optis at -O0
Teresa Johnson
2016-10-31
1
-0
/
+7
[next]