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