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
/
TargetLowering.cpp
Age
Commit message (
Expand
)
Author
2007-05-03
Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S...
Chris Lattner
2007-04-18
fix a pasto
Chris Lattner
2007-04-17
Fix a bug in my previous patch, grabbing the shift amount width from the
Chris Lattner
2007-04-17
Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used.
Chris Lattner
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-12
Fix weirdness handling single element vectors.
Chris Lattner
2007-04-09
remove dead target hooks.
Chris Lattner
2007-04-09
remove some dead target hooks, subsumed by isLegalAddressingMode
Chris Lattner
2007-03-31
switch TL::getValueType to use MVT::getValueType.
Chris Lattner
2007-03-30
add one addressing mode description hook to rule them all.
Chris Lattner
2007-03-28
Remove isLegalAddressImmediate.
Evan Cheng
2007-03-25
implement initial support for the silly X constraint. Testcase here: CodeGen...
Chris Lattner
2007-03-25
Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
Chris Lattner
2007-03-25
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-21
repair x86 performance, dejagnu problems from previous change
Dale Johannesen
2007-03-20
do not share old induction variables when this would result in invalid
Dale Johannesen
2007-03-16
Added isLegalAddressExpression hook to test if the given expression can be
Evan Cheng
2007-03-12
More flexible TargetLowering LSR hooks for testing whether an immediate is a ...
Evan Cheng
2007-02-25
initialize a instance variable
Chris Lattner
2007-02-24
Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219
Chris Lattner
2007-02-22
Need to init.
Jim Laskey
2007-02-17
Implement i/n/s constraints correctly. This fixes
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
Fix PR1198, by adding initial i128 support. Patch by Dan Gohman.
Chris Lattner
2007-02-08
Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer.
Evan Cheng
2007-02-01
Fit in 80 columns
Chris Lattner
2007-01-31
Allow the target to override the ISD::CondCode that's to be used to test the
Evan Cheng
2007-01-12
Move a function out of line.
Reid Spencer
2007-01-12
Minor fix.
Evan Cheng
2007-01-12
Store default libgcc routine names and allow them to be redefined by target.
Evan Cheng
2006-12-10
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-09
Preliminary soft float support.
Evan Cheng
2006-11-27
Fix the dag combiner bug corresponding to PR1014.
Chris Lattner
2006-11-09
Add a mechanism to specify whether a target supports a particular indexed loa...
Evan Cheng
2006-11-02
For PR786:
Reid Spencer
2006-10-31
Change the prototype for TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-13
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-11
Naming consistency.
Evan Cheng
2006-10-09
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-06
initialize ivar
Chris Lattner
2006-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-09-05
Change the default to 0, which means 'default'.
Chris Lattner
2006-09-04
forgot this
Duraid Madina
2006-07-07
Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail.
Evan Cheng
2006-06-13
Port some bugfixes in shift handling from SimplifyDemandedBits over to
Chris Lattner
2006-06-13
TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts.
Jim Laskey
2006-06-12
Start on my todo list
Andrew Lenharth
2006-05-17
Another typo. Pointed out by Nate Begeman.
Evan Cheng
2006-05-17
Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal.
Evan Cheng
2006-05-16
this should be 128 I think
Andrew Lenharth
[next]