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