index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.h
Age
Commit message (
Expand
)
Author
2010-09-30
When isel is emitting instructions for an x86 target without CMOV, the CFG is
Jakob Stoklund Olesen
2010-08-31
Offset is not always unsigned number.
Devang Patel
2010-08-28
Trim a #include.
Dan Gohman
2010-08-26
Revert r112213. It is not needed.
Devang Patel
2010-08-26
Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.
Devang Patel
2010-08-25
Fix comment.
Devang Patel
2010-08-25
Remove dead argument.
Devang Patel
2010-07-16
The SelectionDAGBuilder's handling of debug info, on rare
Dale Johannesen
2010-07-15
Revert. This isn't the correct way to go.
Bill Wendling
2010-07-15
Handle code gen for the unreachable instruction if it's the only instruction in
Bill Wendling
2010-07-01
Reapply r106422, splitting the code for materializing a value out of
Dan Gohman
2010-06-21
Revert r106422, which is breaking the non-fast-isel path.
Dan Gohman
2010-06-21
More changes for non-top-down fast-isel.
Dan Gohman
2010-06-01
Keep track of incoming debug value of unused argument.
Devang Patel
2010-05-01
Don't pass SDValues by non-const reference unless they may be
Dan Gohman
2010-05-01
Delete the EdgeMapping variable itself.
Dan Gohman
2010-04-29
Do not generate duplicate dbg_value instructions for function arguments.
Evan Cheng
2010-04-28
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-22
Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down
Dan Gohman
2010-04-22
Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
Dan Gohman
2010-04-22
Move PHINodesToUpdate out of SelectionDAGBuilder and into
Dan Gohman
2010-04-20
Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since
Dan Gohman
2010-04-20
Sink DebugLoc handling out of SelectionDAGISel into FastISel and
Dan Gohman
2010-04-19
Eliminate the CurMBB member from SelectionDAGBuilder. For places that
Dan Gohman
2010-04-19
Code that needs a TargetMachine should have access to one directly, rather
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-14
Fix typos in comments.
Dan Gohman
2010-04-14
Delete an obsolete comment.
Dan Gohman
2010-04-05
remove the now-redundant MMI pointer in SelectionDAG.
Chris Lattner
2010-04-02
stop using DebugLoc::getUnknownLoc()
Chris Lattner
2010-01-28
Assign the ordering of SDNodes in a much less intrusive fashion. After the
Bill Wendling
2010-01-01
whitespace cleanup
Chris Lattner
2009-12-24
move an optimization for memcmp out of simplifylibcalls and into
Chris Lattner
2009-12-22
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-18
Changes from review:
Bill Wendling
2009-11-23
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
Dan Gohman