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
2005-12-23
fix a thinko in the bit_convert handling code
Chris Lattner
2005-12-23
add very simple support for the BIT_CONVERT node
Chris Lattner
2005-12-22
remove dead code
Chris Lattner
2005-12-22
The 81st column doesn't like code in it.
Chris Lattner
2005-12-21
Lefted out TargetLowering::
Evan Cheng
2005-12-21
* Fix a GlobalAddress lowering bug.
Evan Cheng
2005-12-21
Disengage DEBUG_LOC from non-PPC targets.
Jim Laskey
2005-12-21
* Added support for X86 RET with an additional operand to specify number of
Evan Cheng
2005-12-21
make sure to relegalize all cases
Chris Lattner
2005-12-21
enable the gep isel opt
Chris Lattner
2005-12-21
fix a bug I introduced that broke recursive expansion of nodes (e.g. scalariz...
Chris Lattner
2005-12-21
Lower ConstantAggregateZero into zeros
Chris Lattner
2005-12-20
Added a hook to print out names of target specific DAG nodes.
Evan Cheng
2005-12-20
Fix a nasty latent bug in the legalizer that was triggered by my patch
Chris Lattner
2005-12-19
X86 conditional branch support.
Evan Cheng
2005-12-19
Print out opcode number if it's an unknown target node.
Evan Cheng
2005-12-19
Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes,
Chris Lattner
2005-12-19
Amend comment.
Jim Laskey
2005-12-19
Create a strong dependency for loads following stores. This will leave a
Jim Laskey
2005-12-18
Make sure to relegalize new nodes
Chris Lattner
2005-12-18
Keep VC++ happy.
Jeff Cohen
2005-12-18
More corrections for flagged copyto/from reg
Chris Lattner
2005-12-18
legalize copytoreg and copyfromreg nodes that have flag operands correctly.
Chris Lattner
2005-12-18
Fix a bug Sabre was having where the DAG root was a group. The group dominator
Jim Laskey
2005-12-18
Groups were not emitted if the dominator node and the node in the ordering list
Jim Laskey
2005-12-18
Simplify code
Chris Lattner
2005-12-17
allow custom expansion of BR_CC
Chris Lattner
2005-12-17
X86 lowers SELECT to a cmp / test followed by a conditional move.
Evan Cheng
2005-12-16
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey
2005-12-15
Don't create SEXTLOAD/ZEXTLOAD instructions that the target doesn't support
Chris Lattner
2005-12-14
When folding loads into ops, immediately replace uses of the op with the
Chris Lattner
2005-12-14
Fix the (zext (zextload)) case to trigger, similarly for sign extends.
Chris Lattner
2005-12-14
Fix a miscompilation in crafty due to a recent patch
Chris Lattner
2005-12-14
Fold (zext (load x) to (zextload x).
Evan Cheng
2005-12-13
Don't lump the filename and working dir together
Chris Lattner
2005-12-13
Lowering constant pool entries on ppc exposed a bug in the recently added
Nate Begeman
2005-12-12
Accept and ignore prefetches for now
Chris Lattner
2005-12-12
Fix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
Chris Lattner
2005-12-11
Minor tweak to get isel opt
Chris Lattner
2005-12-10
Add support for TargetConstantPool nodes to the dag isel emitter, and use
Nate Begeman
2005-12-10
Added new getNode and getTargetNode variants for X86 stores.
Evan Cheng
2005-12-09
Teach legalize how to promote sext_inreg to fix a problem Andrew pointed
Chris Lattner
2005-12-08
improve code insertion in two ways:
Chris Lattner
2005-12-07
Fix a crash where ConstantVec nodes were being generated with the wrong
Nate Begeman
2005-12-07
Only transform (sext (truncate x)) -> (sextinreg x) if before legalize or
Chris Lattner
2005-12-07
Teach the dag combiner to turn a truncate/sign_extend pair into a sextinreg
Chris Lattner
2005-12-06
Teach the SelectionDAG ISel how to turn ConstantPacked values into
Nate Begeman
2005-12-05
Fix the #1 code quality problem that I have seen on X86 (and it also affects
Chris Lattner
2005-12-03
dbg.stoppoint returns a value, don't forget to init it
Chris Lattner
2005-12-02
bah, must generate all results
Andrew Lenharth
[prev]
[next]