summaryrefslogtreecommitdiff
path: root/test/Verifier
AgeCommit message (Expand)Author
2017-12-14[Verifier] Check that GEP indexes has correct typesIgor Laevsky
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-08-31Revert "Revert r312139 "Verifier: Verify the correctness of fragment expressi...Adrian Prantl
2017-08-30Revert r312139 "Verifier: Verify the correctness of fragment expressions atta...Hans Wennborg
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-30Verifier: Verify the correctness of fragment expressions attached to globals.Adrian Prantl
2017-08-25[Verifier] Diagnose invalid DIType references instead of crashing.Davide Italiano
2017-08-23Fix Verifier test - add REQUIRES aarch64-registered-targetAditya Nandakumar
2017-08-23Add a Verifier check for DILocation's scopes.Adrian Prantl
2017-08-23[GISEl]: Translate phi into G_PHIAditya Nandakumar
2017-08-17Mark Verifier/invalid-eh.ll as unsupported on windowsVictor Leschuk
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-12Add element atomic memset intrinsicDaniel Neilson
2017-07-12Add element atomic memmove intrinsicDaniel Neilson
2017-07-12Make shell redirection construct portableKamil Rytarowski
2017-06-16[Atomics] Rename and change prototype for atomic memcpy intrinsicDaniel Neilson
2017-05-25Add constrained intrinsics for some libm-equivalent operationsAndrew Kaylor
2017-05-23Support for taking the max of module flags when linking, use for PIE/PICTeresa Johnson
2017-05-09Make it illegal for two Functions to point to the same DISubprogramAdrian Prantl
2017-05-09Revert r302469 "Make it illegal for two Functions to point to the same DISubp...Hans Wennborg
2017-05-08Make it illegal for two Functions to point to the same DISubprogramAdrian Prantl
2017-05-04Add accidentally deleted testcase back.Adrian Prantl
2017-05-04Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl
2017-05-03Support arbitrary address space pointers in masked gather/scatter intrinsics.Elad Cohen
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
2017-04-04Verifier: Check some amdgpu calling convention restrictionsMatt Arsenault
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-03-08[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov
2017-03-07Further reduce testcaseAdrian Prantl
2017-03-07Update comment in testcaseAdrian Prantl
2017-03-07Relax the conflicting function arg verifier to allow for inlined debugAdrian Prantl
2017-02-28Teach the IR verifier to reject conflicting debug info for function arguments.Adrian Prantl
2017-02-28Add function importing info from samplepgo profile to the module summary.Dehao Chen
2017-02-23Revert "Teach the IR verifier to reject conflicting debug info for function a...Adrian Prantl
2017-02-21Teach the IR verifier to reject conflicting debug info for function arguments.Adrian Prantl
2017-02-20[IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.Davide Italiano
2017-02-17Verifier: Disallow a line number without a file in DISubprogramJustin Bogner
2017-01-26Add intrinsics for constrained floating point operationsAndrew Kaylor
2016-12-29[TBAAVerifier] Be stricter around verifying scalar nodesSanjoy Das
2016-12-29Introduce element-wise atomic memcpy intrinsicIgor Laevsky
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16Strip invalid TBAA when reading bitcodeMehdi Amini
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-15[Verifier] Allow TBAA metadata on atomicrmw and atomiccmpxchgSanjoy Das
2016-12-11[Verifier] Add verification for TBAA metadataSanjoy Das
2016-10-05Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.Adrian Prantl