Fix broken build
[oota-llvm.git] / test / Bitcode /
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-05 Saleem AbdulrasoolAsmParser: add a warning for compatibility parsing
2014-04-05 Saleem AbdulrasoolAsmParser: restore LLVM IR compatibility for linker_pri...
2014-03-27 Karthik BhatAll new elements except the last one initialized to...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-02 Michael KupersteinEnsure bitcode encoding of instructions and their opera...
2014-02-26 Michael KupersteinEnsure bitcode encoding of instructions and their opera...
2014-02-04 Manman RenUpdate testing case for r200806.
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-12-22 Michael KupersteinEnsure bitcode encoding of calling conventions stays...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-15 Michael KupersteinEnsure bitcode encoding of global variable attributes...
2013-12-08 Michael KupersteinFixed CRLF
2013-12-08 Michael KupersteinEnsure bitcode encoding of visibility styles stays...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-12-01 Michael KupersteinEnsure bitcode encoding of linkage types stays stable...
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-04 Rafael EspindolaChange BitcodeReader to use error_code instead of bool...
2013-10-31 Reid KlecknerUse a larger invalid attribute bitcode number
2013-10-31 NAKAMURA Takumillvm/test/Bitcode/invalid.ll: Tweak expresion to mach...
2013-10-31 Rafael EspindolaFix a use after free on invalid input.
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-12 Joe AbbeyPatch provide by Tom Roeder!
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-20 Bill WendlingUse -disable-output and to suppress output and don...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-07-17 Tobias GrosserAdd some uncovered attribute tests
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-12 Bill WendlingTest for string attributes and for attribute group...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
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...
next