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
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-18
Simplify RegisterCoalescer::copyCoalesceInMBB().
Jakob Stoklund Olesen
2012-05-18
Remove support for PhysReg joining.
Jakob Stoklund Olesen
2012-05-18
Recommited reworked r156804:
Stepan Dyatkovskiy
2012-05-18
Teach two-address pass to update the "source" map so it doesn't perform a
Evan Cheng
2012-05-17
comments
Andrew Trick
2012-05-17
misched: trace ReadyQ.
Andrew Trick
2012-05-17
misched: Added 3-level regpressure back-off.
Andrew Trick
2012-05-17
comment
Andrew Trick
2012-05-17
regpressure: Fix getMaxUpwardPressureDelta.
Andrew Trick
2012-05-17
misched: fix liveness iterators
Andrew Trick
2012-05-17
whitespace
Andrew Trick
2012-05-17
Never clear <undef> flags on already joined copies.
Jakob Stoklund Olesen
2012-05-17
Fix a verifier bug.
Jakob Stoklund Olesen
2012-05-17
Relax the requirement that the exception object must be an instruction. During
Bill Wendling
2012-05-17
SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...
Stepan Dyatkovskiy
2012-05-16
Set sub-register <undef> flags more accurately.
Jakob Stoklund Olesen
2012-05-16
Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo.
Duncan Sands
2012-05-15
Enable sub-sub-register copy coalescing.
Jakob Stoklund Olesen
2012-05-15
Teach RegisterCoalescer to handle symmetric sub-register copies.
Jakob Stoklund Olesen
2012-05-15
Handle NewReg==OldReg in renameRegister().
Jakob Stoklund Olesen
2012-05-15
We never call adjustCopiesBackFrom() for partial copies.
Jakob Stoklund Olesen
2012-05-15
Extend the CoalescerPair interface to handle symmetric sub-register copies.
Jakob Stoklund Olesen
2012-05-15
Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineSche...
Andrew Trick
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
Rejected r156804 due to buildbots failures.
Stepan Dyatkovskiy
2012-05-15
SelectionDAGBuilder::Clusterify : main functinality was replaced with CRSBuil...
Stepan Dyatkovskiy
2012-05-14
Don't access MO reference after invalidating operand list.
Jakob Stoklund Olesen
2012-05-14
Fix PR12821.
Jakob Stoklund Olesen
2012-05-14
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-12
Don't look for empty live ranges in the unions.
Jakob Stoklund Olesen
2012-05-11
Revert 156658.
Chad Rosier
2012-05-11
[fast-isel] Fast-isel doesn't use the expect intrinsic.
Chad Rosier
2012-05-11
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-11
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-10
misched: Print machineinstrs with -debug-only=misched
Andrew Trick
2012-05-10
misched: tracing register pressure heuristics.
Andrew Trick
2012-05-10
misched: Add register pressure backoff to ConvergingScheduler.
Andrew Trick
2012-05-10
misched: Release only unscheduled nodes into ReadyQ.
Andrew Trick
2012-05-10
misched: Added ReadyQ container wrapper for Top and Bottom Queues.
Andrew Trick
2012-05-10
misched: Introducing Top and Bottom register pressure trackers during schedul...
Andrew Trick
2012-05-10
RegPressure: API for speculatively checking instruction pressure.
Andrew Trick
2012-05-10
RegPressure: fix array index iteration style.
Andrew Trick
2012-05-10
Revert: 156550 "ARM: peephole optimization to remove cmp instruction"
Manman Ren
2012-05-10
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-08
Fix thinko in conditional.
Eric Christopher
2012-05-08
DAGCombiner should not change the type of an extract_vector index.
Jim Grosbach
2012-05-08
Formatting fixes.
Akira Hatanaka
2012-05-08
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
[prev]
[next]