index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
CallingConvLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CallingConvLower.cpp out of the SelectionDAG directory.
Dan Gohman
2010-07-07
1
-214
/
+0
*
Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperands
Dan Gohman
2010-07-06
1
-0
/
+35
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-6
/
+7
*
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
1
-0
/
+15
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-1
/
+1
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-12
/
+12
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-15
/
+15
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-26
/
+27
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+1
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-25
/
+25
*
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-07-11
1
-18
/
+32
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-2
/
+2
*
Minor top-level comment fix.
Dan Gohman
2009-03-31
1
-1
/
+1
*
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
*
add isVarArg to CCState
Chris Lattner
2007-06-19
1
-2
/
+3
*
add methods for analysis of call results and return nodes.
Chris Lattner
2007-02-28
1
-12
/
+42
*
add methods to analyze calls and formals.
Chris Lattner
2007-02-28
1
-0
/
+34
*
Minor refactoring of CC Lowering interfaces
Chris Lattner
2007-02-27
1
-1
/
+4
*
move CC Lowering stuff to its own public interface
Chris Lattner
2007-02-27
1
-0
/
+34