summaryrefslogtreecommitdiff
path: root/test/Bitcode
AgeCommit message (Expand)Author
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas
2016-05-25Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren
2016-05-06AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov
2016-04-27[ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson
2016-04-26Symbolize operand bundle blocks for bcanalyzerSanjoy Das
2016-04-24BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith
2016-04-24Add "hasSection" flag in the SummaryMehdi Amini
2016-04-24Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini
2016-04-24Add a version field in the bitcode for the summaryMehdi Amini
2016-04-24Relax test using CHECK-DAG instead of CHECK-NEXTMehdi Amini
2016-04-24Fix test stability (was sensitive to the path)Mehdi Amini
2016-04-23Store and emit original name in combined indexMehdi Amini
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-23BitcodeWriter: Emit uniqued subgraphs after all distinct nodesDuncan P. N. Exon Smith
2016-04-23BitcodeWriter: Emit distinct nodes before uniqued nodesDuncan P. N. Exon Smith
2016-04-21BitcodeWriter: Emit metadata in post-order (again)Duncan P. N. Exon Smith
2016-04-19BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini
2016-04-13Make aliases explicit in the summaryMehdi Amini
2016-04-12Move summary creation out of llvm-as into optMehdi Amini
2016-04-12[Bitcode] Fix + regenerate old test so that it includes a DICompileUnit.Davide Italiano
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin
2016-04-02Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini
2016-04-01Add missing test for the "Module hash in bitcode" added in r265095Mehdi Amini
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31[DebugInfo] Subprograms should belong to a CU.Davide Italiano
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren
2016-03-29BitcodeReader: Allow METADATA_STRINGS to only have !""Duncan P. N. Exon Smith
2016-03-27Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith
2016-03-16Upgrade TBAA *before* upgrading intrinsicsChris Bieneman
2016-03-16[Bitcode] Add compatibility test for the 3.8 releaseVedant Kumar
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson
2016-03-03[AVR] Add calling convention parser tokensDylan McKay
2016-02-10Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson
2016-02-10Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson
2016-02-10[ThinLTO] Use MD5 hash in function index.Teresa Johnson