index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Offset is not always unsigned number.
Devang Patel
2010-08-31
1
-1
/
+1
*
Trim a #include.
Dan Gohman
2010-08-28
1
-3
/
+0
*
Revert r112213. It is not needed.
Devang Patel
2010-08-26
1
-4
/
+4
*
Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.
Devang Patel
2010-08-26
1
-4
/
+4
*
Fix comment.
Devang Patel
2010-08-25
1
-4
/
+3
*
Remove dead argument.
Devang Patel
2010-08-25
1
-2
/
+1
*
The SelectionDAGBuilder's handling of debug info, on rare
Dale Johannesen
2010-07-16
1
-0
/
+22
*
Revert. This isn't the correct way to go.
Bill Wendling
2010-07-15
1
-1
/
+1
*
Handle code gen for the unreachable instruction if it's the only instruction in
Bill Wendling
2010-07-15
1
-1
/
+1
*
Reapply r106422, splitting the code for materializing a value out of
Dan Gohman
2010-07-01
1
-0
/
+2
*
Revert r106422, which is breaking the non-fast-isel path.
Dan Gohman
2010-06-21
1
-2
/
+0
*
More changes for non-top-down fast-isel.
Dan Gohman
2010-06-21
1
-0
/
+2
*
Keep track of incoming debug value of unused argument.
Devang Patel
2010-06-01
1
-0
/
+10
*
Don't pass SDValues by non-const reference unless they may be
Dan Gohman
2010-05-01
1
-1
/
+1
*
Delete the EdgeMapping variable itself.
Dan Gohman
2010-05-01
1
-4
/
+0
*
Do not generate duplicate dbg_value instructions for function arguments.
Evan Cheng
2010-04-29
1
-1
/
+1
*
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-28
1
-0
/
+10
*
Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down
Dan Gohman
2010-04-22
1
-2
/
+2
*
Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
Dan Gohman
2010-04-22
1
-0
/
+2
*
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