summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.Manuel Jacob2016-01-051-7/+7
* [Verifier] Add braces to satisfy buildbots. NFCJoseph Tremoulet2016-01-021-1/+2
* [WinEH] Verify catchswitch handlersJoseph Tremoulet2016-01-021-0/+7
* [WinEH] Tighten parentPad verifier checksJoseph Tremoulet2016-01-021-4/+2
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-261-7/+4
* Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.Manuel Jacob2015-12-221-3/+0
* Assert that we have all use/users in the getters.Rafael Espindola2015-12-191-1/+3
* Polish atomic pointersJF Bastien2015-12-171-25/+24
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-1/+15
* [IR] Add support for floating pointer atomic loads and storesPhilip Reames2015-12-161-3/+5
* [WinEH] Use operand bundles to describe call sitesDavid Majnemer2015-12-151-3/+17
* [IR] Remove terminatepadDavid Majnemer2015-12-141-36/+2
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-85/+70
* Verifier: Avoid quadratic checking of aggregates for bad bitcastsDuncan P. N. Exon Smith2015-12-101-38/+37
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-2/+27
* [Verifier] Fix !dbg validation if Scope is the SubprogramKeno Fischer2015-12-061-1/+4
* [Verifier] Improve error for cross-module refsKeno Fischer2015-12-011-3/+10
* Disallow aliases to available_externally.Rafael Espindola2015-11-261-1/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* Also map the personality function in CloneFunctionIntoKeno Fischer2015-11-161-0/+8
* Introduce deoptimization operand bundlesSanjoy Das2015-11-111-0/+9
* Add a new attribute: norecurseJames Molloy2015-11-061-1/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-42/+35
* [Verifier] Minor comment update, NFCVedant Kumar2015-10-211-2/+1
* Add verification for align, dereferenceable, dereferenceable_or_null load met...Artur Pilipenko2015-10-091-0/+36
* IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith2015-10-081-0/+4
* [SEH] Add llvm.eh.exceptioncode intrinsicReid Kleckner2015-10-071-0/+1
* [WinEH] Add llvm.eh.exceptionpointer intrinsicJoseph Tremoulet2015-09-031-0/+5
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-9/+47
* [TableGen] Allow TokenTy in intrinsic signaturesJoseph Tremoulet2015-09-021-0/+1
* DI: Add Function::getSubprogram()Duncan P. N. Exon Smith2015-08-281-1/+13
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-0/+3
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-26/+21
* Verifier: Don't crash on null entries in debug info retained types listDavid Blaikie2015-08-221-1/+1
* [IR] Add token typesDavid Majnemer2015-08-141-4/+21
* [IR] Verify EH pad predecessorsDavid Majnemer2015-08-111-14/+51
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-0/+1
* De-constify pointers to Type since they can't be modified. NFCCraig Topper2015-08-011-6/+5
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-5/+1
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-5/+160
* [Statepoints] Let patchable statepoints have a symbolic call target.Sanjoy Das2015-07-281-6/+0
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-241-0/+2
* DI: Remove DIDerivedTypeBaseDuncan P. N. Exon Smith2015-07-241-13/+11
* Verifier: Sink filename check into visitMDCompositeType(), NFCDuncan P. N. Exon Smith2015-07-241-19/+6
* Verifier: Remove unnecessary references to DW_TAG_subroutine_type, NFCDuncan P. N. Exon Smith2015-07-241-2/+0
* Add argmemonly attribute.Igor Laevsky2015-07-111-3/+5
* Revert the new EH instructionsDavid Majnemer2015-07-101-151/+5
* Tighten the verifier check for catchblock.David Majnemer2015-07-101-3/+4
* Address Joseph's review comments.David Majnemer2015-07-101-1/+74
OpenPOWER on IntegriCloud