summaryrefslogtreecommitdiffstats
path: root/test/Verifier
Commit message (Expand)AuthorAgeFilesLines
* Add element atomic memset intrinsicDaniel Neilson2017-07-121-0/+18
* Add element atomic memmove intrinsicDaniel Neilson2017-07-121-0/+24
* Make shell redirection construct portableKamil Rytarowski2017-07-1212-12/+12
* [Atomics] Rename and change prototype for atomic memcpy intrinsicDaniel Neilson2017-06-161-6/+14
* Add constrained intrinsics for some libm-equivalent operationsAndrew Kaylor2017-05-251-2/+37
* Support for taking the max of module flags when linking, use for PIE/PICTeresa Johnson2017-05-231-1/+5
* Make it illegal for two Functions to point to the same DISubprogramAdrian Prantl2017-05-091-5/+11
* Revert r302469 "Make it illegal for two Functions to point to the same DISubp...Hans Wennborg2017-05-091-11/+5
* Make it illegal for two Functions to point to the same DISubprogramAdrian Prantl2017-05-081-5/+11
* Add accidentally deleted testcase back.Adrian Prantl2017-05-041-0/+30
* Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl2017-05-041-30/+0
* Support arbitrary address space pointers in masked gather/scatter intrinsics.Elad Cohen2017-05-031-0/+122
* Add speculatable function attributeMatt Arsenault2017-04-282-0/+44
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-0/+22
* Verifier: Check some amdgpu calling convention restrictionsMatt Arsenault2017-04-041-0/+55
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-0810-0/+60
* [DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov2017-03-081-0/+5
* Further reduce testcaseAdrian Prantl2017-03-071-46/+34
* Update comment in testcaseAdrian Prantl2017-03-071-1/+2
* Relax the conflicting function arg verifier to allow for inlined debugAdrian Prantl2017-03-071-0/+70
* Teach the IR verifier to reject conflicting debug info for function arguments.Adrian Prantl2017-02-281-0/+26
* Add function importing info from samplepgo profile to the module summary.Dehao Chen2017-02-282-2/+2
* Revert "Teach the IR verifier to reject conflicting debug info for function a...Adrian Prantl2017-02-231-26/+0
* Teach the IR verifier to reject conflicting debug info for function arguments.Adrian Prantl2017-02-211-0/+26
* [IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.Davide Italiano2017-02-201-1/+2
* Verifier: Disallow a line number without a file in DISubprogramJustin Bogner2017-02-171-0/+15
* Add intrinsics for constrained floating point operationsAndrew Kaylor2017-01-261-0/+43
* [TBAAVerifier] Be stricter around verifying scalar nodesSanjoy Das2016-12-291-5/+15
* Introduce element-wise atomic memcpy intrinsicIgor Laevsky2016-12-291-0/+17
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-0/+14
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-14/+0
* Strip invalid TBAA when reading bitcodeMehdi Amini2016-12-161-2/+6
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-0/+14
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-14/+0
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-0/+14
* [Verifier] Allow TBAA metadata on atomicrmw and atomiccmpxchgSanjoy Das2016-12-151-0/+22
* [Verifier] Add verification for TBAA metadataSanjoy Das2016-12-111-0/+109
* Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.Adrian Prantl2016-10-051-0/+7
* [coroutines] Part 4[ab]: Coroutine Devirtualization: Lower coro.resume and co...David Majnemer2016-08-041-1/+1
* [Verifier] Add more tests related to non-integral pointersSanjoy Das2016-08-021-1/+16
* [Verifier] Improve test coverage for rL277413Sanjoy Das2016-08-021-0/+12
* [Verifier] Disallow illegal ptr<->int casts in ConstantExprsSanjoy Das2016-08-021-0/+12
* Included test for r277360.David Majnemer2016-08-011-0/+7
* [IR] Introduce a non-integral pointer typeSanjoy Das2016-07-281-0/+45
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+13
* Verifier: Reject non-float !fpmathMatt Arsenault2016-06-271-0/+3
* Upgrade old memset/memcpy signatures (without isVolatile argument) in testsArtur Pilipenko2016-06-221-2/+10
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-212-4/+10
* Verifier: check that functions have at most a single !prof attachment.Peter Collingbourne2016-06-141-0/+12
* [IR] Disallow loading and storing unsized typesSanjoy Das2016-06-011-0/+24