summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86VZeroUpper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add support for -mvzeroupper and -mno-vzeroupper to match gccCraig Topper2019-11-041-1/+1
* [X86] Use VR512_0_15RegClass intead of VR512RegClass in X86VZeroUpper.Craig Topper2019-09-251-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-4/+4
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Add iterator range MachineRegisterInfo::liveins(), adopt users, NFCKrzysztof Parzyszek2017-10-161-3/+2
* [X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-10-051-12/+28
* [X86] Remove an unused function from release builds. Reported by gccs unused ...Craig Topper2017-03-221-0/+2
* [X86] Generate VZEROUPPER for Skylake-avx512.Amjad Aboud2017-03-031-54/+62
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* X86: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-121-15/+13
* [x86, AVX] allow explicit calls to VZERO* to modify state in VZeroUpperInsert...Sanjay Patel2016-05-251-6/+7
* fix typo; NFCSanjay Patel2016-05-231-1/+1
* use range-loop; NFCISanjay Patel2016-05-231-4/+2
* [x86, AVX] don't add a vzeroupper if that's what the code is already doing (P...Sanjay Patel2016-05-221-0/+6
* fix comments; NFCSanjay Patel2016-05-201-9/+8
* use range-loops; NFCISanjay Patel2016-05-201-4/+2
* fix documentation comments; NFCSanjay Patel2016-05-201-9/+8
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+4
* Disallow generating vzeroupper before return instruction (iret) in interrupt ...Amjad Aboud2016-03-011-3/+8
* Disable the vzeroupper insertion pass on PS4.Yunzhong Gao2016-02-121-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* use range-based for-loop; NFCSanjay Patel2015-05-051-2/+2
* Fix typos; NFC.Andrea Di Biagio2015-02-071-4/+4
* Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher2015-02-021-2/+2
* X86: VZeroUpperInserter: shortcut should not trigger if we have any function ...Matthias Braun2015-01-081-8/+12
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+1
* Avoid using subtarget features when adding X86 specific passes toEric Christopher2014-05-221-1/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [X86] New and improved VZeroUpperInserter optimization.Lang Hames2014-03-171-165/+162
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-2/+2
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-051-16/+7
* [X86] Check YMM31/ZMM31 as wellMichael Liao2013-12-041-4/+4
* Enhance the fix of PR17631Michael Liao2013-12-031-8/+27
* Fix PR17631Michael Liao2013-10-231-1/+10
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-241-5/+10
* Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky2013-02-131-0/+10
* Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen2012-10-171-1/+1
* Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper2012-08-221-5/+3
* Mark a function as static since it doesn't use anything in the class.Craig Topper2012-08-221-1/+1
* Whitespace.Chad Rosier2012-08-011-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-1/+1
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-1/+1
OpenPOWER on IntegriCloud