aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne3-12/+22
2016-09-09[Bitcode] Add compatibility test for the 3.9 releaseVedant Kumar2-0/+1664
2016-09-07Deleted right filePiotr Padlewski1-11/+0
2016-09-07Revert "[thinlto] Deleted unused test file"Piotr Padlewski1-0/+46
2016-09-07[thinlto] Deleted unused test filePiotr Padlewski1-46/+0
2016-08-12[PM] Port NameAnonFunction pass to new pass managerTeresa Johnson1-0/+1
2016-08-12[PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson1-0/+2
2016-08-11Don't import variadic functionsPiotr Padlewski1-3/+11
2016-07-04Add writeonly IR attributeNicolai Haehnle4-5/+15
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2-0/+30
2016-06-24BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne1-0/+5
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-5/+11
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas2-0/+5
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas2-0/+5
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas2-0/+5
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas2-0/+5
2016-05-25Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren1-0/+9
2016-05-06AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov1-0/+40
2016-04-27[ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson6-23/+23
2016-04-26Symbolize operand bundle blocks for bcanalyzerSanjoy Das1-0/+27
2016-04-24BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith2-1/+9
2016-04-24Add "hasSection" flag in the SummaryMehdi Amini1-0/+11
2016-04-24Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini3-19/+19
2016-04-24Add a version field in the bitcode for the summaryMehdi Amini6-0/+20
2016-04-24Relax test using CHECK-DAG instead of CHECK-NEXTMehdi Amini1-6/+6
2016-04-24Fix test stability (was sensitive to the path)Mehdi Amini1-0/+7
2016-04-23Store and emit original name in combined indexMehdi Amini1-0/+24
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2-0/+35
2016-04-23BitcodeWriter: Emit uniqued subgraphs after all distinct nodesDuncan P. N. Exon Smith2-0/+53
2016-04-23BitcodeWriter: Emit distinct nodes before uniqued nodesDuncan P. N. Exon Smith1-0/+18
2016-04-21BitcodeWriter: Emit metadata in post-order (again)Duncan P. N. Exon Smith2-6/+40
2016-04-19BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith1-6/+6
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini3-2/+63
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl4-8/+10
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini3-62/+4
2016-04-13Make aliases explicit in the summaryMehdi Amini3-4/+62
2016-04-12Move summary creation out of llvm-as into optMehdi Amini6-12/+12
2016-04-12[Bitcode] Fix + regenerate old test so that it includes a DICompileUnit.Davide Italiano2-1/+7
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV1-2/+14
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson1-1/+3
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin1-0/+25
2016-04-02Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith1-0/+75
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren1-0/+25
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2-0/+39
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2-39/+0
2016-04-01Add missing test for the "Module hash in bitcode" added in r265095Mehdi Amini1-0/+4
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini1-0/+35
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl1-1/+1
2016-03-31[DebugInfo] Subprograms should belong to a CU.Davide Italiano1-0/+1
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren1-0/+6