summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add test for PR26419 (stable function summary ordering)Teresa Johnson2016-02-011-3/+10
* [llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka2016-01-292-0/+10
* [WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet2016-01-101-1/+2
* [Bitcode] Remove superflous compatibility testsVedant Kumar2016-01-061-4/+0
* Bitcode: Move these tests into compatibility.llJustin Bogner2016-01-062-32/+30
* Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner2016-01-061-0/+32
* [WinEH] Tighten parentPad verifier checksJoseph Tremoulet2016-01-021-3/+9
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-164-10/+28
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-0/+22
* [IR] Remove terminatepadDavid Majnemer2015-12-141-16/+7
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-55/+51
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-193-36/+4
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-183-4/+36
* Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka2015-11-113-6/+6
OpenPOWER on IntegriCloud