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
*
SDNodes may have at most one Flag result. Update this comment
Dan Gohman
2008-10-25
1
-2
/
+2
*
Initialize uninitialized variable.
Dale Johannesen
2008-10-24
1
-1
/
+1
*
Fix thinko - the operand number has nothing to do
Duncan Sands
2008-10-23
2
-3
/
+3
*
LegalizeTypes soft-float support for fpow.
Duncan Sands
2008-10-22
2
-1
/
+15
*
Be nice to CellSPU: for this target getSetCCResultType
Duncan Sands
2008-10-22
1
-2
/
+8
*
Port from LegalizeDAG the logic to only generate
Duncan Sands
2008-10-22
1
-8
/
+44
*
Add some comments explaining the meaning of a boolean
Duncan Sands
2008-10-22
1
-4
/
+2
*
Temporarily allow the operands of a BUILD_VECTOR
Duncan Sands
2008-10-22
1
-4
/
+8
*
Add an SSE2 algorithm for uint64->f64 conversion.
Dale Johannesen
2008-10-21
1
-0
/
+16
*
Fix SelectionDAGBuild lowering of Select instructions to
Dan Gohman
2008-10-21
1
-8
/
+22
*
Don't create TargetGlobalAddress nodes with offsets that don't fit
Dan Gohman
2008-10-21
1
-1
/
+1
*
Make the NaN test come second, heuristically assuming
Dan Gohman
2008-10-21
1
-12
/
+12
*
Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts
Chris Lattner
2008-10-21
1
-7
/
+30
*
Fast-isel no longer an experiment.
Dan Gohman
2008-10-20
1
-1
/
+1
*
Support operations like fp_to_uint with a vector
Duncan Sands
2008-10-20
2
-1
/
+53
*
LegalizeTypes support for atomic operation promotion.
Duncan Sands
2008-10-20
2
-3
/
+78
*
Use DAG.getIntPtrConstant rather than DAG.getConstant
Duncan Sands
2008-10-20
2
-6
/
+4
*
Always use either MVT::i1 or getSetCCResultType for
Duncan Sands
2008-10-20
1
-15
/
+51
*
Formatting - no functional change.
Duncan Sands
2008-10-20
2
-7
/
+6
*
Don't use a random type for the select condition,
Duncan Sands
2008-10-20
1
-2
/
+1
*
Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will
Bill Wendling
2008-10-19
1
-15
/
+26
*
Fix comment. Other formatting changes. No functionality changes.
Bill Wendling
2008-10-19
1
-5
/
+6
*
Vector shuffle mask elements may be "undef". Handle
Duncan Sands
2008-10-19
1
-13
/
+24
*
Use a legal integer type for vector shuffle mask
Duncan Sands
2008-10-19
1
-4
/
+4
*
Reapply r57699 with a fix to not crash on asms with multiple results. Unlike
Chris Lattner
2008-10-18
1
-16
/
+48
*
Don't truncate GlobalAddress offsets to int in debug output.
Dan Gohman
2008-10-18
2
-2
/
+2
*
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-18
3
-2
/
+47
*
Revert r57699. It's causing regressions in
Dan Gohman
2008-10-18
1
-43
/
+15
*
Factor out the code for mapping LLVM IR condition opcodes to
Dan Gohman
2008-10-17
2
-34
/
+47
*
add support for 128 bit aggregates.
Chris Lattner
2008-10-17
1
-0
/
+1
*
Added MemIntrinsicNode which is useful to represent target intrinsics that
Mon P Wang
2008-10-17
1
-2
/
+59
*
Factor out the code for mapping LLVM IR condition opcodes to
Dan Gohman
2008-10-17
1
-126
/
+61
*
Fix PR2356 on PowerPC: if we have an input and output that are tied together
Chris Lattner
2008-10-17
1
-15
/
+43
*
refactor some code into a helper method, no functionality change.
Chris Lattner
2008-10-17
1
-25
/
+40
*
Keep track of *which* input constraint matches an output
Chris Lattner
2008-10-17
2
-6
/
+6
*
add an assert so that PR2356 explodes instead of running off an
Chris Lattner
2008-10-17
2
-6
/
+24
*
Define patterns for shld and shrd that match immediate
Dan Gohman
2008-10-17
1
-5
/
+9
*
- Add target lowering hooks that specify which setcc conditions are illegal,
Evan Cheng
2008-10-15
2
-5
/
+55
*
FastISel support for exception-handling constructs.
Dan Gohman
2008-10-14
2
-48
/
+119
*
Rename LoadX to LoadExt.
Evan Cheng
2008-10-14
3
-16
/
+16
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
4
-5
/
+5
*
FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...
Evan Cheng
2008-10-13
1
-1
/
+4
*
* Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns
Matthijs Kooijman
2008-10-13
1
-1
/
+2
*
calls can be supported.
Chris Lattner
2008-10-13
1
-9
/
+9
*
Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as
Chris Lattner
2008-10-11
1
-7
/
+3
*
simplify comparison
Chris Lattner
2008-10-11
1
-1
/
+1
*
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
2
-13
/
+22
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
3
-10
/
+10
*
Avoid emitting redundant materializations of integer constants
Dan Gohman
2008-10-07
1
-3
/
+4
*
Use Dan's supperior check
Andrew Lenharth
2008-10-07
1
-13
/
+9
[next]