index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
2008-11-17
Fixed legalization of CONVERT_RNDSAT for integers.
Mon P Wang
2008-11-16
Improved shuffle normalization to avoid using extract/build when we
Mon P Wang
2008-11-15
When splitting a SHUFFLE_VECTOR, try to have the result
Duncan Sands
2008-11-15
Add missing widen operations, fixed widening for extracting a subvector,
Mon P Wang
2008-11-15
Correct a comment.
Dan Gohman
2008-11-15
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
Dan Gohman
2008-11-14
Add support for building a ScheduleDAG from MachineInstrs. This is currently
Dan Gohman
2008-11-14
For post-regalloc scheduling, remove the instructions from the block
Dan Gohman
2008-11-14
Check in the correct version of the patch in r59279.
Dan Gohman
2008-11-14
Debug printing for SUnits that carry MachineInstrs.
Dan Gohman
2008-11-14
Initial support for carrying MachineInstrs in SUnits.
Dan Gohman
2008-11-13
Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of
Dan Gohman
2008-11-13
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
Make the Node member of SUnit private, and add accessors.
Dan Gohman
2008-11-13
Change ScheduleDAG's DAG member from a reference to a pointer, to prepare
Dan Gohman
2008-11-12
Move the code that inserts X87 FP_REG_KILL instructions from a
Dan Gohman
2008-11-12
Fix unsigned char->ppcf128 conversion.
Dale Johannesen
2008-11-12
Simplify SplitVecRes_EXTRACT_SUBVECTOR. This means
Duncan Sands
2008-11-12
Correct some thinkos in the expansion of ADD/SUB
Duncan Sands
2008-11-12
Fix the testb optimization so x86 also bootstraps.
Dale Johannesen
2008-11-11
In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the load
Dan Gohman
2008-11-11
Avoid relying on the SelectionDAG for initializing the MachineFunction and
Dan Gohman
2008-11-11
Change the scheduler accessor methods to accept an explicit TargetMachine
Dan Gohman
2008-11-11
Fix for PR3040:
Bill Wendling
2008-11-11
Cleaned up and fix bugs in convert_rndsat node
Mon P Wang
2008-11-10
Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...
Bill Wendling
2008-11-10
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
Mon P Wang
[prev]
[next]