summaryrefslogtreecommitdiffstats
path: root/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-0/+7
* Bitcode: Change the BitcodeReader to use llvm::Error internally.Peter Collingbourne2016-11-091-1/+1
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-032-0/+23
* Bitcode: Check file size before reading bitcode header.Peter Collingbourne2016-11-022-0/+3
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-028-1/+1
* DebugInfo: add bitcode upgrade test for alignment Victor Leschuk2016-10-262-0/+23
* DebugInfo: remove broken bitcode upgrade testVictor Leschuk2016-10-202-43/+0
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-202-0/+43
* Teach llvm::StripDebugInfo() about global variable !dbg attachments.Adrian Prantl2016-10-101-13/+15
* [ThinLTO] Record calls to aliasesTeresa Johnson2016-10-081-0/+28
* [thinlto] Basic thinlto fdo heuristicPiotr Padlewski2016-09-2611-14/+156
* [ThinLTO] Always emit a summary when compiling in ThinLTO modeTeresa Johnson2016-09-201-0/+7
* BitcodeWriter: fix emission of invoke when calling a var-arg function with op...Mehdi Amini2016-09-191-0/+18
* Fix test after renaming -name-anon-functions pass to -name-anon-globalsMehdi Amini2016-09-161-4/+4
* Fix autoupgrade logic for Objective-C class properties module flagMehdi Amini2016-09-161-1/+1
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-133-12/+22
* [Bitcode] Add compatibility test for the 3.9 releaseVedant Kumar2016-09-092-0/+1664
* Deleted right filePiotr Padlewski2016-09-071-11/+0
* Revert "[thinlto] Deleted unused test file"Piotr Padlewski2016-09-071-0/+46
* [thinlto] Deleted unused test filePiotr Padlewski2016-09-071-46/+0
* [PM] Port NameAnonFunction pass to new pass managerTeresa Johnson2016-08-121-0/+1
* [PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson2016-08-121-0/+2
* Don't import variadic functionsPiotr Padlewski2016-08-111-3/+11
* Add writeonly IR attributeNicolai Haehnle2016-07-044-5/+15
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-012-0/+30
* BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne2016-06-241-0/+5
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-5/+11
* [BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas2016-06-052-0/+5
* [BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas2016-06-052-0/+5
* [BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas2016-06-052-0/+5
* [BitCode] Don't allow constants of void type.Filipe Cabecinhas2016-06-052-0/+5
* 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