aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86PadShortFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-07-12X86: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith1-5/+3
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-1/+1
2016-04-26Optimization bisect support in X86-specific passesAndrew Kaylor1-0/+3
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff1-0/+5
2015-10-19X86: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-08-04wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel1-2/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-02-14X86: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith1-5/+2
2015-02-02Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher1-7/+6
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-05-22Avoid using subtarget features when adding X86 specific passes toEric Christopher1-0/+4
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-09[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2013-01-11Update patch for the pad short functions pass for Intel Atom (only).Preston Gurd1-18/+59
2013-01-08Pad Short Functions for Intel AtomPreston Gurd1-0/+171
2013-01-05Revert revision 171524. Original message:Nadav Rotem1-184/+0
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd1-0/+184