summaryrefslogtreecommitdiffstats
path: root/llvm/test/Verifier
Commit message (Expand)AuthorAgeFilesLines
* GlobalISel: Verify G_GEPMatt Arsenault2019-02-051-0/+32
* GlobalISel: Fix verifier crashing on non-register operandsMatt Arsenault2019-02-051-1/+10
* GlobalISel: Enforce operand types for constantsMatt Arsenault2019-02-043-5/+49
* GlobalISel: Verify g_selectMatt Arsenault2019-02-044-11/+42
* GlobalISel: Verify memory size for load/storeMatt Arsenault2019-01-302-1/+11
* GlobalISel: Verify pointer castsMatt Arsenault2019-01-293-0/+147
* GlobalISel: Verify load/store has a pointer inputMatt Arsenault2019-01-274-0/+93
* GlobalISel: Disallow vectors for G_CONSTANT/G_FCONSTANTMatt Arsenault2019-01-222-0/+33
* GlobalISel: Fix out of bounds crashes in verifierMatt Arsenault2019-01-222-0/+51
* GlobalISel: Verify G_BITCASTMatt Arsenault2019-01-181-0/+37
* GlobalISel: Verify G_ICMP/G_FCMP vector typesMatt Arsenault2019-01-182-0/+80
* [Verifier] Reject invalid type for DILocalVariable.Davide Italiano2019-01-071-0/+42
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-144-0/+39
* [GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECT...Amara Emerson2018-12-053-0/+83
* [IRVerifier] Allow StructRet in statepointThan McIntosh2018-11-161-0/+18
* [machineverifier] Detect PHI's that are preceeded by non-PHI'sDaniel Sanders2018-10-031-0/+84
* Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.Adrian Prantl2018-09-081-0/+19
* Verifier: verify that a DILocation's scope is a DILocalScope.Adrian Prantl2018-08-241-0/+24
* [IR Verifier] Do not allow bitcast of pointer to vector of pointers and vice ...Serguei Katkov2018-08-214-0/+49
* Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer2018-07-161-0/+30
* Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer2018-06-281-30/+0
* Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer2018-06-271-0/+30
* Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth2018-06-221-30/+0
* [Instrumentation] Add Call Graph Profile passMichael J. Spencer2018-06-211-0/+30
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-094-7/+7
* Tweak an assert message in the verifierHans Wennborg2018-04-061-1/+1
* [DebugInfo] Add verifier for DICompositeType vectorMatt Davis2018-03-081-0/+36
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-2/+1
* [GISel]: Verify COPIES involving generic registers.Aditya Nandakumar2018-02-092-0/+64
* Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that tes...Douglas Yung2018-02-081-1/+1
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-0/+8
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-4/+4
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-0/+37
* Verifier: fix bug treating debug info issue as non-debug info issueYaxun Liu2018-01-231-1/+1
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-194-17/+5
* [NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...Daniel Neilson2018-01-121-1/+1
* Tighten up DIFile verifier for checksumsPaul Robinson2018-01-111-0/+30
* Debug Info: Support DW_AT_calling_convention on composite types.Adrian Prantl2018-01-051-0/+5
* [Verifier] Check that GEP indexes has correct typesIgor Laevsky2017-12-142-0/+8
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-0223-31/+50
* Revert "Revert r312139 "Verifier: Verify the correctness of fragment expressi...Adrian Prantl2017-08-311-0/+19
* Revert r312139 "Verifier: Verify the correctness of fragment expressions atta...Hans Wennborg2017-08-301-19/+0
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-1/+1
* Verifier: Verify the correctness of fragment expressions attached to globals.Adrian Prantl2017-08-301-0/+19
* [Verifier] Diagnose invalid DIType references instead of crashing.Davide Italiano2017-08-251-0/+18
* Fix Verifier test - add REQUIRES aarch64-registered-targetAditya Nandakumar2017-08-231-1/+2
* Add a Verifier check for DILocation's scopes.Adrian Prantl2017-08-231-0/+34
* [GISEl]: Translate phi into G_PHIAditya Nandakumar2017-08-231-0/+78
* Mark Verifier/invalid-eh.ll as unsupported on windowsVictor Leschuk2017-08-171-0/+2
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-4/+2
OpenPOWER on IntegriCloud