summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Intrinsic] Signed and Unsigned Saturation Subtraction IntirnsicsLeonard Chan2018-10-291-7/+9
* [Intrinsic] Unigned Saturation Addition IntrinsicLeonard Chan2018-10-221-5/+8
* [Intrinsic] Signed Saturation Addition IntrinsicLeonard Chan2018-10-161-0/+9
* [TI removal] Rework `InstVisitor` to support visiting instructions thatChandler Carruth2018-10-151-16/+16
* [TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth2018-10-151-1/+1
* Generalize an IR verifier check to work with non-zero program address spacesDylan McKay2018-10-111-1/+2
* [InstCombine] Fix incongruous GEP type addrspaceEwan Crawford2018-10-081-0/+6
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+4
* Add atomicrmw operation to error messagesMatt Arsenault2018-10-031-3/+5
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* Add some context to fatal verifier errorsXin Tong2018-09-111-2/+3
* Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.Adrian Prantl2018-09-081-0/+8
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+1
* Verifier: verify that a DILocation's scope is a DILocalScope.Adrian Prantl2018-08-241-0/+4
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-0/+2
* [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.Hsiangkai Wang2018-08-061-15/+12
* Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer2018-07-161-0/+23
* Use Type::isIntOrPtrTy where possible, NFCVedant Kumar2018-07-061-7/+4
* Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer2018-06-281-20/+0
* Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer2018-06-271-0/+20
* Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth2018-06-221-20/+0
* [Instrumentation] Add Call Graph Profile passMichael J. Spencer2018-06-211-0/+20
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-6/+55
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-7/+7
* [Verifier] Refactor duplicate code for atomic mem intrinsic verification (NFC)Daniel Neilson2018-04-101-75/+12
* Tweak an assert message in the verifierHans Wennborg2018-04-061-1/+1
* [IR] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-051-2/+2
* Add the ShadowCallStack attributeVlad Tsyrklevich2018-04-031-0/+1
* [SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse2018-03-221-0/+1
OpenPOWER on IntegriCloud