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
Age
Commit message (
Expand
)
Author
2011-09-25
Rename LowerSubregs to ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-24
Implement Duncan's suggestion to use the result of getSetCCResultType if it i...
Nadav Rotem
2011-09-24
[Vector-Select] Address one of the problems in 10902.
Nadav Rotem
2011-09-23
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-23
PR10998: It is not legal to sink an instruction past the terminator of a bloc...
Eli Friedman
2011-09-23
Tweak the handling of MERGE_VALUES nodes: remove the need for
Duncan Sands
2011-09-23
Vector-Select: Address one of the problems in pr10902. Add handling for the
Nadav Rotem
2011-09-22
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
Dan Gohman
2011-09-22
Constrain register classes instead of emitting copies.
Jakob Stoklund Olesen
2011-09-22
Add a MinNumRegs argument to MRI::constrainRegClass().
Jakob Stoklund Olesen
2011-09-22
Use the C personality function instead of the C++ personality function.
Bill Wendling
2011-09-21
Do not unnecessarily use AT_specification DIE because it does not add any value.
Devang Patel
2011-09-21
Attempt to update the shadow stack GC pass to the new EH model.
Bill Wendling
2011-09-21
Tidy up. Whitepsace.
Jim Grosbach
2011-09-21
[VECTOR-SELECT] Address one of the bugs in pr10902.
Nadav Rotem
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-20
Add a DAGCombine for subvector extracts to remove useless chains of
Bruno Cardoso Lopes
2011-09-20
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
whitespace
Andrew Trick
2011-09-18
white space cleanups
Nadav Rotem
2011-09-16
Namespacify.
Benjamin Kramer
2011-09-16
Spill mode: Hoist back-copies locally.
Jakob Stoklund Olesen
2011-09-16
Disable local spill hoisting for non-killing copies.
Jakob Stoklund Olesen
2011-09-15
Some legalization fixes for atomic load and store.
Eli Friedman
2011-09-15
Add an option to disable spill hoisting.
Jakob Stoklund Olesen
2011-09-15
VirtRegMap is counting spill slots, not register spills.
Jakob Stoklund Olesen
2011-09-15
Count correctly when a COPY turns into a spill or reload.
Jakob Stoklund Olesen
2011-09-15
Count inserted spills and reloads more accurately.
Jakob Stoklund Olesen
2011-09-15
Trace through sibling PHIs in bulk.
Jakob Stoklund Olesen
2011-09-15
Speed up LiveIntervals::shrinkToUse with some caching.
Jakob Stoklund Olesen
2011-09-15
Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."
Jakob Stoklund Olesen
2011-09-15
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
RemoveCopyByCommutingDef doesn't need hasPHIKill().
Jakob Stoklund Olesen
2011-09-15
It is safe to remat a value killed by phis.
Jakob Stoklund Olesen
2011-09-15
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-14
Add support to emit debug info for C++0x nullptr type.
Devang Patel
2011-09-14
Ignore the cloning of unknown registers.
Jakob Stoklund Olesen
2011-09-14
Hoist back-copies to the least busy dominator.
Jakob Stoklund Olesen
2011-09-14
Add integer promotion support for vselect
Nadav Rotem
2011-09-13
Distinguish complex mapped values from forced recomputation.
Jakob Stoklund Olesen
2011-09-13
Implement -split-spill-mode=size.
Jakob Stoklund Olesen
2011-09-13
Fix check for unaligned load/store so it doesn't catch over-aligned load/store.
Eli Friedman
2011-09-13
Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...
Eli Friedman
2011-09-13
Fix the assertion which checks the size of the input operand.
Nadav Rotem
2011-09-13
Add vselect target support for targets that do not support blend but do support
Nadav Rotem
2011-09-13
Use a cache to maintain list of machine basic blocks for a given UserValue.
Devang Patel
2011-09-13
Add SplitEditor::markOverlappedComplement().
Jakob Stoklund Olesen
2011-09-13
Eliminate the extendRange() wrapper.
Jakob Stoklund Olesen
[prev]
[next]