[X86] Convert to MVT instead of calling EVT functions since we already know the type...
[oota-llvm.git] / lib / Target / X86 / X86VZeroUpper.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-05 Sanjay Pateluse range-based for-loop; NFC
2015-02-07 Andrea Di BiagioFix typos; NFC.
2015-02-02 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2015-01-08 Matthias BraunX86: VZeroUpperInserter: shortcut should not trigger...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-22 Eric ChristopherAvoid using subtarget features when adding X86 specific...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-17 Lang Hames[X86] New and improved VZeroUpperInserter optimization.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-05 Elena DemikhovskyAVX-512: Added more intrinsics for convert and min...
2013-12-04 Michael Liao[X86] Check YMM31/ZMM31 as well
2013-12-03 Michael LiaoEnhance the fix of PR17631
2013-10-23 Michael LiaoFix PR17631
2013-07-24 Elena DemikhovskyI'm starting to commit KNL backend. I'll push patches...
2013-02-13 Elena DemikhovskyPrevent insertion of "vzeroupper" before call that...
2012-10-17 Jakob Stoklund OlesenCheck for empty YMM use-def lists in X86VZeroUpper.
2012-08-22 Craig TopperDon't cache the MBB in the class. Its only used by...
2012-08-22 Craig TopperMark a function as static since it doesn't use anything...
2012-08-01 Chad RosierWhitespace.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-04 Eli FriedmanEnhanced vzeroupper insertion pass that avoids insertin...
2011-09-03 Benjamin KramerUse internal storage for command line option.
2011-08-23 Bruno Cardoso LopesIntroduce a pass to insert vzeroupper instructions...