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
/
SelectionDAGISel.cpp
Age
Commit message (
Expand
)
Author
2007-01-21
For PR970:
Reid Spencer
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-11
For PR1043:
Zhou Sheng
2007-01-07
remove support for llvm.isunordered
Chris Lattner
2007-01-05
GEP subscript is interpreted as a signed value.
Evan Cheng
2007-01-04
fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with
Chris Lattner
2007-01-03
Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure
Reid Spencer
2007-01-03
Restore previous behavior of defaulting to ZEXT. This works around two
Reid Spencer
2007-01-03
Two changes:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-20
getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman
Evan Cheng
2006-12-16
Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
Chris Lattner
2006-12-13
More soft-fp work.
Evan Cheng
2006-12-13
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-12
Expand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyToReg.
Evan Cheng
2006-12-12
Expand formal arguments and call arguments recursively: e.g. f64 -> i64 -> 2 ...
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-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-11-29
Fix for PR1023 by Dan Gohman.
Evan Cheng
2006-11-29
Fix for PR1022 (folding loads of static initializers) by Dan Gohman.
Evan Cheng
2006-11-29
add a hook to allow targets to hack on inline asms to lower them to llvm
Chris Lattner
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
For PR950:
Reid Spencer
2006-11-20
For PR950:
Reid Spencer
2006-11-15
remove dead #include
Chris Lattner
2006-11-10
commentate
Chris Lattner
2006-11-08
For PR950:
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
2006-11-02
Allow the getRegForInlineAsmConstraint method to return a register class with
Chris Lattner
2006-10-31
Compile CodeGen/PowerPC/fp-branch.ll to:
Chris Lattner
2006-10-31
look through isunordered to inline it into branch blocks.
Chris Lattner
2006-10-31
TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
Turn an assert into an error message. This is commonly triggered when
Chris Lattner
2006-10-30
Lower jumptable to BR_JT. The legalizer can lower it to a BRIND or let the ta...
Evan Cheng
2006-10-29
fix Generic/2006-10-29-Crash.ll
Chris Lattner
2006-10-29
Fix a load folding issue that Evan noticed: there is no need to export values
Chris Lattner
2006-10-28
split critical edges more carefully and intelligently. In particular, critical
Chris Lattner
2006-10-28
Split *all* critical edges before isel. This resolves issues with spill code
Chris Lattner
2006-10-27
Fix a bug in merged condition handling (CodeGen/Generic/2006-10-27-CondFoldin...
Chris Lattner
2006-10-27
remove debug code
Chris Lattner
2006-10-27
Codegen cond&cond with two branches. This compiles (f.e.) PowerPC/and-branch...
Chris Lattner
2006-10-27
Turn conditions like x<Y|z==q into multiple blocks.
Chris Lattner
2006-10-26
For PR950:
Reid Spencer
2006-10-24
visitSwitchCase knows how to insert conditional branches well. Change
Chris Lattner
2006-10-24
Generalize CaseBlock a bit more:
Chris Lattner
2006-10-24
generalize 'CaseBlock'. It really allows any comparison to be inserted.
Chris Lattner
2006-10-23
Minor tweak. Instead of generating:
Chris Lattner
[prev]
[next]