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
/
SelectionDAGBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move PHINodesToUpdate out of SelectionDAGBuilder and into
Dan Gohman
2010-04-22
1
-4
/
+0
*
Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since
Dan Gohman
2010-04-20
1
-1
/
+1
*
Sink DebugLoc handling out of SelectionDAGISel into FastISel and
Dan Gohman
2010-04-20
1
-1
/
+0
*
Eliminate the CurMBB member from SelectionDAGBuilder. For places that
Dan Gohman
2010-04-19
1
-14
/
+18
*
Code that needs a TargetMachine should have access to one directly, rather
Dan Gohman
2010-04-19
1
-3
/
+4
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-2
/
+2
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-102
/
+104
*
Fix typos in comments.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Delete an obsolete comment.
Dan Gohman
2010-04-14
1
-1
/
+0
*
remove the now-redundant MMI pointer in SelectionDAG.
Chris Lattner
2010-04-05
1
-1
/
+0
*
stop using DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-4
/
+2
*
Assign the ordering of SDNodes in a much less intrusive fashion. After the
Bill Wendling
2010-01-28
1
-0
/
+5
*
whitespace cleanup
Chris Lattner
2010-01-01
1
-6
/
+6
*
move an optimization for memcmp out of simplifylibcalls and into
Chris Lattner
2009-12-24
1
-0
/
+4
*
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
1
-0
/
+2
*
Changes from review:
Bill Wendling
2009-12-18
1
-1
/
+5
*
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
Dan Gohman
2009-11-23
1
-0
/
+487
[prev]