SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
[oota-llvm.git] / test / Bitcode /
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-09-21 Benjamin KramerBitcodeReader: Correctly insert blockaddress constant...
2012-07-18 Joel JonesMore replacing of target-dependent intrinsics with...
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-11 Stepan DyatkovskiyFixed diff comparison.
2012-07-02 Chandler CarruthMake tests which first provide a negative assertion...
2012-06-10 Nadav RotemAdd AutoUpgrade support for the SSE4 ptest intrinsics.
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-04-08 Bill WendlingFileCheckize these testcases.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-25 Chad RosierAdd a few test cases to ensure the bitcode reader is...
2011-10-25 Chad RosierSimplify tests by not piping them through llvm-dis.
2011-10-25 Chad RosierFix these test cases to not use .bc files. Otherwise...
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 Lattnerremove support for a bunch of obsolete instruction...
2011-05-28 Chad RosierAdd missing newlines.
2011-05-28 Chad RosierFix test cases that were previously using grep to use...
2011-05-27 Chad RosierTypo is test case
2011-05-27 Chad RosierCRC32 intrinsics were renamed at revision 132163. ...
2011-05-06 Nick LewyckyIt's valid to take the blockaddress of a different...
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2010-10-28 Duncan SandsTestcase for PR8494 (invalid bitcode crashing the bitco...
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-04-20 Chris Lattnerreapply 'reject forward references to functions whose...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-17 Daniel DunbarRevert "reject forward references to functions whose...
2010-04-17 Chris Lattnerreject forward references to functions whose type don...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-01-25 Dan GohmanFix the bitcode reader to deserialize nuw/nsw/etc....
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-04 Devang PatelUse separate ValueList for metadata.
2009-08-04 Devang PatelRevert recent bitcode writer patches.
2009-08-04 Devang PatelConstants and Metadata share ValueList. This means...
2009-06-12 Nick LewyckyDon't remove aggregate-typed module level constants...
2009-02-03 Chris Lattnerfix a bitcode reader bug where it can't handle extracte...
2008-05-24 Evan ChengEliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl...
2008-05-24 Evan ChengEliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2...
2008-05-24 Evan ChengAutoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-02-17 Chris Lattnerfix this test.
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-25 Chandler CarruthMoving regression test to reflect move in source and...