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-01-03
Fix incorrect widening of the bitcast sdnode in case the incoming operand is ...
Nadav Rotem
2012-01-03
Remove the restriction that target intrinsics can only involve legal types. ...
Owen Anderson
2012-01-03
Fixed a bug in SelectionDAG.cpp.
Elena Demikhovsky
2012-01-01
Revert 147399. It broke CodeGen/ARM/vext.ll.
Rafael Espindola
2012-01-01
Fixed a bug in SelectionDAG.cpp.
Elena Demikhovsky
2011-12-28
PR11662.
Nadav Rotem
2011-12-26
Make sure DAGCombiner doesn't introduce multiple loads from the same memory l...
Eli Friedman
2011-12-25
Fix a typo in the widening of vectors in PromoteIntRes. Patch by Shemer Anat.
Nadav Rotem
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-12-20
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-15
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-15
Don't try to form FGETSIGN after legalization; it is possible in some cases, ...
Eli Friedman
2011-12-15
Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...
Owen Anderson
2011-12-14
Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.
Eli Friedman
2011-12-13
[fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle
Chad Rosier
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
[fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.
Chad Rosier
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-10
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...
Chad Rosier
2011-12-10
Typo.
Chad Rosier
2011-12-09
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-09
Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.
Eli Friedman
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
Add rather verbose stats for fast-isel failures.
Chad Rosier
2011-12-08
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-07
Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://p...
Eli Friedman
2011-12-07
Fix an assertion in the scheduler. PR11386. No testcase included because it...
Eli Friedman
2011-12-07
These global variables aren't thread-safe, STATISTIC is. Andy Trick tells me
Nick Lewycky
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...
Eli Friedman
2011-12-07
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...
Eli Friedman
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-28
Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...
Eli Friedman
2011-11-28
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Evan Cheng
2011-11-28
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
2011-11-28
80-column.
Chad Rosier
2011-11-28
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-22
Fix an obvious omission in the SelectionDAGBuilder where we were
Chandler Carruth
2011-11-17
When fast iseling a GEP, accumulate the offset rather than emitting a series of
Chad Rosier
2011-11-16
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
Add fast-isel stats to determine who's doing all the work, the
Chad Rosier
2011-11-16
Fix the stats collection for fast-isel. The failed count was only accounting
Chad Rosier
[prev]
[next]