summaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)Author
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer
2015-08-11[IR] Verify EH pad predecessorsDavid Majnemer
2015-08-04Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer
2015-07-10Revert the new EH instructionsDavid Majnemer
2015-07-10Tighten the verifier check for catchblock.David Majnemer
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-20Rewrite test/Feature/md_on_instruction.llDuncan P. N. Exon Smith
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-11Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2015-01-06Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-12-11Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes ...Nick Lewycky
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-12-06IR: Disallow function-local metadata attachmentsDuncan P. N. Exon Smith
2014-12-06IR: Disallow complicated function-local metadataDuncan P. N. Exon Smith
2014-12-03Prologue supportPeter Collingbourne
2014-12-01Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner
2014-10-16Delete -std-compile-opts.Rafael Espindola
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-09-13[AArch64] Update test case to pass with post-RA MI scheduler.Chad Rosier
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola
2014-07-13IR: Allow comdats to be applied to globals with internal linkageDavid Majnemer
2014-07-10IR: Aliases don't belong to an explicit comdatDavid Majnemer
2014-06-27IR: Add COMDATs to the IRDavid Majnemer
2014-06-12Move test for r210734 to Feature/aliases.ll.Bob Wilson
2014-06-06Allow aliases to be unnamed_addr.Rafael Espindola
2014-06-03Fix a small bug in the parsing of anonymous globals.Rafael Espindola
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola
2014-05-29Rename alias variables to make it easier to add new tests to the file.Rafael Espindola
2014-05-28[pr19844] Add thread local mode to aliases.Rafael Espindola
2014-05-16Fix most of PR10367.Rafael Espindola
2014-05-01[IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer
2014-03-31Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson
2014-03-27Prevent alias from pointing to weak aliases.Rafael Espindola
2014-03-26Revert "Prevent alias from pointing to weak aliases."Rafael Espindola
2014-03-26Prevent alias from pointing to weak aliases.Rafael Espindola
2014-03-18Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola