[OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-needed
[oota-llvm.git] / test / Assembler /
2014-12-16 Duncan P. N. Exon... DebugInfo: Update testcase to actually check something
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Duncan P. N. Exon... IR: Add 'invalid-' to test names for invalid assembly
2014-12-10 David MajnemerDataLayout: Provide nicer diagnostics for malformed...
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 David MajnemerDataLayout: Be more verbose when diagnosing problems...
2014-12-10 David MajnemerI didn't intend to commit this with r223898
2014-12-10 David MajnemerDataLayout: Move asserts over to report_fatal_error
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-09 David MajnemerForgot to add test for r223856
2014-12-09 David MajnemerAsmParser: Don't crash on short hex constants for fp128...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 David MajnemerAsmParser: Don't crash on malformed attribute groups
2014-12-09 David MajnemerReland r223754
2014-12-09 David MajnemerRevert "AsmParser: Reject invalid mismatch between...
2014-12-09 David MajnemerAsmParser: Reject invalid mismatch between forward...
2014-12-08 David MajnemerConstantFold: Zero-sized globals might land on top...
2014-12-07 Duncan P. N. Exon... IR: Add missing tests for function-local metadata
2014-12-06 David MajnemerConstantFold: Don't optimize comparisons with weak...
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-11-06 Rafael EspindolaUse FileCheck in a few tests.
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-05 Akira Hatanaka[inline asm] Add a check in InlineAsm::ConstraintInfo...
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-16 Duncan P. N. Exon... IR: Don't add inbounds to GEPs of extern_weak variables
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Change the default -num-shuffles=5
2014-07-31 Duncan P. N. Exon... UseListOrder: Handle self-users
2014-07-31 Duncan P. N. Exon... UseListOrder: Don't give constant IDs to GlobalValues
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Add RUN lines to cases in test...
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-25 Eli BenderskyAdd some test files for r211710.
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-27 Arnaud A. de Grand... No need for those tests to go thru llvm-as and/or llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-09 Rafael EspindolaDon't crash on redefinitions.
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-13 Cameron McInallyClean up RUN command for Assembler/getInt.ll.
2014-01-13 Cameron McInallyFix uninitialized warning in llvm/lib/IR/DataLayout...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-09-07 Richard SmithRemove verifier check that attribute 'builtin' is only...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-08 Eric ChristopherDISubprogram metadata have an MDNode representing which...
2013-07-29 Manman RenDebug Info: enable verifier for testing cases.
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Rafael EspindolaAdd -disable-debug-info-verifier to a RUN line.
2013-07-24 Manman RenUpdate testing cases to make them pass debug info verif...
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-03 Rafael EspindolaFix test: It was missing run lines and llvm-dis has...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-03-12 David BlaikieCorrect invalid debug info metadata
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-11 Bill WendlingFileCheck-ize the tests.
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2012-11-27 Michael IlsemanFast-math test case for bitcode and textual reading...
2012-11-16 Justin HolewinskiPreserve address space of forward-referenced global...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-09 Bill WendlingInline the checks for mutually exclusive attributes...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-07-02 Chandler CarruthMake tests which first provide a negative assertion...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-04-08 Bill WendlingRemove old 'grep' lines.
2012-04-08 Bill WendlingFileCheckize these testcases.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-12 Chandler CarruthAdd an explicit test of the auto-upgrade functionality...
next