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
/
lib
/
LTO
/
LTO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-5
/
+5
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
[ThinLTO] Implement index-based WPD
Teresa Johnson
2019-08-02
1
-1
/
+15
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
1
-9
/
+12
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
1
-12
/
+9
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
1
-9
/
+12
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
1
-12
/
+9
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
1
-9
/
+12
*
[Remarks] Extend -fsave-optimization-record to specify the format
Francis Visoiu Mistrih
2019-06-17
1
-3
/
+3
*
Reland: [Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-14
1
-24
/
+12
*
Revert "[Remarks] Refactor optimization remarks setup"
Francis Visoiu Mistrih
2019-06-14
1
-12
/
+24
*
[Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-13
1
-24
/
+12
*
[Remarks][NFC] Move the serialization to lib/Remarks
Francis Visoiu Mistrih
2019-05-30
1
-2
/
+3
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-0
/
+1
*
[ThinLTO] Don't internalize weak writeable variables
Eugene Leviant
2019-05-13
1
-1
/
+14
*
[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible
Teresa Johnson
2019-05-10
1
-14
/
+29
*
[LTO] Add plumbing to save stats during LTO on Darwin.
Florian Hahn
2019-04-19
1
-10
/
+21
*
[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-17
1
-0
/
+5
*
Revert [ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-08
1
-5
/
+0
*
[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-08
1
-0
/
+5
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+6
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-6
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+6
*
Reland "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"
Francis Visoiu Mistrih
2019-03-06
1
-2
/
+3
*
Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"
Francis Visoiu Mistrih
2019-03-06
1
-3
/
+2
*
[Remarks] Refactor remark diagnostic emission in a RemarkStreamer
Francis Visoiu Mistrih
2019-03-06
1
-2
/
+3
*
[ThinLTO] Detect partially split modules during the thin link
Teresa Johnson
2019-02-14
1
-5
/
+51
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson
2019-01-11
1
-0
/
+9
*
[ThinLTO] Remove dllimport attribute from locally defined symbols
Matthew Voss
2018-12-19
1
-1
/
+5
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
1
-0
/
+5
*
LTO: Don't internalize available_externally globals.
Peter Collingbourne
2018-12-05
1
-1
/
+4
*
[ThinLTO] Look through aliases when computing hash keys
George Burgess IV
2018-12-04
1
-2
/
+8
*
[ThinLTO] Consolidate cache key computation between new/old LTO APIs
Teresa Johnson
2018-11-26
1
-5
/
+6
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-1
/
+4
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-4
/
+1
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-1
/
+4
*
[LTO] Drop non-prevailing definitions only if linkage is not local or appending
Pirama Arumuga Nainar
2018-11-08
1
-10
/
+16
*
[ThinLTO] Add an option to disable (thin)lto internalization.
Xin Tong
2018-11-05
1
-2
/
+8
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
1
-1
/
+8
*
[ThinLTO] Efficiency fix for writing type id records in per-module indexes
Teresa Johnson
2018-09-25
1
-27
/
+9
*
[LTO] Don't internalize declarations
Bob Haarman
2018-07-27
1
-1
/
+2
*
[LTO] Handle __imp_ (dllimport) symbols consistently with lld
Teresa Johnson
2018-07-23
1
-1
/
+8
*
Restore "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-16
1
-2
/
+2
*
Revert "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-14
1
-2
/
+2
*
[ThinLTO] Ensure we always select the same function copy to import
Teresa Johnson
2018-07-13
1
-2
/
+2
*
[ThinLTO] Use std::map to get determistic imports files
Teresa Johnson
2018-07-10
1
-1
/
+2
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
1
-1
/
+1
*
[LTO] Allow pass remarks with hotness to be set when emitting to stderr
Teresa Johnson
2018-05-04
1
-2
/
+2
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
[next]