index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-19
Revert 93811 per request.
Dale Johannesen
2010-01-18
Enable code to emit dbg.declare as DEBUG_VALUE
Dale Johannesen
2010-01-18
Canonicalize -1 - x to ~x.
Evan Cheng
2010-01-16
When checking for sret-demotion, it needs to use legal types. When using the...
Kenneth Uildriks
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
[next]