index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
CallingConvLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
1
-1
/
+4
*
Define CallSDNode, an SDNode subclass for use with ISD::CALL.
Dan Gohman
2008-09-13
1
-8
/
+7
*
- Doh. Pass vector by value is bad.
Evan Cheng
2008-09-07
1
-1
/
+11
*
Add a variant of AnalyzeCallOperands that can be used by fast isel.
Evan Cheng
2008-09-05
1
-0
/
+17
*
Trim unnecessary #includes.
Dan Gohman
2008-07-11
1
-1
/
+0
*
Correct the allocation size for CCState's UsedRegs member, which
Dan Gohman
2008-06-30
1
-1
/
+1
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-10
/
+10
*
Introduce a new node for holding call argument
Duncan Sands
2008-03-21
1
-14
/
+11
*
Increase ISD::ParamFlags to 64 bits. Increase the ByValSize
Dale Johannesen
2008-03-10
1
-3
/
+5
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-4
/
+4
*
Oops. Forgot to commit this.
Evan Cheng
2008-01-15
1
-5
/
+12
*
ByVal stack slot alignment should be at least as large as pointer ABI alignment.
Evan Cheng
2008-01-15
1
-1
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
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
-1
/
+11
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+102