summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Intrinsic] Signed Fixed Point Saturation Multiplication IntrinsicLeonard Chan2019-05-211-6/+7
* [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with ove...Craig Topper2019-05-201-0/+8
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-151-7/+7
* Add constrained fptrunc and fpext intrinsics.Kevin P. Neal2019-05-131-0/+43
* Debug Info: Support address space attributes on rvalue references.Adrian Prantl2019-05-071-1/+2
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-1/+8
* The IR verifier currently supports the constrained floating point intrinsics,Kevin P. Neal2019-03-271-11/+62
* [ConstantRange] Add getFull() + getEmpty() named constructors; NFCNikita Popov2019-03-241-1/+1
* [WebAssembly] Make rethrow take an except_ref type argumentHeejin Ahn2019-03-161-1/+2
* Verifier: Make sure masked load/store alignment is a power of 2Matt Arsenault2019-03-131-2/+6
* IR: Add immarg attributeMatt Arsenault2019-03-121-67/+50
* [NFC] Fix typos: preceeding -> precedingJordan Rupprecht2019-02-231-1/+1
* [llvm] Fix typo: 's/ ot / to /' [NFC]Mandeep Singh Grang2019-02-211-1/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+21
* [Intrinsic] Unsigned Fixed Point Multiplication IntrinsicLeonard Chan2019-02-041-7/+16
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-1/+0
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-0/+1
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-221-0/+5
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-221-5/+0
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-221-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Allow FP types for atomicrmw xchgMatt Arsenault2019-01-171-4/+11
* [Verifier] Reject invalid type for DILocalVariable.Davide Italiano2019-01-071-0/+2
* [CallSite removal] Move the verifier to use `CallBase` instead of theChandler Carruth2019-01-071-284/+284
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+20
* [Intrinsic] Signed Fixed Point Multiplication IntrinsicLeonard Chan2018-12-121-0/+18
* [DWARFv5] Verify all-or-nothing constraint on DIFile sourceScott Linder2018-11-301-0/+18
* [TI removal] Leverage the fact that TerminatorInst is gone to createChandler Carruth2018-11-221-6/+8
* [IRVerifier] Allow StructRet in statepointThan McIntosh2018-11-161-2/+14
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-0/+23
* [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsicsCameron McInally2018-11-051-0/+4
* [FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUMCameron McInally2018-10-301-0/+2
OpenPOWER on IntegriCloud