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
/
FunctionLoweringInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will
Dan Gohman
2010-07-07
1
-144
/
+0
*
Rename CreateReg to CreateRegs, and MakeReg to CreateReg.
Dan Gohman
2010-07-02
1
-4
/
+4
*
Rename CreateRegForValue to CreateReg, and change its argument
Dan Gohman
2010-07-01
1
-2
/
+2
*
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-05-29
1
-1
/
+1
*
Add comment.
Evan Cheng
2010-04-29
1
-0
/
+2
*
Fix missing #include.
Dan Gohman
2010-04-29
1
-0
/
+1
*
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-28
1
-0
/
+2
*
Move PHINodesToUpdate out of SelectionDAGBuilder and into
Dan Gohman
2010-04-22
1
-0
/
+7
*
Move several SelectionDAG-independent utility functions out of the
Dan Gohman
2010-04-21
1
-49
/
+0
*
Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't
Dan Gohman
2010-04-19
1
-0
/
+10
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-2
/
+2
*
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
1
-2
/
+2
*
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
1
-4
/
+5
*
Refine #includes.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
1
-0
/
+19
*
Reorder the methods of this class to be a little more organized.
Dan Gohman
2010-04-14
1
-22
/
+22
*
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
Dan Gohman
2009-11-23
1
-0
/
+4
*
Move some more code out of SelectionDAGBuild.cpp and into
Dan Gohman
2009-11-23
1
-0
/
+10
*
Move the FunctionLoweringInfo class and some related utility functions out
Dan Gohman
2009-11-23
1
-0
/
+137