summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren2016-05-251-0/+9
* AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov2016-05-061-0/+40
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-276-23/+23
* Symbolize operand bundle blocks for bcanalyzerSanjoy Das2016-04-261-0/+27
* BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith2016-04-242-1/+9
* Add "hasSection" flag in the SummaryMehdi Amini2016-04-241-0/+11
* Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini2016-04-243-19/+19
* Add a version field in the bitcode for the summaryMehdi Amini2016-04-246-0/+20
* Relax test using CHECK-DAG instead of CHECK-NEXTMehdi Amini2016-04-241-6/+6
* Fix test stability (was sensitive to the path)Mehdi Amini2016-04-241-0/+7
* Store and emit original name in combined indexMehdi Amini2016-04-231-0/+24
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-232-0/+35
* BitcodeWriter: Emit uniqued subgraphs after all distinct nodesDuncan P. N. Exon Smith2016-04-232-0/+53
* BitcodeWriter: Emit distinct nodes before uniqued nodesDuncan P. N. Exon Smith2016-04-231-0/+18
* BitcodeWriter: Emit metadata in post-order (again)Duncan P. N. Exon Smith2016-04-212-6/+40
* BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith2016-04-191-6/+6
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-163-2/+63
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-154-8/+10
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-133-62/+4
* Make aliases explicit in the summaryMehdi Amini2016-04-133-4/+62
* Move summary creation out of llvm-as into optMehdi Amini2016-04-126-12/+12
* [Bitcode] Fix + regenerate old test so that it includes a DICompileUnit.Davide Italiano2016-04-122-1/+7
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-2/+14
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-111-1/+3
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+25
* Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith2016-04-021-0/+75
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+25
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-012-0/+39
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-012-39/+0
* Add missing test for the "Module hash in bitcode" added in r265095Mehdi Amini2016-04-011-0/+4
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-0/+35
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* [DebugInfo] Subprograms should belong to a CU.Davide Italiano2016-03-311-0/+1
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+6
* BitcodeReader: Allow METADATA_STRINGS to only have !""Duncan P. N. Exon Smith2016-03-291-0/+7
* Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-271-0/+12
* Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith2016-03-272-5/+0
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-252-0/+5
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-252-5/+0
* Upgrade TBAA *before* upgrading intrinsicsChris Bieneman2016-03-161-0/+0
* [Bitcode] Add compatibility test for the 3.8 releaseVedant Kumar2016-03-162-0/+1590
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-155-10/+10
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-145-10/+10
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-145-10/+10
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-117-21/+249
* [AVR] Add calling convention parser tokensDylan McKay2016-03-032-0/+16
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-102-0/+2
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-102-2/+0
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-102-0/+2
* [ThinLTO] Include linkage type in function summaryTeresa Johnson2016-02-062-2/+63
OpenPOWER on IntegriCloud