Make the indirect branch optimization deterministic. No functionality change.
[oota-llvm.git] / test / Assembler /
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. ...
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-12-05 Frits van BommelFix PR 4170 by having ExtractValueInst::getIndexedType...
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-03 Bill WendlingAuto-upgrade tests for the new MMX intrinsic calls.
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-13 Dale JohannesenBasic smoke test for new x86mmx type.
2010-09-02 Chris Lattneradd a new "llvm-dis -show-annotations" option, which...
2010-09-02 Chris Lattnerremove some noise from tests.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-06 Victor HernandezFunction-local metadata whose operands had been optimiz...
2010-02-04 Victor HernandezFix (and test) function-local metadata that occurs...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-14 Victor HernandezExtend testcase to also test llvm.dbg.value intrinsic
2010-01-14 Victor HernandezNow that LLParser, AsmWriter, BitcodeReader, and Bitcod...
2010-01-05 Victor HernandezRe-add parsing of function-local metadata; this time...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-31 Chris Lattneradd some basic named MD tests.
2009-12-30 Chris Lattnerreimplement insertvalue/extractvalue metadata handling...
2009-12-30 Chris Lattnerfix parsing of mdstring values.
2009-12-29 Chris LattnerEach instruction is allowed to have *multiple* different
2009-12-29 Chris LattnerDo not crash when .ll printing metadata that smells...
2009-10-21 Dale JohannesenAdjust testcases for msasm -> alignstack.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-09-20 Nick LewyckyClean up the usage of evaluateICmpRelation's return...
2009-09-15 Chris Lattnerfix PR4963: folding insertvalue would sometimes turn...
2009-09-11 Dan GohmanFix this test to test what it was originally intended...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattnerfix test to not get a moduleid that matches 'br'
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-06 Daniel DunbarFix spacing.
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-24 Eli FriedmanFix assert assembling zero-argument constant GEP.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-15 Dan GohmanApparently Darwin doesn't have /dev/full :-(.
2009-07-15 Dan GohmanAdd a testcase for raw_ostream error checking.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-22 Torok EdwinRevert this. There's no way to verifiy indirect calls...
2009-05-22 Torok EdwinVerify that calling conventions match function prototype.
2009-04-27 Dan GohmanMake this test slightly more strict.
2009-04-26 Sanjiv GuptaAny size of integral indices are allowed in gep for...
2009-04-25 Chris Lattneradd testcase for strange types of gep indices
2009-04-25 Chris Lattnertestcase and asmparser fix for PR4066
next