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
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-11-14
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
Add support for ARM halfword load/stores and signed byte loads with negative
Chad Rosier
2011-11-14
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-13
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
2011-11-13
The order in which the predicate is added differs between Thumb and ARM mode....
Chad Rosier
2011-11-13
Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...
Chad Rosier
2011-11-13
Add support for emitting both signed- and zero-extend loads. Fix
Chad Rosier
2011-11-13
Remove the -color-ss-with-regs option.
Jakob Stoklund Olesen
2011-11-12
Delete the 'standard' spiller with used the old spilling framework.
Jakob Stoklund Olesen
2011-11-12
Remove histogram tests.
Jakob Stoklund Olesen
2011-11-12
RAGreedy is better about hinting now.
Jakob Stoklund Olesen
2011-11-12
Linear scan is going away.
Jakob Stoklund Olesen
2011-11-12
XFAIL test that depends on linear scan to remove dead code.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Eliminate more linear scan tests.
Jakob Stoklund Olesen
2011-11-12
Switch a couple -O0 tests to RABasic.
Jakob Stoklund Olesen
2011-11-12
Switch a few tests off linearscan.
Jakob Stoklund Olesen
2011-11-12
Delete old test of a VirtRegRewriter feature.
Jakob Stoklund Olesen
2011-11-12
Remove old test that doesn't make sense.
Jakob Stoklund Olesen
2011-11-12
Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...
Craig Topper
2011-11-12
Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-11-11
Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.
Chad Rosier
2011-11-11
Loosen test by using REs. Approved by Devang.
Chad Rosier
2011-11-11
Preserve MachineMemOperands in ARMLoadStoreOptimizer.
Andrew Trick
2011-11-11
allow non-device function calls in PTX when natively handling device-side printf
Dan Bailey
2011-11-11
Add lowering for AVX2 shift instructions.
Craig Topper
2011-11-11
Add support for using immediates with select instructions.
Chad Rosier
2011-11-11
Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.
Eli Friedman
2011-11-11
Add support for using MVN to materialize negative constants.
Chad Rosier
2011-11-10
When in ARM mode, LDRH/STRH require special handling of negative offsets.
Chad Rosier
2011-11-10
test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...
NAKAMURA Takumi
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-10
For immediate encodings of icmp, zero or sign extend first. Then
Chad Rosier
2011-11-10
Strip old implicit operands after foldMemoryOperand.
Jakob Stoklund Olesen
2011-11-09
Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.
Eli Friedman
2011-11-09
Add check so we don't try to perform an impossible transformation. Fixes issu...
Eli Friedman
2011-11-09
AVX2: Add patterns for variable shift operations
Nadav Rotem
2011-11-09
Use REs to remove dependencies on the register allocation order.
Chad Rosier
2011-11-09
Speculatively revert commit 144124 (djg) in the hope that the 32 bit
Duncan Sands
2011-11-09
Add AVX2 support for vselect of v32i8
Nadav Rotem
2011-11-09
Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...
Craig Topper
2011-11-09
Add instruction selection for AVX2 integer comparisons.
Craig Topper
2011-11-09
Add AVX2 instruction lowering for add, sub, and mul.
Craig Topper
2011-11-09
Add support for encoding immediates in icmp and fcmp. Hopefully, this will
Chad Rosier
2011-11-09
Collapse DomainValues across loop back-edges.
Jakob Stoklund Olesen
2011-11-08
Add a hack to the scheduler to disable pseudo-two-address dependencies in
Dan Gohman
2011-11-08
Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...
Evan Cheng
2011-11-08
Adding test for machine-licm operating on invariant load instructions
Pete Cooper
[prev]
[next]