| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ThinLTO] Show preserved symbols in DOT files | evgeny | 2019-12-18 | 1 | -1/+1 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | ThinLTO : Import always_inline functions irrespective of the threshold | Teresa Johnson | 2019-11-08 | 1 | -2/+4 |
| * | IR. Change strip* family of functions to not look through aliases. | Peter Collingbourne | 2019-08-22 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -6/+6 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | [ThinLTO] Attempt to recommit r365188 after alignment fix | Eugene Leviant | 2019-07-05 | 1 | -27/+95 |
| * | Reverted r365188 due to alignment problems on i686-android | Eugene Leviant | 2019-07-05 | 1 | -95/+27 |
| * | [ThinLTO] Attempt to recommit r365040 after caching fix | Eugene Leviant | 2019-07-05 | 1 | -27/+95 |
| * | Revert [ThinLTO] Optimize writeonly globals out | Reid Kleckner | 2019-07-04 | 1 | -83/+27 |
| * | [ThinLTO] Optimize writeonly globals out | Eugene Leviant | 2019-07-03 | 1 | -27/+83 |
| * | [ThinLTO] Add summary entries for index-based WPD | Teresa Johnson | 2019-07-02 | 1 | -3/+110 |
| * | [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible | Teresa Johnson | 2019-05-10 | 1 | -4/+8 |
| * | [ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee | Teresa Johnson | 2019-03-15 | 1 | -3/+5 |
| * | [ThinLTO] Add option to dump per-module summary dot graph | Teresa Johnson | 2019-01-28 | 1 | -0/+14 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Revert "[ThinLTO] Add summary entries for index-based WPD" | Teresa Johnson | 2019-01-17 | 1 | -111/+4 |
| * | [ThinLTO] Add summary entries for index-based WPD | Teresa Johnson | 2019-01-17 | 1 | -4/+111 |
| * | [LTO] Record whether LTOUnit splitting is enabled in index | Teresa Johnson | 2019-01-11 | 1 | -1/+5 |
| * | [ThinLTO] Compute synthetic function entry count | Easwaran Raman | 2018-12-13 | 1 | -5/+6 |
| * | [ThinLTO] Allow importing of functions with var args | Teresa Johnson | 2018-12-01 | 1 | -9/+2 |
| * | [ProfileSummary] Standardize methods and fix comment | Vedant Kumar | 2018-11-19 | 1 | -2/+2 |
| * | [ThinLTO] Internalize readonly globals | Eugene Leviant | 2018-11-16 | 1 | -17/+58 |
| * | [ThinLTO] Update handling of vararg functions to match inliner | Teresa Johnson | 2018-11-14 | 1 | -2/+7 |
| * | Revert "[ThinLTO] Internalize readonly globals" | Steven Wu | 2018-11-13 | 1 | -58/+17 |
| * | [ThinLTO] Internalize readonly globals | Eugene Leviant | 2018-11-10 | 1 | -17/+58 |
| * | [ThinLTO] Split NotEligibleToImport into legality and inlinability flags | Teresa Johnson | 2018-11-06 | 1 | -10/+9 |
| * | [ThinLTO] Don't import GV which contains blockaddress | Eugene Leviant | 2018-10-12 | 1 | -3/+16 |
| * | [WPD] Fix incorrect devirtualization after indirect call promotion | Teresa Johnson | 2018-09-27 | 1 | -11/+12 |
| * | [ThinLTO] Add string saver onto index for value names | Teresa Johnson | 2018-06-26 | 1 | -2/+2 |
| * | [ThinLTO] Compute GUID directly from GV when building per-module index | Teresa Johnson | 2018-06-26 | 1 | -6/+6 |
| * | [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC) | Teresa Johnson | 2018-06-06 | 1 | -1/+1 |
| * | [ThinLTO] Add an option to force summary call edges cold for debugging | Teresa Johnson | 2018-03-31 | 1 | -1/+18 |
| * | [ThinLTO] Add funtions in callees metadata to CallGraphEdges | Taewook Oh | 2018-03-13 | 1 | -0/+12 |
| * | [ThinLTO] Represent relative BF using a scaled representation . | Easwaran Raman | 2018-02-22 | 1 | -11/+3 |
| * | Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum... | Easwaran Raman | 2018-01-25 | 1 | -3/+18 |
| * | Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ... | Easwaran Raman | 2018-01-24 | 1 | -18/+3 |
| * | [ThinLTO] Add call edges' relative block frequency to per-module summary. | Easwaran Raman | 2018-01-24 | 1 | -3/+18 |
| * | [ThinLTO] Re-commit of dot dumper after test fix | Eugene Leviant | 2018-01-22 | 1 | -1/+1 |
| * | Temporarily revert r323062 to investigate buildbot failures | Eugene Leviant | 2018-01-21 | 1 | -1/+1 |
| * | [ThinLTO] Implement summary visualizer | Eugene Leviant | 2018-01-21 | 1 | -1/+1 |
| * | [ThinLTO] Don't import functions with noinline attribute | Eugene Leviant | 2017-12-25 | 1 | -1/+3 |
| * | Add hasProfileData() to check if a function has profile data. NFC. | Easwaran Raman | 2017-12-22 | 1 | -1/+1 |
| * | [ThinLTO] Remove too aggressive assertion in building function call graph. | Volodymyr Sapsai | 2017-11-17 | 1 | -2/+3 |
| * | [ThinLTO] Fix missing call graph edges for calls with bitcasts. | Volodymyr Sapsai | 2017-11-10 | 1 | -3/+7 |
| * | [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. | Sean Fertile | 2017-11-04 | 1 | -4/+5 |
| * | Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..." | Sean Fertile | 2017-11-04 | 1 | -5/+4 |
| * | [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. | Sean Fertile | 2017-11-03 | 1 | -4/+5 |
| * | [ThinLTO] AliasSummary should not have any references | Teresa Johnson | 2017-09-13 | 1 | -1/+1 |
| * | ModuleSummaryAnalysis: Correctly handle all function operand references. | Peter Collingbourne | 2017-09-07 | 1 | -7/+5 |