]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Assembler
[XCore] Support functions returning more than 4 words.
[opencl/llvm.git] / test / Assembler /
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. ...
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.
next