Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
97135e1ee51357245561a5108f90a8a1161431a1
/
lib
/
CodeGen
/
SelectionDAG
/
CallingConvLower.cpp
095cc29
Define CallSDNode, an SDNode subclass for use with ISD::CALL.
by Dan Gohman
· 17 years ago
c7fcfa0
- Doh. Pass vector by value is bad.
by Evan Cheng
· 17 years ago
c89d2fe
Add a variant of AnalyzeCallOperands that can be used by fast isel.
by Evan Cheng
· 17 years ago
dc2fbdd
Trim unnecessary #includes.
by Dan Gohman
· 17 years ago
117b64b
Correct the allocation size for CCState's UsedRegs member, which
by Dan Gohman
· 17 years ago
83ec4b6
Wrap MVT::ValueType in a struct to get type safety
by Duncan Sands
· 17 years ago
276dcbd
Introduce a new node for holding call argument
by Duncan Sands
· 17 years ago
b8cafe3
Increase ISD::ParamFlags to 64 bits. Increase the ByValSize
by Dale Johannesen
· 17 years ago
6f0d024
Rename MRegisterInfo to TargetRegisterInfo.
by Dan Gohman
· 17 years ago
4c46fc6
Oops. Forgot to commit this.
by Evan Cheng
· 18 years ago
c67e6e8
ByVal stack slot alignment should be at least as large as pointer ABI alignment.
by Evan Cheng
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
594d37e
propagate struct size and alignment of byval arguments to the DAG
by Rafael Espindola
· 18 years ago
aeeccfc
add isVarArg to CCState
by Chris Lattner
· 18 years ago
66baf26
add methods for analysis of call results and return nodes.
by Chris Lattner
· 18 years ago
fb39f99
add methods to analyze calls and formals.
by Chris Lattner
· 18 years ago
13513b7
Minor refactoring of CC Lowering interfaces
by Chris Lattner
· 18 years ago
362e98a
move CC Lowering stuff to its own public interface
by Chris Lattner
· 18 years ago