summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud