summaryrefslogtreecommitdiffstats
path: root/test/Verifier
Commit message (Expand)AuthorAgeFilesLines
...
* IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne2016-06-011-1/+6
* All llvm.deoptimize declarations must use the same calling conventionSanjoy Das2016-05-121-0/+3
* Verifier: Verify that each inlinable callsite of a debug-info-bearing functionAdrian Prantl2016-04-241-0/+62
* Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...Adrian Prantl2016-04-241-62/+0
* Verifier: Verify that each inlinable callsite of a debug-info-bearing functionAdrian Prantl2016-04-241-0/+62
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-11/+10
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-154-10/+12
* Revert "[IR/Verifier] Each DISubprogram with isDefinition: true must belong t...Davide Italiano2016-04-131-25/+0
* [DebugInfo] Add error message to test.Davide Italiano2016-04-121-1/+4
* [IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU.Davide Italiano2016-04-121-0/+22
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-122-0/+23
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-1/+1
* [IR/Verifier] Fix (yet another) crash.Davide Italiano2016-04-081-0/+10
* [IRVerifier] Don't crash on invalid DIFile inside DISubprogram.Davide Italiano2016-04-061-0/+10
* Revert "[IRVerifier] Don't crash on invalid DIFile inside DISubprogram."Davide Italiano2016-04-061-10/+0
* [IRVerifier] Don't crash on invalid DIFile inside DISubprogram.Davide Italiano2016-04-061-0/+10
* [IRVerifier] Avoid crashing on an invalid compile unit.Davide Italiano2016-04-061-0/+8
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-013-0/+39
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-1/+1
* Introduce a @llvm.experimental.guard intrinsicSanjoy Das2016-03-311-0/+26
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+4
* Add an IR Verifier check for orphaned DICompileUnits.Adrian Prantl2016-03-281-0/+10
* [Verifier] Reject PHIs using defs from own block.Michael Kruse2016-03-261-0/+13
* Introduce @llvm.experimental.deoptimizeSanjoy Das2016-03-111-0/+42
* [Verifier] Don't abort on invalid cleanupretsDavid Majnemer2016-03-011-0/+15
* [Verifier] Diagnose when unwinding out of cycles of blocksDavid Majnemer2016-03-011-0/+19
* [Verifier] Handle more funclet edge casesDavid Majnemer2016-02-291-0/+50
* [Verifier] Minor fix to error message; NFCSanjoy Das2016-02-291-1/+1
* Add a "gc-transition" operand bundleSanjoy Das2016-01-201-0/+13
* [WinEH] Fix catchpad pred verificationJoseph Tremoulet2016-01-101-0/+31
* [WinEH] Disallow cyclic unwindsJoseph Tremoulet2016-01-101-0/+57
* [WinEH] Verify consistent funclet unwind exitsJoseph Tremoulet2016-01-101-0/+99
* [WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet2016-01-101-0/+87
* [Statepoints] Initial support for relocating vectors of pointersPhilip Reames2016-01-071-3/+2
* [WinEH] Verify catchswitch handlersJoseph Tremoulet2016-01-021-0/+9
* [WinEH] Tighten parentPad verifier checksJoseph Tremoulet2016-01-021-0/+51
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-266-38/+37
* Polish atomic pointersJF Bastien2015-12-171-2/+2
* [IR] Add support for floating pointer atomic loads and storesPhilip Reames2015-12-161-0/+14
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-0/+38
* [Verifier] Fix !dbg validation if Scope is the SubprogramKeno Fischer2015-12-061-0/+25
* Disallow aliases to available_externally.Rafael Espindola2015-11-261-0/+6
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-193-4/+16
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-183-16/+4
* Introduce deoptimization operand bundlesSanjoy Das2015-11-111-0/+13
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-2/+2
* Add verification for align, dereferenceable, dereferenceable_or_null load met...Artur Pilipenko2015-10-092-0/+145
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-0/+36
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-112-7/+7