index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CallingConvLower.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-14
Add newlines to end of debug messages.
Craig Topper
2012-10-16
Issue:
Stepan Dyatkovskiy
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-06-19
Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to
Chad Rosier
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2011-06-10
Rename the ParmContext enum values to make a bit more sense and add a small
Cameron Zwarich
2011-06-10
Remove tabs.
Cameron Zwarich
2011-06-10
Remove a pointless const_cast.
Cameron Zwarich
2011-06-09
Recommit r132764 since it didn't cause the windows buildbot failures.
Eric Christopher
2011-06-09
Temporarily revert 132764 to see if it fixes the Windows buildbot.
Eric Christopher
2011-06-09
If the alignment of the byval argument is greater than the alignment
Eric Christopher
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-05-26
Reverting 132105: it broke some LLVM-GCC DejaGNU tests.
Stuart Hastings
2011-05-26
Correctly handle a one-word struct passed byval on x86_64.
Stuart Hastings
2011-05-17
Revert 131467 due to buildbot complaint.
Stuart Hastings
2011-05-17
Fix an obscure issue in X86_64 parameter passing: if a tiny byval is
Stuart Hastings
2011-04-20
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-03-04
Improve readability with some whitespace!
Eric Christopher
2011-02-28
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2010-12-14
Simplify CCState's use of register aliases.
Jakob Stoklund Olesen
2010-11-04
In the calling convention logic, ValVT is always a legal type,
Duncan Sands
2010-11-03
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-07-10
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-09
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-08
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
Move CallingConvLower.cpp out of the SelectionDAG directory.
Dan Gohman