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
2008-11-21
Update comments.
Dan Gohman
2008-11-21
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
Default to converting UADDO to the generic form that SADDO is converted to.
Bill Wendling
2008-11-21
Clean up normalization of shuffles
Mon P Wang
2008-11-21
Combine the two add with overflow intrinsics lowerings. They differ only in D...
Bill Wendling
2008-11-21
Generate code for llvm.uadd.with.overflow intrinsic. No conversion support yet.
Bill Wendling
2008-11-21
Add a flag to SDep for tracking which edges are anti-dependence edges.
Dan Gohman
2008-11-21
Remove chains. Unnecessary.
Bill Wendling
2008-11-21
Rename SDep's isSpecial to isArtificial, to make this field a little
Dan Gohman
2008-11-21
Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"
Bill Wendling
2008-11-21
Implement the sadd_with_overflow intrinsic. This is converted into
Bill Wendling
2008-11-21
Use ComputeLatency in the MachineInstr scheduler.
Dan Gohman
2008-11-21
Remove the CycleBound computation code from the ScheduleDAGRRList
Dan Gohman
2008-11-21
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-21
Add UADDO and SADDO nodes. These will be used for determining an overflow
Bill Wendling
2008-11-21
Change these schedulers to not emit no-ops. It turns out that
Dan Gohman
2008-11-20
Add some documentation.
Duncan Sands
2008-11-20
80-column violation.
Bill Wendling
2008-11-20
Remove a remnant of list-burr's fast mode.
Dan Gohman
2008-11-20
Factor out the SethiUllman numbering logic from the list-burr and
Dan Gohman
2008-11-20
Remove the "fast" form of the list-burr scheduler, and use the
Dan Gohman
2008-11-20
Facter AddPseudoTwoAddrDeps and associated infrasructure out of
Dan Gohman
2008-11-20
Factor out the code for verifying the work of the scheduler,
Dan Gohman
2008-11-19
Simplify this code a little. In the fast scheduler, CreateNewSUnit
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
Move the code for printing a graph node label for an SUnit into
Dan Gohman
2008-11-19
Convert SUnit's dump method into a print method and implement
Dan Gohman
2008-11-19
Rearrange code to reduce the nesting level. No functionality change.
Dan Gohman
2008-11-19
Fix debug printing of flagged SDNodes in SUnits so that they
Dan Gohman
2008-11-18
Tidy up ScheduleNodeBottomUp methods, and make them more
Dan Gohman
2008-11-18
Update a comment to reflect the current code.
Dan Gohman
2008-11-18
Remove integer promotion support for FP_EXTEND
Duncan Sands
2008-11-18
Simplify code using helper routines. There is not
Duncan Sands
2008-11-18
Whitespace cleanups.
Dan Gohman
2008-11-18
LegalizeTypes support for splitting and scalarizing
Duncan Sands
2008-11-18
Rename stackprotector_create intrinsic to stackprotector.
Bill Wendling
2008-11-18
Reapply r59464, this time using the correct type
Duncan Sands
2008-11-18
Remove the stackprotector_check intrinsic. Use a volatile load instead.
Bill Wendling
2008-11-18
Fix a typo in a comment.
Dan Gohman
2008-11-18
Change SUnit's dump method to take a ScheduleDAG* instead of
Dan Gohman
2008-11-18
Revert r59464. It was causing this failure:
Bill Wendling
2008-11-18
Avoid using a loop in ReleasePred and ReleaseSucc methods to compute the
Dan Gohman
2008-11-17
Eliminate some trivial differences between the ScheduleNodeTopDown
Dan Gohman
2008-11-17
Add soft float support for a bunch more operations. Original
Duncan Sands
2008-11-17
Don't bother doing latency calculations in the "fast" scheduler.
Dan Gohman
2008-11-17
Use SUnit's CycleBound field instead of duplicating it in
Dan Gohman
2008-11-17
Don't produce ADDC/ADDE when expanding SHL unless they are legal
Richard Osborne
2008-11-17
Don't use the isPending flag to mean what the isAvailable flag means.
Dan Gohman
[prev]
[next]