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
Age
Commit message (
Expand
)
Author
2008-06-15
LegalizeTypes support for INSERT_VECTOR_ELT with
Duncan Sands
2008-06-14
Remove a redundant AfterLegalize check. Turn
Duncan Sands
2008-06-14
add missing atomic intrinsic from gcc
Andrew Lenharth
2008-06-13
Disable some DAG combiner optimizations that may be
Duncan Sands
2008-06-11
Sometimes (rarely) nodes held in LegalizeTypes
Duncan Sands
2008-06-09
Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset
Dan Gohman
2008-06-09
CodeGen support for aggregate-value function arguments.
Dan Gohman
2008-06-09
Various tweaks related to apint codegen. No functionality
Duncan Sands
2008-06-09
Handle empty aggregate values.
Dan Gohman
2008-06-09
Remove some DAG combiner assumptions about sizes
Duncan Sands
2008-06-08
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-07
CodeGen support for insertvalue and extractvalue, and for loads and
Dan Gohman
2008-06-07
Connect successors before creating the DAG node for the branch. This has
Owen Anderson
2008-06-06
Tighten up the abstraction slightly.
Duncan Sands
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-04
Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...
Evan Cheng
2008-06-03
Fix spellnig error
Scott Michel
2008-06-02
Fold adds and subtracts of zero immediately, instead of waiting
Dan Gohman
2008-06-02
Add necessary 64-bit support so that gcc frontend compiles (mostly). Current
Scott Michel
2008-05-31
Remove an unused variable.
Dan Gohman
2008-05-30
Remove an unused variable.
Dan Gohman
2008-05-29
Expand small memmovs using inline code. Set the X86 threshold for expanding
Dan Gohman
2008-05-29
Implement vector shift up / down and insert zero with ps{rl}lq / ps{rl}ldq.
Evan Cheng
2008-05-27
Fix some constructs that gcc-4.4 warns about.
Duncan Sands
2008-05-23
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
Generalize the new code in instcombine's ComputeNumSignBits for handling
Dan Gohman
2008-05-23
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-20
Port the fix for the select operator from instcombine's
Dan Gohman
2008-05-20
Code simplification.
Dan Gohman
2008-05-16
If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is...
Evan Cheng
2008-05-16
Silence the compiler warning differently. The
Duncan Sands
2008-05-15
Actually scalarize the operand to BIT_CONVERT instead of asking someone to do
Nate Begeman
2008-05-15
IR support for extractvalue and insertvalue instructions. Also, begin
Dan Gohman
2008-05-15
Make use of vector load and store operations to implement memcpy, memmove, an...
Evan Cheng
2008-05-14
Use a better idiom to silence compiler warnings.
Evan Cheng
2008-05-14
Really silence compiler warnings.
Evan Cheng
2008-05-14
Really silence compiler warnings.
Evan Cheng
2008-05-14
Silence some compiler warnings.
Evan Cheng
2008-05-14
When bit-twiddling CondCode values for integer comparisons produces
Dan Gohman
2008-05-14
Whitespace cleanups.
Dan Gohman
2008-05-13
Instead of a vector load, shuffle and then extract an element. Load the eleme...
Evan Cheng
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-12
Teach Legalize how to scalarize VSETCC
Nate Begeman
2008-05-12
Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc...
Evan Cheng
2008-05-12
Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can mak...
Evan Cheng
2008-05-12
Add support for vicmp/vfcmp codegen, more legalize support coming.
Nate Begeman
2008-05-12
Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma!
Dan Gohman
2008-05-07
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
Fix a bug in the ComputeMaskedBits logic for multiply.
Dan Gohman
2008-05-06
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
[prev]
[next]