summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add function attribute "patchable-function-prefix" to support -fpatchable-fun...Fangrui Song2020-01-241-6/+15
* [AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...Fangrui Song2020-01-101-0/+12
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-091-1/+1
* [Intrinsic] Add fixed point division intrinsics.Bevin Hansson2020-01-081-10/+14
* Revert "Allow output constraints on "asm goto""Bill Wendling2020-01-071-0/+2
* Allow output constraints on "asm goto"Bill Wendling2020-01-071-2/+0
* This adds constrained intrinsics for the signed and unsigned conversionsKevin P. Neal2019-12-171-0/+22
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* Verifier: Check frame-pointer attribute valuesMatt Arsenault2019-12-111-0/+7
* [FPEnv] Constrained FCmp intrinsicsUlrich Weigand2019-12-071-0/+11
* [FEnv] File with properties of constrained intrinsicsSerge Pavlov2019-11-201-101/+20
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [IR] Redefine Freeze instructionaqjune2019-11-121-3/+0
* [IR] Add Freeze instructionaqjune2019-11-051-0/+3
* NoFree argument attribute.Stefan Stipanovic2019-11-021-3/+3
* Revert "NoFree argument attribute."Stefan Stipanovic2019-11-021-3/+3
* NoFree argument attribute.Stefan Stipanovic2019-11-021-3/+3
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-3/+9
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-1/+14
* [FPEnv] Add constrained intrinsics for lrint and lroundKevin P. Neal2019-10-071-0/+29
* [Verifier] add invariant check for callbrNick Desaulniers2019-09-251-0/+9
* Verifier - silence static analyzer dyn_cast<VectorType> null dereference warn...Simon Pilgrim2019-09-221-4/+4
* Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl2019-09-181-5/+3
* [Intrinsic] Add the llvm.umul.fix.sat intrinsicBjorn Pettersson2019-09-071-1/+2
* [FPEnv] Add fptosi and fptoui constrained intrinsics.Kevin P. Neal2019-08-281-0/+29
* IR. Change strip* family of functions to not look through aliases.Peter Collingbourne2019-08-221-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Verifier: check prof branch_weightsYevgeny Rouban2019-08-131-0/+43
* IR: Disable verifier check for GlobalValues with private linkage named after ...Peter Collingbourne2019-08-061-6/+9
* [IR][Verifier] Allow IntToPtrInst to be !dereferenceableRyan Taylor2019-07-231-2/+2
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+1
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-111-0/+1
* Teach the IRBuilder about fadd and friends.Kevin P. Neal2019-07-081-2/+2
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-0/+1
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-0/+7
* [Attr] Add "willreturn" function attributeJohannes Doerfert2019-06-271-0/+1
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-35/+0
* [IR] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-271-2/+5
* Dump what value failed byval attribute verificationReid Kleckner2019-06-251-1/+1
* Add debug location verification for !llvm.loop attachments.Adrian Prantl2019-06-181-26/+34
* Revert Add debug location verification for !llvm.loop attachments.Adrian Prantl2019-06-181-34/+26
* Add debug location verification for !llvm.loop attachments.Adrian Prantl2019-06-181-26/+34
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-0/+35
* [IntrinsicEmitter] Extend argument overloading with forward references.Sander de Smalen2019-06-131-6/+6
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-66/+0
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-0/+5
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-5/+0
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-0/+5
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-0/+66
* [CodeGen] Add lrint/llrint builtinsAdhemerval Zanella2019-05-281-1/+3
OpenPOWER on IntegriCloud