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 AsmPrinter::GetBlockAddressSymbol to always return a unique
Chris Lattner
2010-03-14
1
-0
/
+2
*
get MMI out of the label uniquing business, just go to MCContext
Chris Lattner
2010-03-14
1
-2
/
+2
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
4
-28
/
+23
*
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-14
1
-5
/
+7
*
Revert turning copysignl into a COPYSIGN node for the moment:
Duncan Sands
2010-03-12
1
-1
/
+1
*
Now that it's supported, turn copysignl into a COPYSIGN node.
Duncan Sands
2010-03-12
1
-1
/
+1
*
Fix PR6522: implement copysign expansion for x86 long double
Duncan Sands
2010-03-12
1
-23
/
+39
*
fix PR6577, a bug in sdbuilder lowering select instructions
Chris Lattner
2010-03-12
1
-1
/
+2
*
Remove getWidenVectorType, which is no longer used.
Dan Gohman
2010-03-11
1
-14
/
+0
*
In case of tail call size of Ins and InVals may not match.
Evan Cheng
2010-03-11
1
-6
/
+7
*
Remove dead include.
Daniel Dunbar
2010-03-11
1
-1
/
+0
*
fix PR6533 by updating the br(xor) code to remember the case
Chris Lattner
2010-03-10
1
-5
/
+7
*
Cosmetic: lengthen names and improve comments.
Dale Johannesen
2010-03-10
2
-16
/
+15
*
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-10
5
-27
/
+127
*
Fix another bitwidth calculation to handle vector types; based on a
Dan Gohman
2010-03-10
1
-1
/
+1
*
Attempt to make this debug output meaningful, both in the case of
Dan Gohman
2010-03-09
1
-3
/
+6
*
Print the correct index in the "match failed at index" message.
Dan Gohman
2010-03-09
1
-1
/
+1
*
Add Order to SDDbgValue
Dale Johannesen
2010-03-08
1
-4
/
+10
*
Use Other as a sentinel instead of iAny.
Chris Lattner
2010-03-07
1
-4
/
+4
*
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
3
-0
/
+129
*
Reapply r97778 and r97779, enabled only for unsigned i64 to f64
Dan Gohman
2010-03-06
1
-0
/
+25
*
Avoid creating bad PHI instructions when BR is being const-folded.
Jakob Stoklund Olesen
2010-03-05
1
-0
/
+2
*
Fix PR6497, a bug where we'd fold a load into an addc
Chris Lattner
2010-03-05
1
-0
/
+7
*
inline a small function with one call site.
Chris Lattner
2010-03-05
1
-16
/
+4
*
Revert r97778 and r97779. They're somehow breaking llvm-gcc builds.
Dan Gohman
2010-03-05
1
-17
/
+41
*
Fix these constants to be more portable.
Dan Gohman
2010-03-05
1
-3
/
+3
*
Rewrite i64-to-f64 conversion using an algorithm which handles
Dan Gohman
2010-03-05
1
-41
/
+17
*
add a statistic for # times fastisel fails.
Chris Lattner
2010-03-04
1
-0
/
+6
*
Fix a typo Duncan noticed.
Dan Gohman
2010-03-04
1
-1
/
+1
*
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
1
-3
/
+7
*
Fix more code to work properly with vector operands. Based on
Dan Gohman
2010-03-04
1
-5
/
+5
*
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-04
1
-19
/
+16
*
Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where
Dan Gohman
2010-03-03
1
-4
/
+45
*
add some of the more obscure predicate types to the
Chris Lattner
2010-03-03
1
-56
/
+99
*
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
1
-38
/
+141
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-3
/
+34
*
Use APInt instead of zext value.
Bill Wendling
2010-03-03
1
-1
/
+1
*
This test case:
Bill Wendling
2010-03-03
1
-5
/
+7
*
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
1
-11
/
+25
*
run HandleMergeInputChains even if we only have one input chain.
Chris Lattner
2010-03-02
1
-29
/
+3
*
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
1
-12
/
+40
*
I was confused about this, it turns out that MorphNodeTo
Chris Lattner
2010-03-02
1
-3
/
+2
*
factor node morphing out to its own helper method.
Chris Lattner
2010-03-02
1
-54
/
+62
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-2
/
+59
*
Use the right induction variable.
Chris Lattner
2010-03-02
1
-2
/
+2
*
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
1
-54
/
+158
*
Fix several places to handle vector operands properly.
Dan Gohman
2010-03-02
3
-6
/
+6
*
Remove dead parameter passing.
Bill Wendling
2010-03-02
4
-58
/
+51
*
remove dead code.
Chris Lattner
2010-03-02
1
-31
/
+0
*
refactor some code out of OPC_EmitMergeInputChains into a
Chris Lattner
2010-03-02
1
-21
/
+37
[next]