OSDN Git Service

Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number
[android-x86/external-llvm.git] / include / llvm / LTO / legacy / ThinLTOCodeGenerator.h
2018-09-17 James HendersonReland r342233: [ThinLTO] Allow setting of maximum...
2018-09-14 James HendersonRevert r342233.
2018-09-14 James Henderson[ThinLTO]Allow setting of maximum cache size with 64...
2018-09-04 Steven Wu[ThinLTO] Fix memory corruption in ThinLTOCodeGenerator...
2018-03-02 Ekaterina Romanova[ThinLTO] Added a couple of C LTO API interfaces to...
2018-02-15 Ekaterina RomanovaAllow 0 to be a valid value pruning interval in C LTO...
2018-01-23 Hiroshi Inoue[NFC] fix trivial typos in comments
2017-12-22 Ben Dunbobbin[ThinLTO][CachePruning] explicitly disable pruning
2017-12-19 Ben Dunbobbin[ThinLTO][C-API] Correct api comments
2017-12-19 Ben Dunbobbin[Support][CachePruning] Disable cache pruning regressio...
2017-06-23 Peter CollingbourneAdd a ThinLTO cache policy for controlling the maximum...
2017-03-28 Mehdi AminiAdd support for -fno-builtin to LTO and ThinLTO to...
2017-03-16 Peter CollingbourneSupport: Add a cache pruning policy parser.
2017-03-15 Peter CollingbourneSupport: Simplify the CachePruning API. NFCI.
2017-02-14 Mehdi Amini[ThinLTO] Make a copy of buffer identifier in ThinLTOCo...
2016-12-28 Mehdi Amini[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO...
2016-12-14 Mehdi Amini[ThinLTO] Add an API to trigger file-based API for...
2016-07-14 Peter CollingbourneMove legacy LTO interface headers to legacy/ directory.