Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / widen_load-2.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-27 Alexey SamsonovRevert "[x86] Combine x86mmx/i64 to v2i64 conversion...
2015-01-23 Bruno Cardoso Lopes[x86] Combine x86mmx/i64 to v2i64 conversion to use...
2015-01-21 Ahmed Bougacha[X86] Declare SSE4.1/AVX2 vector extloads covered by...
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2014-07-24 Chandler Carruth[x86] Make vector legalization of extloads work more...
2014-07-23 Chandler Carruth[x86] Clean up a test case to use check labels and...
2014-02-07 Jim GrosbachX86: Resolve a long standing FIXME and properly isel...
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2013-08-19 Paul RedmondImprove the widening of integral binary vector operations
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-10-23 Michael LiaoEnable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from...
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2011-10-27 Pete CooperChanged test to check for correct load size instead...
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
2010-01-24 Mon P WangImproved widening loads by adding support for wider...