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
2012-05-21
Typo.
Chad Rosier
2012-05-20
When legalising shifts, do not pre-build a list of operands which
Peter Collingbourne
2012-05-20
Properly constrain register classes for sub-registers.
Jakob Stoklund Olesen
2012-05-18
Recommited reworked r156804:
Stepan Dyatkovskiy
2012-05-17
SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...
Stepan Dyatkovskiy
2012-05-16
Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo.
Duncan Sands
2012-05-15
Rejected r156804 due to buildbots failures.
Stepan Dyatkovskiy
2012-05-15
SelectionDAGBuilder::Clusterify : main functinality was replaced with CRSBuil...
Stepan Dyatkovskiy
2012-05-14
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-11
Revert 156658.
Chad Rosier
2012-05-11
[fast-isel] Fast-isel doesn't use the expect intrinsic.
Chad Rosier
2012-05-11
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-08
DAGCombiner should not change the type of an extract_vector index.
Jim Grosbach
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.
Owen Anderson
2012-05-05
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-04
Make sure findRepresentativeClass picks the widest super-register.
Jakob Stoklund Olesen
2012-05-04
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-03
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-05-02
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-05-02
Teach DAG combine that multiplication by 1.0 can always be constant folded.
Owen Anderson
2012-05-01
Use dyn_cast instead of checking opcode and cast.
Jakub Staszak
2012-05-01
Strip the pointer casts off of allocas so that the selection DAG can find them.
Bill Wendling
2012-04-30
Add some constantness. No functionality change.
Jakub Staszak
2012-04-28
Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-27
Temporarily revert r155668: Fix the SD scheduler to avoid gluing.
Andrew Trick
2012-04-26
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-21
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-20
Fix PR12599.
Jakob Stoklund Olesen
2012-04-20
Make ISelPosition a local variable.
Jakob Stoklund Olesen
2012-04-20
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-17
Fixes a problem in instruction selection with testing whether or not the
Joel Jones
2012-04-16
Remove dead SD nodes after the combining pass. Fixes PR12201.
Hal Finkel
2012-04-15
When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...
Nadav Rotem
2012-04-11
Reapply 154397. Original message:
Nadav Rotem
2012-04-11
Fix an overly indented line. Remove an 'else' after an 'if' that returns.
Craig Topper
2012-04-11
Inline implVisitAluOverflow by introducing a nested switch to convert the int...
Craig Topper
2012-04-11
Optimize code a bit by calling push_back only once in some loops. Reduces com...
Craig Topper
2012-04-10
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
2012-04-10
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
To ensure that we have more accurate line information for a block
Eric Christopher
2012-04-10
Revert r154397, which was causing make check failures on the buildbots.
Owen Anderson
2012-04-10
Fix a dagcombine optimization which assumes that the vsetcc result type is al...
Nadav Rotem
2012-04-10
Transform div to mul with reciprocal only when fp imm is legal.
Anton Korobeynikov
2012-04-10
Make the code slightly more palatable.
Evan Cheng
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
Don't try to zExt just to check if an integer constant is zero, it might
Rafael Espindola
2012-04-09
Have TargetLowering::getPICJumpTableRelocBase return a node that points to the
Akira Hatanaka
2012-04-09
Pattern match a setcc of boolean value with 0 as a truncate.
Rafael Espindola
[prev]
[next]