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-03-18
Extend live debug values down the dominator tree by following copies.
Jakob Stoklund Olesen
2011-03-18
Hoist spills when the same value is known to be in less loopy sibling registers.
Jakob Stoklund Olesen
2011-03-18
Accept instructions that read undefined values.
Jakob Stoklund Olesen
2011-03-18
Be more accurate about the slot index reading a register when dealing with defs
Jakob Stoklund Olesen
2011-03-17
BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...
Benjamin Kramer
2011-03-17
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-17
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-17
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-16
Add a LiveRangeEdit delegate callback before shrinking a live range.
Jakob Stoklund Olesen
2011-03-16
Erase virtual registers that are unused after DCE.
Jakob Stoklund Olesen
2011-03-16
Tag cached interference with a user-provided tag instead of the virtual regis...
Jakob Stoklund Olesen
2011-03-16
Clarify debugging output.
Jakob Stoklund Olesen
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
Don't recompute something that we already have in a local variable.
Cameron Zwarich
2011-03-16
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-15
Trace back through sibling copies to hoist spills and find rematerializable d...
Jakob Stoklund Olesen
2011-03-15
Preserve both isPHIDef and isDefByCopy bits when copying parent values.
Jakob Stoklund Olesen
2011-03-15
Add a peephole optimization to optimize pairs of bitcasts. e.g.
Evan Cheng
2011-03-15
sext(undef) = 0, because the top bits will all be the same.
Evan Cheng
2011-03-15
There are some situations which can cause the URoR hack to infinitely recurse
Bill Wendling
2011-03-14
Place context in member variables instead of passing around pointers.
Jakob Stoklund Olesen
2011-03-14
Rename members to match LLVM naming conventions more closely.
Jakob Stoklund Olesen
2011-03-14
BIT_CONVERT has been renamed to BITCAST.
Evan Cheng
2011-03-14
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
2011-03-13
Now that we are deleting unused live intervals during allocation, pointers ma...
Jakob Stoklund Olesen
2011-03-13
Tell the register allocator about new unused virtual registers.
Jakob Stoklund Olesen
2011-03-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-12
Include snippets in the live stack interval.
Jakob Stoklund Olesen
2011-03-12
Spill multiple registers at once.
Jakob Stoklund Olesen
2011-03-12
That's it, I am declaring this a failure of the C++03 STL.
Jakob Stoklund Olesen
2011-03-11
Fix the GCC test suite issue exposed by r127477, which was caused by stack
Cameron Zwarich
2011-03-11
Teach FastISel to support register-immediate-immediate instructions.
Owen Anderson
2011-03-11
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-11
Replace -dag-chain-limit flag with constant. It has survived a release cycle ...
Andrew Trick
2011-03-11
Fix use of CompEnd predicate to be standards conforming
John Wiegley
2011-03-11
Avoid replacing the value of a directly stored load with the stored value if ...
Evan Cheng
2011-03-10
Add an option to disable critical edge splitting in PHIElimination.
Cameron Zwarich
2011-03-10
Change the Spiller interface to take a LiveRangeEdit reference.
Jakob Stoklund Olesen
2011-03-10
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2011-03-10
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-09
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
Make physreg coalescing independent on the number of uses of the virtual regi...
Jakob Stoklund Olesen
2011-03-09
Improve pre-RA-sched register pressure tracking for duplicate operands.
Andrew Trick
2011-03-09
Fix typo, make helper static.
Benjamin Kramer
2011-03-09
Remove unused virtual dtor.
Benjamin Kramer
2011-03-09
Add a virtual dtor to Delegate to silence -Wnon-virtual-dtor
Matt Beaumont-Gay
2011-03-09
Add a LiveRangeEdit::Delegate protocol.
Jakob Stoklund Olesen
[prev]
[next]