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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a codegen abort seen in 483.xalancbmk.
Dan Gohman
2010-01-14
1
-0
/
+3
*
Update a partially obsolete comment.
Dan Gohman
2010-01-12
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2010-01-12
1
-1
/
+1
*
Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...
Jakob Stoklund Olesen
2010-01-11
1
-14
/
+19
*
Disable transformation of select of two loads to a select of address and then...
Mon P Wang
2010-01-11
1
-28
/
+41
*
Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode
Dan Gohman
2010-01-09
7
-67
/
+107
*
Dan pointed out checking whether a node is dead by comparing its opcode to IS...
Evan Cheng
2010-01-09
1
-8
/
+26
*
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....
Evan Cheng
2010-01-08
1
-1
/
+2
*
Fix rdar://7517201, a regression introduced by r92849.
Chris Lattner
2010-01-07
1
-1
/
+1
*
factor this code better and reduce nesting at the same
Chris Lattner
2010-01-07
1
-61
/
+41
*
APInt'fy TargetLowering::SimplifySetCC to fix PR5963.
Evan Cheng
2010-01-07
1
-15
/
+15
*
Use pop_back_val instead of back()+pop_back.
Benjamin Kramer
2010-01-07
1
-7
/
+4
*
Comment.
Evan Cheng
2010-01-06
1
-0
/
+3
*
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
4
-65
/
+210
*
The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ...
Bill Wendling
2010-01-06
1
-2
/
+2
*
Only check the ordering if there is an ordering for each nodes.
Bill Wendling
2010-01-06
1
-2
/
+2
*
Add a semi-primitive form of scheduling via the "SDNode ordering" to the
Bill Wendling
2010-01-05
1
-0
/
+12
*
Don't assign the shift the same type as the variable being shifted. This could
Bill Wendling
2010-01-05
1
-1
/
+3
*
Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen
Dan Gohman
2010-01-05
1
-12
/
+12
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
3
-7
/
+6
*
Delete renaming use of dead dbg intrinsics.
Devang Patel
2010-01-05
2
-12
/
+0
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-19
/
+19
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-4
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-8
/
+8
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-21
/
+21
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-21
/
+21
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-10
/
+10
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-14
/
+14
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-6
/
+7
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-14
/
+14
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-6
/
+6
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-24
/
+24
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-10
/
+11
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-12
/
+12
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
1
-13
/
+13
*
Use a pointer type rather than MVT::Other for the ExternalSymbol node used
Dan Gohman
2010-01-04
1
-1
/
+2
*
Teach codegen to handle:
Chris Lattner
2010-01-02
1
-0
/
+12
*
whitespace cleanup
Chris Lattner
2010-01-01
1
-6
/
+6
*
Fix a warning on gcc 4.4.
Mikhail Glushenkov
2010-01-01
1
-1
/
+2
*
Trailing whitespace, 80-col violations.
Mikhail Glushenkov
2010-01-01
1
-77
/
+82
*
Teach codegen to lower llvm.powi to an efficient (but not optimal)
Chris Lattner
2010-01-01
1
-5
/
+57
*
remove a bunch of unneeded functions.
Chris Lattner
2009-12-29
2
-2
/
+2
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-4
/
+2
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
3
-21
/
+10
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
3
-34
/
+30
*
Allow targets to specify the return type of libcalls that are generated for f...
Sanjiv Gupta
2009-12-28
2
-1
/
+6
*
Remove dead store.
Bill Wendling
2009-12-28
1
-2
/
+2
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-2
/
+0
[next]