aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FastISel.cpp
AgeCommit message (Expand)Author
2013-03-28Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov
2013-03-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
2013-02-26[fast-isel] Make sure the FastLowerArguments function checks to make sure theChad Rosier
2013-02-25[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier
2013-02-18Remove a useless assert.Chad Rosier
2013-02-17Return false instead of 0.Jakub Staszak
2013-02-14Simplify code. Remove "else after return".Jakub Staszak
2013-02-05Move MRI liveouts to X86 return instructions.Jakob Stoklund Olesen
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling
2012-12-19Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-11Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund
2012-12-11Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund
2012-12-11Fall back to the selection dag isel to select tail calls.Chad Rosier
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-15Return 0 instead of false.Jakub Staszak
2012-11-15Simplify code.Jakub Staszak
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-11-01Cleanup another place redundant SP maintainedMichael Liao
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-03Add methods which query for the specific attribute instead of using theBill Wendling
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-02Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky
2012-10-02Remove the SavePoint infrastructure from fast isel, replaceEric Christopher
2012-08-30Fix PR13727Michael Liao
2012-08-11Tidy up indentation. No functional change.Craig Topper
2012-08-11Fix a cast that was casting away 'const' unnecessarily Craig Topper
2012-08-03Fall back to selection DAG isel for calls to builtin functions.Bob Wilson
2012-07-25Fix typos. Thanks to Matt Beaumont-Gay for noticing it.Rafael Espindola
2012-07-25When a return struct pointer is passed in registers, the called has nothingRafael Espindola
2012-07-25Factor a long list of conditions into a predicate function. No functionalityRafael Espindola
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-19Remove tabs.Bill Wendling
2012-07-11[x86 fast-isel] Per discussion with Eric, add all cases to switch with verboseChad Rosier
2012-07-11[x86 fast-isel] Rather then call llvm_unreachable() have fast-isel fall backChad Rosier
2012-07-04Make X86 call and return instructions non-variadic.Jakob Stoklund Olesen
2012-05-25Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman
2012-05-11Typo.Chad Rosier
2012-04-30Fix fastcc structure return with fast-isel on x86-32Derek Schuff
2012-04-27Revert r155745Derek Schuff
2012-04-27Fix fastcc structure return with fast-isel on x86-32Derek Schuff
2012-04-20Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-03-27Remove unnecessary llvm:: qualificationsCraig Topper
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper
2012-02-22Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper
2012-02-16Use the same CALL instructions for Windows as for everything else.Jakob Stoklund Olesen
2012-02-16Enable register mask operands for x86 calls.Jakob Stoklund Olesen
2012-02-15Use a temporary variable, rather then a series of redundant calls.Chad Rosier