OSDN Git Service

[Intrinsic] Signed Fixed Point Multiplication Intrinsic
[android-x86/external-llvm.git] / lib / IR / Verifier.cpp
2018-12-12 Leonard Chan[Intrinsic] Signed Fixed Point Multiplication Intrinsic
2018-11-30 Scott Linder[DWARFv5] Verify all-or-nothing constraint on DIFile...
2018-11-22 Chandler Carruth[TI removal] Leverage the fact that TerminatorInst...
2018-11-16 Than McIntosh[IRVerifier] Allow StructRet in statepoint
2018-11-13 Cameron McInally[IR] Add a dedicated FNeg IR Instruction
2018-11-05 Cameron McInally[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
2018-10-30 Cameron McInally[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM...
2018-10-29 Leonard Chan[Intrinsic] Signed and Unsigned Saturation Subtraction...
2018-10-22 Leonard Chan[Intrinsic] Unigned Saturation Addition Intrinsic
2018-10-16 Leonard Chan[Intrinsic] Signed Saturation Addition Intrinsic
2018-10-15 Chandler Carruth[TI removal] Rework `InstVisitor` to support visiting...
2018-10-15 Chandler Carruth[TI removal] Make variables declared as `TerminatorInst...
2018-10-11 Dylan McKayGeneralize an IR verifier check to work with non-zero...
2018-10-08 Ewan Crawford[InstCombine] Fix incongruous GEP type addrspace
2018-10-05 Vedant Kumar[DebugInfo] Add support for DWARF5 call site-related...
2018-10-03 Matt ArsenaultAdd atomicrmw operation to error messages
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-11 Xin TongAdd some context to fatal verifier errors
2018-09-08 Adrian PrantlRemove addBlockByrefAddress(), it is dead code as far...
2018-09-04 Chandler Carruth[x86/SLH] Add a real Clang flag and LLVM IR attribute...
2018-08-24 Adrian PrantlVerifier: verify that a DILocation's scope is a DILocal...
2018-08-14 Adrian Prantl[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
2018-08-06 Hsiangkai Wang[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
2018-07-16 Michael J. SpencerRecommit r335794 "Add support for generating a call...
2018-07-06 Vedant KumarUse Type::isIntOrPtrTy where possible, NFC
2018-06-28 Benjamin KramerRevert "Add support for generating a call graph profile...
2018-06-27 Michael J. SpencerAdd support for generating a call graph profile from...
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-10 Daniel Neilson[Verifier] Refactor duplicate code for atomic mem intri...
2018-04-06 Hans WennborgTweak an assert message in the verifier
2018-04-05 Mandeep Singh Grang[IR] Change std::sort to llvm::sort in response to...
2018-04-03 Vlad TsyrklevichAdd the ShadowCallStack attribute
2018-03-22 Matt Morehouse[SimplifyCFG] Create attribute for fuzzing-specific...
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-09 Peter CollingbourneUse branch funnels for virtual calls when retpoline...
2018-03-08 Matt Davis[DebugInfo] Add verifier for DICompositeType vector
2018-03-06 Rafael EspindolaRefactor check for dllimport in the Verifier.
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-06 Adrian PrantlAdd DWARF for discriminated unions
2018-01-27 Daniel NeilsonAdd IRBuilder API to create memcpy/memmove calls with...
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-23 Yaxun LiuVerifier: fix bug treating debug info issue as non...
2018-01-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-18 Rafael EspindolaMake GlobalValues with non-default visibilility dso_local.
2018-01-12 Daniel Neilson[NFC] Change MemIntrinsicInst::setAlignment() to take...
2018-01-11 Rafael EspindolaMake internal/private GVs implicitly dso_local.
2018-01-11 Paul RobinsonTighten up DIFile verifier for checksums
2018-01-09 Easwaran RamanAdd a pass to generate synthetic function entry counts.
2018-01-05 Adrian PrantlDebug Info: Support DW_AT_calling_convention on composi...
2017-12-30 Benjamin KramerUse phi ranges to simplify code. No functionality chang...
2017-12-18 Ivan A. Kosarev[IR] Support the new TBAA metadata format in IR verifier
2017-12-14 Igor Laevsky[Verifier] Check that GEP indexes has correct types
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/IR.
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-11-28 Adrian PrantlMove getVariableSize from Verifier.cpp into DIVariable...
2017-11-02 Vedant Kumar[Verifier] Remove the -verify-debug-info cl::opt
2017-10-30 Daniel NeilsonCreate instruction classes for identifying any atomicit...
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Adrian PrantlRevert "Verifier: Ignore CUs pulled in by ODR-uniqued...
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-24 Davide Italiano[Verifier] Stop accepting broken DIGlobalVariable(s).
2017-09-22 Reid KlecknerFix uninteneded fallthrough detected by GCC warning
2017-09-21 Reid KlecknerRe-land r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-21 Daniel JasperRevert r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-20 Reid Kleckner[IR] Add llvm.dbg.addr, a control-dependent version...
2017-09-07 Reid KlecknerMove duplicate helpers from DbgValueInst / DbgDeclareIn...
2017-08-31 Adrian PrantlRevert "Revert r312139 "Verifier: Verify the correctnes...
2017-08-30 Hans WennborgRevert r312139 "Verifier: Verify the correctness of...
2017-08-30 Adrian PrantlVerifier: Verify the correctness of fragment expression...
2017-08-25 Davide Italiano[Verifier] Diagnose invalid DIType references instead...
2017-08-24 Wei DingAdd ‘llvm.experimental.constrained.fma‘ Intrinsic.
2017-08-23 Adrian PrantlRetire the llvm.dbg.mir hack after r311594.
2017-08-23 Adrian PrantlAdd a Verifier check for DILocation's scopes.
2017-08-17 Davide Italiano[Verifier] Avoid visiting DIGlobalVariables twice.
2017-08-16 Davide Italiano[Verifier] Reject globals without a type associated.
2017-08-14 Andrew KaylorAdd strictfp attribute to prevent unwanted optimization...
2017-08-01 Adrian PrantlRemove PrologEpilogInserter's usage of DBG_VALUE's...
2017-07-12 Daniel NeilsonAdd element atomic memset intrinsic
2017-07-12 Daniel NeilsonAdd element atomic memmove intrinsic
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-07-09 Craig Topper[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVec...
2017-07-05 Craig Topper[IR] Use CmpInst::isFPPredicate/isIntPredicate in a...
2017-06-16 Daniel Neilson[Atomics] Rename and change prototype for atomic memcpy...
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-25 Andrew KaylorAdd constrained intrinsics for some libm-equivalent...
2017-05-23 Reid Kleckner[IR] Switch AttributeList to use an array for O(1)...
2017-05-23 Teresa JohnsonSupport for taking the max of module flags when linking...
2017-05-20 Matthias BraunFix breakage after r303461
2017-05-19 Matthias BraunVerifier: Check wchar_size module flag.
2017-05-09 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-09 Hans WennborgRevert r302469 "Make it illegal for two Functions to...
2017-05-08 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-02 Marek OlsakAMDGPU: Add AMDGPU_HS calling convention
next