| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -8/+9 |
| * | [AMDGPU] Adjust number of SGPRs available in Calling Convention | Ryan Taylor | 2019-08-28 | 1 | -14/+4 |
| * | [LLVM][Alignment] Introduce Alignment In CallingConv | Guillaume Chatelet | 2019-08-05 | 1 | -10/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | [CodeGen] Remove dead call-or-prologue enum from CCState | Reid Kleckner | 2017-02-02 | 1 | -2/+1 |
| * | [X86] Vectorcall Calling Convention - Adding CodeGen Complete Support | Oren Ben Simhon | 2016-12-21 | 1 | -0/+18 |
| * | CodeGen: Factor out code for tail call result compatibility check; NFC | Matthias Braun | 2016-03-30 | 1 | -0/+36 |
| * | Avoid unnecessary stack realignment in musttail thunks with SSE2 enabled | Reid Kleckner | 2016-01-21 | 1 | -1/+2 |
| * | Update to use new name alignTo(). | Rui Ueyama | 2016-01-14 | 1 | -1/+1 |
| * | Arguments spilled on the stack before a function call may have | Jeroen Ketema | 2015-09-29 | 1 | -0/+3 |
| * | remove function names from comments; NFC | Sanjay Patel | 2015-06-11 | 1 | -15/+13 |
| * | musttail: Only set the inreg flag for fastcall and vectorcall | Reid Kleckner | 2015-01-12 | 1 | -3/+16 |
| * | Make musttail more robust for vector types on x86 | Reid Kleckner | 2014-12-22 | 1 | -0/+56 |
| * | Remove unnecessary TargetMachine.h includes. | Eric Christopher | 2014-10-14 | 1 | -1/+0 |
| * | Remove the target machine from CCState. Previously it was only used | Eric Christopher | 2014-08-06 | 1 | -5/+4 |
| * | Round up the size of byval arguments to MinAlign | Reid Kleckner | 2014-08-06 | 1 | -0/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -4/+5 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -6/+6 |
| * | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -1/+1 |
| * | For ARM backend, fixed "byval" attribute support. | Stepan Dyatkovskiy | 2013-05-05 | 1 | -1/+1 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
| * | Add newlines to end of debug messages. | Craig Topper | 2012-11-14 | 1 | -6/+6 |
| * | Issue: | Stepan Dyatkovskiy | 2012-10-16 | 1 | -1/+1 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
| * | Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to | Chad Rosier | 2012-06-19 | 1 | -2/+1 |
| * | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen | 2012-06-01 | 1 | -3/+2 |
| * | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -1/+1 |
| * | Rename the ParmContext enum values to make a bit more sense and add a small | Cameron Zwarich | 2011-06-10 | 1 | -1/+1 |
| * | Remove tabs. | Cameron Zwarich | 2011-06-10 | 1 | -2/+2 |
| * | Remove a pointless const_cast. | Cameron Zwarich | 2011-06-10 | 1 | -1/+1 |
| * | Recommit r132764 since it didn't cause the windows buildbot failures. | Eric Christopher | 2011-06-09 | 1 | -0/+2 |
| * | Temporarily revert 132764 to see if it fixes the Windows buildbot. | Eric Christopher | 2011-06-09 | 1 | -2/+0 |
| * | If the alignment of the byval argument is greater than the alignment | Eric Christopher | 2011-06-09 | 1 | -0/+2 |
| * | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher | 2011-06-08 | 1 | -6/+8 |
| * | Reverting 132105: it broke some LLVM-GCC DejaGNU tests. | Stuart Hastings | 2011-05-26 | 1 | -7/+2 |
| * | Correctly handle a one-word struct passed byval on x86_64. | Stuart Hastings | 2011-05-26 | 1 | -2/+7 |
| * | Revert 131467 due to buildbot complaint. | Stuart Hastings | 2011-05-17 | 1 | -6/+2 |
| * | Fix an obscure issue in X86_64 parameter passing: if a tiny byval is | Stuart Hastings | 2011-05-17 | 1 | -2/+6 |
| * | ARM byval support. Will be enabled by another patch to the FE. <rdar://prob... | Stuart Hastings | 2011-04-20 | 1 | -3/+4 |
| * | Improve readability with some whitespace! | Eric Christopher | 2011-03-04 | 1 | -1/+1 |
| * | Support for byval parameters on ARM. Will be enabled by a forthcoming | Stuart Hastings | 2011-02-28 | 1 | -0/+2 |
| * | Simplify CCState's use of register aliases. | Jakob Stoklund Olesen | 2010-12-14 | 1 | -5/+3 |
| * | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -1/+1 |
| * | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -15/+15 |
| * | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -5/+4 |
| * | --- Reverse-merging r107947 into '.': | Bob Wilson | 2010-07-09 | 1 | -4/+5 |
| * | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman | 2010-07-09 | 1 | -5/+4 |
| * | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman | 2010-07-08 | 1 | -4/+5 |