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
/
Target
/
TargetCallingConv.td
Age
Commit message (
Expand
)
Author
2008-04-02
Add new CC lowering rule: provide a list of registers, which can be 'shadowed',
Anton Korobeynikov
2008-03-21
Introduce a new node for holding call argument
Duncan Sands
2008-01-15
Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-14
Eliminate the recently introduced CCAssignToStackABISizeAlign
Duncan Sands
2007-11-10
Add CCAssignToStackABISizeAlign for convenience in
Dale Johannesen
2007-07-27
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-06
Add the byval attribute
Rafael Espindola
2007-06-19
If a function is vararg, never pass inreg arguments in registers. Thanks to
Chris Lattner
2007-03-07
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-06
Use new SDIselParamAttr enumeration. This removes "magick" constants
Anton Korobeynikov
2007-02-28
rename some CCActions, add CCIfInReg
Chris Lattner
2007-02-27
implement CCMatchIfCC in terms of CCMatchIf
Chris Lattner
2007-02-27
move target independent calling convention stuff to TargetCallingConv.td
Chris Lattner