summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Address Reid's review feedback.David Majnemer2015-07-101-2/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-3/+75
* Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky2015-07-091-12/+11
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-12/+12
* Verifier: Forbid comdats on linker declarations.Peter Collingbourne2015-07-051-0/+3
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+5
* Minor style cleanup after 240843 [NFC]Philip Reames2015-06-261-8/+7
* [Verifier] Follow on to 240836Philip Reames2015-06-261-81/+79
* [Verifier] Verify invokes of intrinsicsPhilip Reames2015-06-261-19/+17
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-18/+7
* Allow aliases to be unnamed.Rafael Espindola2015-06-171-1/+0
* Debug Info IR: Switch DIObjCProperty to use DITypeRef.Adrian Prantl2015-06-151-1/+1
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+1
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-1/+2
* [opaque pointer type] Pass explicit type to Load instruction creation in Auto...David Blaikie2015-05-201-1/+1
* Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.Pete Cooper2015-05-201-1/+1
* [Verifier] Assert gc_relocate always return a pointer type Chen Li2015-05-181-2/+12
* [Safepoints][Verifier] Fix a tautological Assert.Sanjoy Das2015-05-131-1/+1
* Add function entry count metadata.Diego Novillo2015-05-131-0/+33
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-13/+36
* Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper2015-05-121-2/+2
* Rename variables in gc_relocate related functions to follow LLVM's naming con...Sanjoy Das2015-05-111-8/+8
* Simplify a return expression and an access to an alloca's allocated typeDavid Blaikie2015-05-111-3/+3
* [RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...Sanjoy Das2015-05-111-4/+2
* Revert r236912.Quentin Colombet2015-05-091-4/+4
* [opaque pointer type] Cleanup a few references to pointee types using nearby ...David Blaikie2015-05-081-4/+4
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-7/+30
OpenPOWER on IntegriCloud