Add a test for the -suppress-warnings option.
[oota-llvm.git] / test / Assembler /
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...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-09-19 Eli FriedmanFix a typo in the bitcode reader in the handling of...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-08-25 Bill WendlingUpdate to the new EH scheme.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnermore tests not making the jump into the brave new world.
2011-07-09 Chris Lattnerremove some crufy old tests that aren't adding much...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-16 Nick LewyckyAdd testcase for r133050 which added support for printi...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-05-18 Duncan SandsTighten up checking of the validity of casts. (1)...
2011-05-03 Bill WendlingReplace the "movnt" intrinsics with a native store...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-04 Jay FoadRemove some support for ReturnInsts with multiple opera...
2011-03-17 Stuart HastingsReapply: Add type output to llvm-dis annotations. ...
next