summaryrefslogtreecommitdiff
path: root/test/Verifier
AgeCommit message (Expand)Author
2018-07-16Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer
2018-06-28Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer
2018-06-27Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer
2018-06-22Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth
2018-06-21[Instrumentation] Add Call Graph Profile passMichael J. Spencer
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-04-06Tweak an assert message in the verifierHans Wennborg
2018-03-08[DebugInfo] Add verifier for DICompositeType vectorMatt Davis
2018-02-12[DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder
2018-02-09[GISel]: Verify COPIES involving generic registers.Aditya Nandakumar
2018-02-08Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that tes...Douglas Yung
2018-02-06Add DWARF for discriminated unionsAdrian Prantl
2018-01-31Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-23Verifier: fix bug treating debug info issue as non-debug info issueYaxun Liu
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2018-01-12[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...Daniel Neilson
2018-01-11Tighten up DIFile verifier for checksumsPaul Robinson
2018-01-05Debug Info: Support DW_AT_calling_convention on composite types.Adrian Prantl
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