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
*
[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
*
[ThinLTO] Default backend threads to heavyweight_hardware_concurrency
Teresa Johnson
2016-10-19
1
-1
/
+2
*
[ThinLTO] Fix bot failure due to unused variable with NDEBUG
Teresa Johnson
2016-10-12
1
-1
/
+4
*
[ThinLTO] Don't link module level assembly when importing
Teresa Johnson
2016-10-12
1
-1
/
+11
*
LTO: Simplify caching interface.
Peter Collingbourne
2016-09-23
1
-32
/
+21
*
[LTO] Add ability to parse AA pipelines.
Davide Italiano
2016-09-16
1
-0
/
+5
*
[lib/LTO] Add a way to run a custom pipeline
Davide Italiano
2016-09-07
1
-0
/
+7
*
[ThinLTO] Move loading of cache entry to client
Teresa Johnson
2016-08-26
1
-2
/
+8
*
[ThinLTO] Add caching to the new LTO API
Mehdi Amini
2016-08-23
1
-2
/
+13
*
[LTO] Add the ability to test -thinlto-emit-imports-files through llvm-lto2
Mehdi Amini
2016-08-19
1
-1
/
+15
*
[LTO] Change addSaveTemps API: do not add dot to the supplied prefix path
Mehdi Amini
2016-08-18
1
-1
/
+2
*
[LTO] Fix a use-after-free introduced in r278907 and caught by ASan.
Chandler Carruth
2016-08-17
1
-3
/
+3
*
[LTO] Introduce an Output class to wrap the output stream creation (NFC)
Mehdi Amini
2016-08-17
1
-6
/
+19
*
Restore "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-0
/
+168
*
Revert "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-168
/
+0
*
Resolution-based LTO API.
Teresa Johnson
2016-08-11
1
-0
/
+168