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
Age
Commit message (
Expand
)
Author
2010-01-15
Add some debug routines to SelectionDAG to dump full DAGs.
David Greene
2010-01-15
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
fix 80-column violations
Jim Grosbach
2010-01-14
Fix a codegen abort seen in 483.xalancbmk.
Dan Gohman
2010-01-12
Update a partially obsolete comment.
Dan Gohman
2010-01-12
Fix a typo in a comment.
Dan Gohman
2010-01-11
Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...
Jakob Stoklund Olesen
2010-01-11
Disable transformation of select of two loads to a select of address and then...
Mon P Wang
2010-01-09
Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode
Dan Gohman
2010-01-09
Dan pointed out checking whether a node is dead by comparing its opcode to IS...
Evan Cheng
2010-01-08
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....
Evan Cheng
2010-01-07
Fix rdar://7517201, a regression introduced by r92849.
Chris Lattner
2010-01-07
factor this code better and reduce nesting at the same
Chris Lattner
2010-01-07
APInt'fy TargetLowering::SimplifySetCC to fix PR5963.
Evan Cheng
2010-01-07
Use pop_back_val instead of back()+pop_back.
Benjamin Kramer
2010-01-06
Comment.
Evan Cheng
2010-01-06
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ...
Bill Wendling
2010-01-06
Only check the ordering if there is an ordering for each nodes.
Bill Wendling
2010-01-05
Add a semi-primitive form of scheduling via the "SDNode ordering" to the
Bill Wendling
2010-01-05
Don't assign the shift the same type as the variable being shifted. This could
Bill Wendling
2010-01-05
Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen
Dan Gohman
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
Delete renaming use of dead dbg intrinsics.
Devang Patel
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-04
Use a pointer type rather than MVT::Other for the ExternalSymbol node used
Dan Gohman
2010-01-02
Teach codegen to handle:
Chris Lattner
2010-01-01
whitespace cleanup
Chris Lattner
2010-01-01
Fix a warning on gcc 4.4.
Mikhail Glushenkov
2010-01-01
Trailing whitespace, 80-col violations.
Mikhail Glushenkov
2010-01-01
Teach codegen to lower llvm.powi to an efficient (but not optimal)
Chris Lattner
2009-12-29
remove a bunch of unneeded functions.
Chris Lattner
2009-12-29
Final step in the metadata API restructuring: move the
Chris Lattner
[next]