Use utostr rather than std::to_string
[oota-llvm.git] / lib / IR / Verifier.cpp
2016-01-13 Keno FischerUse utostr rather than std::to_string
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-10 Joseph Tremoulet[WinEH] Fix catchpad pred verification
2016-01-10 Joseph Tremoulet[WinEH] Disallow cyclic unwinds
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-10 Joseph Tremoulet[WinEH] Verify unwind edges against EH pad tree
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-07 Philip Reames[Statepoints] Initial support for relocating vectors...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2016-01-02 Joseph Tremoulet[Verifier] Add braces to satisfy buildbots. NFC
2016-01-02 Joseph Tremoulet[WinEH] Verify catchswitch handlers
2016-01-02 Joseph Tremoulet[WinEH] Tighten parentPad verifier checks
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-17 JF BastienPolish atomic pointers
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-10 Duncan P. N. Exon... Verifier: Avoid quadratic checking of aggregates for...
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-06 Keno Fischer[Verifier] Fix !dbg validation if Scope is the Subprogram
2015-12-01 Keno Fischer[Verifier] Improve error for cross-module refs
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-16 Keno FischerAlso map the personality function in CloneFunctionInto
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-21 Vedant Kumar[Verifier] Minor comment update, NFC
2015-10-09 Artur PilipenkoAdd verification for align, dereferenceable, dereferenc...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-08-28 Duncan P. N. Exon... DI: Add Function::getSubprogram()
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-22 David BlaikieVerifier: Don't crash on null entries in debug info...
2015-08-14 David Majnemer[IR] Add token types
2015-08-11 David Majnemer[IR] Verify EH pad predecessors
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Duncan P. N. Exon... DI: Remove DIDerivedTypeBase
2015-07-24 Duncan P. N. Exon... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N. Exon... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerTighten the verifier check for catchblock.
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-05 Peter CollingbourneVerifier: Forbid comdats on linker declarations.
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-26 Philip ReamesMinor style cleanup after 240843 [NFC]
2015-06-26 Philip Reames[Verifier] Follow on to 240836
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-18 Chen Li[Verifier] Assert gc_relocate always return a pointer...
2015-05-13 Sanjoy Das[Safepoints][Verifier] Fix a tautological Assert.
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-11 Sanjoy DasRename variables in gc_relocate related functions to...
2015-05-11 David BlaikieSimplify a return expression and an access to an alloca...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-09 Quentin ColombetRevert r236912.
2015-05-08 David Blaikie[opaque pointer type] Cleanup a few references to point...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-05-06 Pete CooperChange typeIncompatible to return an AttrBuilder instea...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-04-29 Adrian PrantlTemporarily relax a check in the debug info verifier.
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... Verifier: Function metadata attachments require a body
2015-04-24 David Blaikie[opaque pointer type] Verifier/AutoUpgrade: Remove...
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-17 David Blaikie[opaque pointer type] Access the pointee of the result...
next