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
2010-02-19
Revert commits 96556 and 96640, because commit 96556 breaks the
Duncan Sands
2010-02-19
Transform (xor (setcc), (setcc)) == / != 1 to
Evan Cheng
2010-02-18
Some dag combiner goodness:
Evan Cheng
2010-02-17
Make the non-temporal bit "significant" in MemSDNodes so they aren't
David Greene
2010-02-17
sink special case "cannotyetselect" for intrinsics out of the
Chris Lattner
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-15
Fix a memory leak. Patch by Nicolas Geoffray.
Evan Cheng
2010-02-15
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
Add non-temporal flags and remove an assumption of default arguments.
David Greene
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-11
Use array_pod_sort instead of std::sort for improved code size.
Jakob Stoklund Olesen
2010-02-11
Remove duplicate successors from indirectbr instructions before building the ...
Jakob Stoklund Olesen
2010-02-10
The previous fix of widening divides that trap was too fragile as it depends ...
Mon P Wang
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
Emit an error for illegal inline asm constraint (which uses illegal type) rat...
Evan Cheng
2010-02-10
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-09
Only dump output in debug mode.
David Greene
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-08
Apply the 95471 fix to SelectionDAGBuilder as well;
Dale Johannesen
2010-02-08
In guaranteed tailcall mode, don't decline the tailcall optimization
Dan Gohman
2010-02-06
After Victor's latest commits I am seeing null
Dale Johannesen
2010-02-05
When the scheduler unfold a load folding instruction it move some of the pred...
Evan Cheng
2010-02-04
Fix typo Duncan noticed.
Evan Cheng
2010-02-04
It's too risky to eliminate sext / zext of call results for tail call optimiz...
Evan Cheng
2010-02-03
Revert 94937 and move the noreturn check to codegen.
Evan Cheng
2010-02-03
Allow all types of callee's to be tail called. But avoid automatic tailcall i...
Evan Cheng
2010-02-02
Revert 95130.
Evan Cheng
2010-02-02
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-01
Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan
Mon P Wang
2010-02-01
eliminate a bunch of pointless LLVMContext arguments.
Chris Lattner
2010-02-01
fix PR 6157. Testcase pending.
Dale Johannesen
2010-02-01
Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result
Mon P Wang
2010-01-29
Change the SREM case to match the logic in the IR version ComputeMaskedBits.
Duncan Sands
2010-01-28
Assign the ordering of SDNodes in a much less intrusive fashion. After the
Bill Wendling
2010-01-28
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-27
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-26
Allow some automatic tailcall optimization without changing ABI.
Evan Cheng
2010-01-26
eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is
Chris Lattner
2010-01-26
Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
Chris Lattner
2010-01-26
add a new MachineJumpTableInfo::getJTISymbol method,
Chris Lattner
2010-01-26
stub out a new target hook, need some refactoring before I can
Chris Lattner
2010-01-26
Implement cond ? -1 : 0 with sbb.
Evan Cheng
2010-01-26
Generate DEBUG_VALUE comments on x86. The (limited)
Dale Johannesen
2010-01-25
Rearrange handling of jump tables. Highlights:
Chris Lattner
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
It seems better to scalarize vectors of size 1 instead of widening them.
Mon P Wang
2010-01-24
Improved widening loads by adding support for wider loads if
Mon P Wang
2010-01-23
Remove the '-disable-scheduling' flag and replace it with the 'source' option of
Bill Wendling
2010-01-22
Enable pre-regalloc scheduling load clustering by default.
Evan Cheng
[prev]
[next]