summaryrefslogtreecommitdiffstats
path: root/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Merging r315086:Tom Stellard2017-11-221-0/+31
* Merging r313398:Tom Stellard2017-11-221-2/+4
* Merging r311387:Hans Wennborg2017-08-221-4/+8
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-193-1/+16
* [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo2017-07-176-18/+18
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-1110-126/+143
* Increase the import-threshold for crtical functions.Dehao Chen2017-07-072-2/+2
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-064-4/+39
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-277-7/+7
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-144-4/+20
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-0/+15
* [X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target'...Craig Topper2017-06-041-1/+1
* [ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson2017-05-311-4/+9
* Add "REQUIRES:" to the last few tests that use target specific intrinsicsJustin Bogner2017-05-151-0/+1
* Restrict call metadata based hotness detection to Sample PGO modeTeresa Johnson2017-05-112-1/+122
* [IR] Allow attributes with global variablesJaved Absar2017-05-111-0/+19
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-0/+4
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-2/+2
* Add speculatable function attributeMatt Arsenault2017-04-282-5/+15
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-184-0/+63
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-177-101/+134
* Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne2017-04-061-1/+1
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+2
* Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonlyEric Christopher2017-03-256-18/+24
* Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummaryDehao Chen2017-03-211-1/+5
* [Bitcode] Add compatibility test for the 4.0 releaseVedant Kumar2017-03-172-0/+1689
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-082-0/+5
* Add function importing info from samplepgo profile to the module summary.Dehao Chen2017-02-281-2/+3
* IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne2017-02-101-0/+105
* Fix bitcode upgrade for DIGlobalVariables with a var: field.Adrian Prantl2017-02-082-0/+31
* Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.Adrian Prantl2017-02-073-12/+16
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-012-0/+10
* [ThinLTO] Subsume all importing checks into a single flagTeresa Johnson2017-01-053-5/+7
* Add llvm-bcanalyzer support for new metadata node types.Adrian Prantl2017-01-031-0/+3
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-285-5/+29
* Revert "Add an index for Module Metadata record in the bitcode"Saleem Abdulrasool2016-12-285-22/+0
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-285-0/+22
* IR: Function summary representation for type tests.Peter Collingbourne2016-12-212-0/+43
* IR: Eliminate non-determinism in the module summary analysis.Peter Collingbourne2016-12-201-2/+2
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-205-11/+55
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-165-50/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-165-11/+50
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-165-50/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-165-11/+50
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-052-0/+20
* Bitcode: Add a more comprehensive multi-module test now that we have both llv...Peter Collingbourne2016-11-291-2/+14
* Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne2016-11-292-0/+42
* Bitcode: Introduce initial multi-module reader API.Peter Collingbourne2016-11-162-12/+12
* 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