summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Avoid temporary vector for sorting in BitcodeWriterMehdi Amini2016-05-161-13/+10
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+8
* Revert "ThinLTO: fix non-determinism in bitcode writing"Mehdi Amini2016-05-161-7/+1
* ThinLTO: fix another non-determinism in bitcode writingMehdi Amini2016-05-161-2/+9
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2016-05-151-0/+2
* [ThinLTO] Fix Windows debug failure in new iteratorTeresa Johnson2016-05-111-2/+13
* Restore "[ThinLTO] Emit individual index files for distributed backends"Teresa Johnson2016-05-101-71/+215
* Implement a safer bitcode upgrade for DISubprogram.Adrian Prantl2016-05-062-6/+9
* BitcodeWriter: Simplify. NFC.Peter Collingbourne2016-05-061-4/+2
* Revert "[ThinLTO] Emit individual index files for distributed backends"Vitaly Buka2016-05-051-209/+71
* [ThinLTO] Emit individual index files for distributed backendsTeresa Johnson2016-05-051-71/+209
* [ThinLTO] Remove missed piece of lazy summary reading support (NFC)Teresa Johnson2016-05-051-48/+0
* Clean up to avoid compiler warnings for casting away const qualifiers.Sjoerd Meijer2016-04-271-1/+1
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-272-117/+52
* BitcodeReader: Delay metadata parsing until reading a function bodyDuncan P. N. Exon Smith2016-04-241-3/+7
* [ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson2016-04-242-88/+73
* Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' pr...Aaron Ballman2016-04-241-2/+2
* BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith2016-04-241-8/+22
* Add "hasSection" flag in the SummaryMehdi Amini2016-04-242-3/+11
* Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini2016-04-242-39/+61
* Add a version field in the bitcode for the summaryMehdi Amini2016-04-242-1/+22
* Store and emit original name in combined indexMehdi Amini2016-04-232-25/+77
* BitcodeReader: Avoid std::vector with non-movable types from r267296Duncan P. N. Exon Smith2016-04-231-1/+1
* BitcodeReader: Avoid non-moving std::piecewise_construct from r267296Duncan P. N. Exon Smith2016-04-231-3/+3
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-232-25/+134
* BitcodeWriter: Emit uniqued subgraphs after all distinct nodesDuncan P. N. Exon Smith2016-04-232-1/+38
* Avoid MSVC failure with default arguments in lambdas from r267270Duncan P. N. Exon Smith2016-04-231-7/+10
* BitcodeWriter: Emit distinct nodes before uniqued nodesDuncan P. N. Exon Smith2016-04-231-6/+18
* Address comments.Teresa Johnson2016-04-231-243/+238
* Refactor bitcode writer into classes (NFC)Teresa Johnson2016-04-231-681/+823
* Avoid ternery statement to please g++ after r267270, NFCDuncan P. N. Exon Smith2016-04-231-1/+3
* ValueEnumerator: Use std::find_if, NFCDuncan P. N. Exon Smith2016-04-232-23/+8
* BitcodeReader: Avoid referencing unresolved nodes from distinct onesDuncan P. N. Exon Smith2016-04-231-6/+61
* BitcodeReader: Consistently use IsDistinct, NFCDuncan P. N. Exon Smith2016-04-231-33/+52
* BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith2016-04-231-10/+5
* ValueMapper/Enumerator: Clean up code in post-order traversals, NFCDuncan P. N. Exon Smith2016-04-222-25/+42
* [ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson2016-04-221-63/+11
* BitcodeWriter: Emit metadata in post-order (again)Duncan P. N. Exon Smith2016-04-212-17/+24
* IR: Use SmallVector instead of std::vector of TrackingMDRefDuncan P. N. Exon Smith2016-04-201-1/+6
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-0/+3
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-16/+27
* IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith2016-04-192-71/+74
* [NFC] Header cleanupMehdi Amini2016-04-182-3/+1
* BitcodeWriter: WorkList => Worklist, NFCDuncan P. N. Exon Smith2016-04-181-5/+5
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-10/+23
OpenPOWER on IntegriCloud