[C++11] Use 'nullptr'.
[oota-llvm.git] / utils / PerfectShuffle / PerfectShuffle.cpp
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2011-05-18 Tanya LattnerIn r131488 I misunderstood how VREV works. It splits...
2011-05-17 Tanya Lattnervrev is incorrectly defined in the perfect shuffle...
2010-10-14 Jim GrosbachTeach PerfectShuffle to not generate files with embedde...
2009-09-25 Anton KorobeynikovProvide proper masks for neon perfect shuffle table.
2009-08-21 Anton KorobeynikovAdd lowering of ARM 4-element shuffles to multiple...
2009-08-21 Anton KorobeynikovAdd simple cost model to perfect shuffle. Currently...
2009-08-21 Anton KorobeynikovWhitespace cleanup
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris Lattnerremove attributions from utils.
2006-11-03 Chris Lattnersilence warning
2006-11-02 Reid SpencerFor PR786:
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-04-18 Chris LattnerFix a build failure on Vladimir's tester.
2006-04-17 Chris LattnerEncode a cost of zero as a cost of 1.
2006-04-17 Chris LattnerReally, I can count!
2006-04-17 Chris Lattnerassign stable opcodes to the various altivec ops.
2006-04-17 Chris LattnerRename BuildShuffleTable -> PerfectShuffle
2006-04-17 Chris Lattnerrename the table
2006-04-17 Chris LattnerInitial checking of a perfect shuffle generation progra...