| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -18/+45 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -26/+33 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -4/+52 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -4/+19 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -2/+2 |
* | For ARM backend, fixed "byval" attribute support. | Stepan Dyatkovskiy | 2013-05-05 | 1 | -8/+89 |
* | CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 . | NAKAMURA Takumi | 2013-01-07 | 1 | -2/+2 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | Fix PR13899 | Michael Liao | 2012-10-01 | 1 | -0/+2 |
* | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper | 2012-03-11 | 1 | -6/+6 |
* | Provide an ARMCCState subclass of CCState so that ARM clients will always set | Cameron Zwarich | 2011-06-10 | 1 | -1/+4 |
* | Rename the ParmContext enum values to make a bit more sense and add a small | Cameron Zwarich | 2011-06-10 | 1 | -1/+4 |
* | Remove tabs. | Cameron Zwarich | 2011-06-10 | 1 | -2/+2 |
* | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher | 2011-06-08 | 1 | -1/+5 |
* | ARM byval support. Will be enabled by another patch to the FE. <rdar://prob... | Stuart Hastings | 2011-04-20 | 1 | -0/+15 |
* | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -9/+9 |
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -11/+11 |
* | Explain the return value of CCAssignFn. | Duncan Sands | 2010-10-31 | 1 | -1/+1 |
* | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola | 2010-08-06 | 1 | -0/+6 |
* | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -2/+1 |
* | --- Reverse-merging r107947 into '.': | Bob Wilson | 2010-07-09 | 1 | -1/+2 |
* | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman | 2010-07-09 | 1 | -2/+1 |
* | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman | 2010-07-08 | 1 | -1/+2 |
* | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman | 2010-07-07 | 1 | -2/+1 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -4/+0 |
* | Move ArgFlagsTy, OutputArg, and InputArg out of SelectionDAGNodes.h and | Dan Gohman | 2010-07-07 | 1 | -1/+1 |
* | Move CallingConvLower.cpp out of the SelectionDAG directory. | Dan Gohman | 2010-07-07 | 1 | -1/+0 |
* | Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperands | Dan Gohman | 2010-07-06 | 1 | -0/+4 |
* | Add a new CCValAssign LocInfo value, and a comment explaining what it | Dan Gohman | 2010-07-06 | 1 | -0/+3 |
* | Add code to check at SelectionDAGISel::LowerArguments time to see if return v... | Kenneth Uildriks | 2009-11-07 | 1 | -0/+7 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -3/+4 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -20/+20 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -9/+13 |
* | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix... | Anton Korobeynikov | 2009-08-03 | 1 | -18/+23 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -3/+3 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -1/+3 |
* | Clean up formatting, remove trailing whitespace, fix comment typos and | Bob Wilson | 2009-04-17 | 1 | -6/+6 |
* | Use CallConvLower.h and TableGen descriptions of the calling conventions | Bob Wilson | 2009-04-17 | 1 | -4/+36 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -2/+2 |
* | - Doh. Pass vector by value is bad. | Evan Cheng | 2008-09-07 | 1 | -1/+4 |
* | Add a variant of AnalyzeCallOperands that can be used by fast isel. | Evan Cheng | 2008-09-05 | 1 | -0/+6 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -12/+12 |
* | Add new CC lowering rule: provide a list of registers, which can be 'shadowed', | Anton Korobeynikov | 2008-04-02 | 1 | -3/+25 |
* | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 1 | -3/+2 |
* | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen | 2008-03-10 | 1 | -2/+4 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | Oops. Forgot to commit this. | Evan Cheng | 2008-01-15 | 1 | -3/+7 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | propagate struct size and alignment of byval arguments to the DAG | Rafael Espindola | 2007-08-10 | 1 | -0/+4 |