summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ModuleSummaryIndexObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-011-129/+0
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-211-9/+18
* [ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-2/+7
* [ThinLTO] Optionally ignore empty index fileTeresa Johnson2017-01-061-0/+8
* Fix -Wpessimizing-move warning.Rui Ueyama2016-11-111-1/+1
* Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne2016-11-111-22/+15
* Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne2016-11-111-12/+0
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-3/+5
* [ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson2016-04-221-20/+2
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+2
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-0/+142
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-142/+0
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-0/+142
OpenPOWER on IntegriCloud