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
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename getAnyLoad to getLoad is suggested by Evan.
Duncan Sands
2008-03-28
1
-13
/
+13
*
Implement LegalizeTypes support for softfloat LOAD.
Duncan Sands
2008-03-27
1
-78
/
+52
*
Use a linked data structure for the uses lists of an SDNode, just like
Roman Levenstein
2008-03-26
1
-70
/
+99
*
Handle a special case xor undef, undef -> 0. Technically this should be trans...
Evan Cheng
2008-03-25
1
-1
/
+6
*
APIntify SelectionDAG's EXTRACT_ELEMENT code.
Dan Gohman
2008-03-24
1
-2
/
+4
*
Another comments fixing
Anton Korobeynikov
2008-03-22
1
-1
/
+1
*
Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...
Evan Cheng
2008-03-22
1
-0
/
+14
*
Introduce a new node for holding call argument
Duncan Sands
2008-03-21
1
-0
/
+44
*
More APInt-ification.
Dan Gohman
2008-03-13
1
-3
/
+3
*
Don't try to extract an i32 from an f64. This
Duncan Sands
2008-03-12
1
-2
/
+6
*
Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137
Anton Korobeynikov
2008-03-11
1
-1
/
+10
*
compile: double test() {}
Chris Lattner
2008-03-11
1
-1
/
+3
*
Teach SD some vector identities, allowing us to compile vec_set-9 into:
Chris Lattner
2008-03-08
1
-1
/
+13
*
Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...
Evan Cheng
2008-03-08
1
-0
/
+1
*
80 col violation.
Evan Cheng
2008-03-06
1
-2
/
+4
*
Constant fold SIGN_EXTEND_INREG with ashr not lshr.
Evan Cheng
2008-03-06
1
-1
/
+1
*
Generalize FP constant shrinking optimization to apply to any vt
Chris Lattner
2008-03-05
1
-26
/
+25
*
Rename isOperand() to isOperandOf() (and other similar methods). It always co...
Evan Cheng
2008-03-04
1
-6
/
+6
*
More APInt-ification.
Dan Gohman
2008-03-03
1
-10
/
+6
*
More APInt-ification.
Dan Gohman
2008-02-29
1
-107
/
+42
*
Convert the last remaining users of the non-APInt form of
Dan Gohman
2008-02-27
1
-35
/
+15
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-2
/
+1
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-1
/
+2
*
Avoid aborting on invalid shift counts.
Dan Gohman
2008-02-26
1
-4
/
+18
*
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-25
1
-6
/
+9
*
Better names as per Evan's request
Andrew Lenharth
2008-02-21
1
-9
/
+10
*
Atomic op support. If any gcc test uses __sync builtins, it might start fail...
Andrew Lenharth
2008-02-21
1
-0
/
+41
*
LegalizeTypes support for scalarizing a vector store
Duncan Sands
2008-02-20
1
-0
/
+4
*
Use APInt::intersects.
Dan Gohman
2008-02-20
1
-4
/
+4
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-5
/
+8
*
Fix an incredibly subtle bug exposed by Ted's change to APInt profiling.
Chris Lattner
2008-02-20
1
-1
/
+1
*
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...
Evan Cheng
2008-02-18
1
-0
/
+21
*
llvm.memory.barrier, and impl for x86 and alpha
Andrew Lenharth
2008-02-16
1
-0
/
+1
*
Fix a miscompilation from Dan's recent apintification.
Chris Lattner
2008-02-14
1
-3
/
+1
*
Allow the APInt form of ComputeMaskedBits to operate on i128 types.
Dan Gohman
2008-02-13
1
-4
/
+7
*
Avoid setting bits that aren't demanded.
Dan Gohman
2008-02-13
1
-3
/
+3
*
Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits
Dan Gohman
2008-02-13
1
-41
/
+50
*
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Dan Gohman
2008-02-13
1
-86
/
+116
*
Added "Profile" method to APFloat for use with FoldingSet.
Ted Kremenek
2008-02-11
1
-3
/
+3
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+3
*
Add truncate and AssertZext result expansion.
Duncan Sands
2008-02-10
1
-0
/
+1
*
Change ConstantSDNode to store an APInt instead of a uint64_t, and
Dan Gohman
2008-02-08
1
-3
/
+10
*
Avoid needlessly casting away const qualifiers.
Dan Gohman
2008-02-08
1
-2
/
+2
*
Follow Chris' suggestion; change the PseudoSourceValue accessors
Dan Gohman
2008-02-07
1
-1
/
+1
*
Re-apply the memory operand changes, with a fix for the static
Dan Gohman
2008-02-06
1
-9
/
+67
*
Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.
Evan Cheng
2008-02-05
1
-4
/
+0
*
Typo.
Evan Cheng
2008-02-04
1
-1
/
+1
*
Change the 'global modification' APIs in SelectionDAG to take a new
Chris Lattner
2008-02-03
1
-45
/
+85
*
Generalize the SDOperand->SDOperand form of
Chris Lattner
2008-02-03
1
-17
/
+16
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
1
-0
/
+12
[next]