summaryrefslogtreecommitdiff
path: root/test/Verifier
AgeCommit message (Expand)Author
2016-08-04[coroutines] Part 4[ab]: Coroutine Devirtualization: Lower coro.resume and co...David Majnemer
2016-08-02[Verifier] Add more tests related to non-integral pointersSanjoy Das
2016-08-02[Verifier] Improve test coverage for rL277413Sanjoy Das
2016-08-02[Verifier] Disallow illegal ptr<->int casts in ConstantExprsSanjoy Das
2016-08-01Included test for r277360.David Majnemer
2016-07-28[IR] Introduce a non-integral pointer typeSanjoy Das
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-06-27Verifier: Reject non-float !fpmathMatt Arsenault
2016-06-22Upgrade old memset/memcpy signatures (without isVolatile argument) in testsArtur Pilipenko
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne
2016-06-14Verifier: check that functions have at most a single !prof attachment.Peter Collingbourne
2016-06-01[IR] Disallow loading and storing unsized typesSanjoy Das
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne
2016-05-12All llvm.deoptimize declarations must use the same calling conventionSanjoy Das
2016-04-24Verifier: Verify that each inlinable callsite of a debug-info-bearing functionAdrian Prantl
2016-04-24Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...Adrian Prantl
2016-04-24Verifier: Verify that each inlinable callsite of a debug-info-bearing functionAdrian Prantl
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13Revert "[IR/Verifier] Each DISubprogram with isDefinition: true must belong t...Davide Italiano
2016-04-12[DebugInfo] Add error message to test.Davide Italiano
2016-04-12[IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU.Davide Italiano
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV
2016-04-08Don't IPO over functions that can be de-refinedSanjoy Das
2016-04-08[IR/Verifier] Fix (yet another) crash.Davide Italiano
2016-04-06[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.Davide Italiano
2016-04-06Revert "[IRVerifier] Don't crash on invalid DIFile inside DISubprogram."Davide Italiano
2016-04-06[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.Davide Italiano
2016-04-06[IRVerifier] Avoid crashing on an invalid compile unit.Davide Italiano
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-03-31Introduce a @llvm.experimental.guard intrinsicSanjoy Das
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren
2016-03-28Add an IR Verifier check for orphaned DICompileUnits.Adrian Prantl
2016-03-26[Verifier] Reject PHIs using defs from own block.Michael Kruse
2016-03-11Introduce @llvm.experimental.deoptimizeSanjoy Das
2016-03-01[Verifier] Don't abort on invalid cleanupretsDavid Majnemer
2016-03-01[Verifier] Diagnose when unwinding out of cycles of blocksDavid Majnemer
2016-02-29[Verifier] Handle more funclet edge casesDavid Majnemer
2016-02-29[Verifier] Minor fix to error message; NFCSanjoy Das
2016-01-20Add a "gc-transition" operand bundleSanjoy Das
2016-01-10[WinEH] Fix catchpad pred verificationJoseph Tremoulet
2016-01-10[WinEH] Disallow cyclic unwindsJoseph Tremoulet
2016-01-10[WinEH] Verify consistent funclet unwind exitsJoseph Tremoulet
2016-01-10[WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet
2016-01-07[Statepoints] Initial support for relocating vectors of pointersPhilip Reames
2016-01-02[WinEH] Verify catchswitch handlersJoseph Tremoulet
2016-01-02[WinEH] Tighten parentPad verifier checksJoseph Tremoulet
2015-12-26[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li