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
2006-10-12
D'oh - need to use the rigth kind of store.
Jim Laskey
2006-10-11
Alias analysis of TRUNCSTORE.
Jim Laskey
2006-10-11
Typo
Jim Laskey
2006-10-11
Handle aliasing of loadext.
Jim Laskey
2006-10-11
Fix regression in combiner alias analysis.
Jim Laskey
2006-10-11
Naming consistency.
Evan Cheng
2006-10-11
Jimptables working again on alpha.
Andrew Lenharth
2006-10-11
add two helper methods.
Chris Lattner
2006-10-11
FindModifiedNodeSlot needs to add LoadSDNode ivars to create proper Selection...
Evan Cheng
2006-10-10
Also update getNodeLabel for LoadSDNode.
Evan Cheng
2006-10-10
SDNode::dump should also print out extension type and VT.
Evan Cheng
2006-10-10
Fix another bug in extload promotion.
Chris Lattner
2006-10-10
Fix a bug introduced by my LOAD/LOADX changes.
Evan Cheng
2006-10-09
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-08
Eliminate more token factors by taking advantage of transitivity:
Chris Lattner
2006-10-07
Combiner alias analysis passes Multisource (release-asserts.)
Jim Laskey
2006-10-07
Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom
Chris Lattner
2006-10-06
initialize ivar
Chris Lattner
2006-10-06
jump tables handle pic
Chris Lattner
2006-10-06
Fix a miscompilation of:
Chris Lattner
2006-10-05
Make use of getStore().
Evan Cheng
2006-10-05
Add getStore() helper function to create ISD::STORE nodes.
Evan Cheng
2006-10-05
Alias analysis code clean ups.
Jim Laskey
2006-10-04
Fix some typos that can cause a flag value to have more than one use.
Evan Cheng
2006-10-04
More extensive alias analysis.
Jim Laskey
2006-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-10-03
Fix an obvious typo.
Evan Cheng
2006-10-02
Debugging kruft
Jim Laskey
2006-10-02
Add ability to annotate (color) nodes in a viewGraph.
Jim Laskey
2006-09-28
refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me...
Chris Lattner
2006-09-26
Comments on JumpTableness
Andrew Lenharth
2006-09-26
Load chain check is not needed
Jim Laskey
2006-09-26
Chain can be any operand
Jim Laskey
2006-09-26
Wrong size for load
Jim Laskey
2006-09-26
Can't move a load node if it's chain is not used.
Jim Laskey
2006-09-25
Accidental enable of bad code
Jim Laskey
2006-09-25
Fix chain dropping in load and drop unused stores in ret blocks.
Jim Laskey
2006-09-25
Core antialiasing for load and store.
Jim Laskey
2006-09-24
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-24
PIC jump table entries are always 32-bit. This fixes PIC jump table support o...
Evan Cheng
2006-09-21
Make it work for DAG combine of multi-value nodes.
Evan Cheng
2006-09-21
core corrections
Jim Laskey
2006-09-21
Basic "in frame" alias analysis.
Jim Laskey
2006-09-21
fold (aext (and (trunc x), cst)) -> (and x, cst).
Chris Lattner
2006-09-21
Check the right value type. This fixes 186.crafty on x86
Chris Lattner
2006-09-21
Compile:
Chris Lattner
2006-09-21
Generalize (zext (truncate x)) and (sext (truncate x)) folding to work when
Chris Lattner
2006-09-20
Compile:
Chris Lattner
2006-09-20
Fold the full generality of (any_extend (truncate x))
Chris Lattner
2006-09-20
Two things:
Chris Lattner
[prev]
[next]