summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/ModuleSummaryIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Introduce typedef for commonly-used map type (NFC)Teresa Johnson2016-04-251-4/+2
* [ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson2016-04-241-32/+27
* ThinLTO: Move the ODR resolution to be based purely on the summary.Mehdi Amini2016-04-161-0/+13
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-1/+1
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-1/+1
* Make aliases explicit in the summaryMehdi Amini2016-04-131-1/+1
* [ThinLTO] Only compute imports for current module in FunctionImport passTeresa Johnson2016-04-121-0/+20
* Add parentheses around `&&` within `||` to avoid compiler warning message.Haojian Wu2016-04-051-3/+2
* [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)Teresa Johnson2016-04-051-0/+12
* Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini2016-04-021-1/+1
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-3/+5
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-5/+3
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-3/+5
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-0/+68
OpenPOWER on IntegriCloud