summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* AArch64: fix bitcode upgrade of @llvm.neon.addp.Tim Northover2020-01-142-0/+18
* Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ...Fangrui Song2019-12-301-0/+33
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-242-3/+3
* Add support for multi-module bitcode files to llvm-disMatthew Voss2019-11-142-10/+0
* [IR] Redefine Freeze instructionaqjune2019-11-121-14/+12
* [ThinLTO] Import readonly vars with refsevgeny2019-11-073-5/+5
* [IR] Add Freeze instructionaqjune2019-11-051-1/+13
* [IR] Allow fast math flags on calls with floating point array type.Jay Foad2019-10-301-9/+58
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-283-0/+10
* [ObjC][ARC] Check whether the return and parameter types of the old andAkira Hatanaka2019-10-242-0/+21
* Minor movement of one function with now-correct strictfp attribute to passKevin P. Neal2019-10-231-10/+10
* Add FMF to vector ops for phiMichael Berg2019-10-141-0/+21
* [FPEnv][NFC] Change test to conform to strictfp attribute rules.Kevin P. Neal2019-10-091-3/+7
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-0/+21
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-21/+0
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-0/+21
* Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang2019-09-183-0/+27
* [BitcodeReader] Check if we can create a null constant for type.Florian Hahn2019-08-212-0/+6
* [Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpyDavid Bolvansky2019-08-141-1/+1
* [AutoUpgrader] Make ArcRuntime Autoupgrader more conservativeSteven Wu2019-08-132-34/+36
* Do not call replaceAllUsesWith to upgrade calls to ARC runtime functionsAkira Hatanaka2019-08-133-6/+54
* Revert "Do not call replaceAllUsesWith to upgrade calls to ARC runtime functi...Akira Hatanaka2019-08-133-54/+6
* Do not call replaceAllUsesWith to upgrade calls to ARC runtime functionsAkira Hatanaka2019-08-123-6/+54
* [ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls ifAkira Hatanaka2019-08-084-2/+77
* [DataLayout] Check StackNatural and FunctionPtr alignments.Florian Hahn2019-08-072-0/+5
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-033-60/+60
* Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-312-0/+3
* Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih2019-07-312-3/+0
* [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-302-0/+3
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-288-62/+70
* Allow prefetching from non-zero address spacesJF Bastien2019-07-258-26/+26
* IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...Peter Collingbourne2019-07-241-0/+11
* Added address-space mangling for stack related intrinsicsChristudasan Devadasan2019-07-228-8/+8
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-2/+9
* Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."Florian Hahn2019-07-142-0/+5
* [BitcodeReader] Use tighter upper bound to validate forward references.Florian Hahn2019-07-141-1/+1
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-111-3/+10
* Revert [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn2019-07-112-5/+0
* [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn2019-07-112-0/+5
* [NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63Johannes Doerfert2019-07-112-1/+1
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-2/+8
* [ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant2019-07-0510-22/+22
* Reverted r365188 due to alignment problems on i686-androidEugene Leviant2019-07-0510-22/+22
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-0/+4
* [ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant2019-07-0510-22/+22
* Revert [ThinLTO] Optimize writeonly globals outReid Kleckner2019-07-0410-22/+22
* [Bitcode] Update CHECK-DAG usage in testsJoel E. Denny2019-07-033-9/+8
* [ThinLTO] Optimize writeonly globals outEugene Leviant2019-07-0310-22/+22
* [Attr] Add "willreturn" function attributeJohannes Doerfert2019-06-271-2/+9
OpenPOWER on IntegriCloud