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-04-12
Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARM
Cameron Zwarich
2011-04-11
Add scheduling information for the MBlaze backend.
Wesley Peck
2011-04-11
Look pass copies when determining whether hoisting would end up inserting mor...
Evan Cheng
2011-04-09
look for the verboten argument slot access in any order, thanks to Frits
Chris Lattner
2011-04-09
Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could
Chris Lattner
2011-04-09
fix two completely broken tests, which were matching due to PR9629.
Chris Lattner
2011-04-09
remove a bunch of CHECK lines that aren't checking what
Chris Lattner
2011-04-09
have dag combine zap "store undef", which can be formed during call lowering
Chris Lattner
2011-04-09
don't test for codegen of 'store undef'
Chris Lattner
2011-04-08
Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...
Evan Cheng
2011-04-07
Add option to emit @llvm.trap as a function call instead of a trap instructio...
Evan Cheng
2011-04-07
Added a check in the preRA scheduler for potential interference on a
Andrew Trick
2011-04-07
Fix handling of functions with internal linkage.
Akira Hatanaka
2011-04-07
Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector...
Tanya Lattner
2011-04-07
Change -arm-divmod-libcall to a target neutral option.
Evan Cheng
2011-04-06
Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...
Owen Anderson
2011-04-05
These tests no longer require linear scan because reserved register coalescin...
Jakob Stoklund Olesen
2011-04-05
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-04-05
Fix one more batch of X86 tests to be register allocation dependent.
Jakob Stoklund Olesen
2011-04-05
When dead code elimination removes all but one use, try to fold the single de...
Jakob Stoklund Olesen
2011-04-05
Fix test-llvm failures.
Johnny Chen
2011-04-05
ARM doesn't support byval yet. XFAIL this test until it does.
Stuart Hastings
2011-04-05
Ensure all defs referring to a virtual register are marked dead by addRegiste...
Jakob Stoklund Olesen
2011-04-05
Print visibility info for external variables.
Rafael Espindola
2011-04-05
Fix up testcase for previous commit.
Eric Christopher
2011-04-05
Fix register-dependent X86 tests.
Jakob Stoklund Olesen
2011-04-04
Allow coalescing with reserved physregs in certain cases:
Jakob Stoklund Olesen
2011-04-04
Disable the PowerPC/Atomics-64 test.
Jakob Stoklund Olesen
2011-04-04
Fix PowerPC tests to be register allocator independent.
Jakob Stoklund Olesen
2011-04-02
ptx: support setp's 4-operand format
Che-Liang Chiou
2011-04-02
Do some peephole optimizations to remove pointless VMOVs from Neon to integer
Cameron Zwarich
2011-04-01
LDRD/STRD instructions should print both Rt and Rt2 in the asm string.
Jim Grosbach
2011-04-01
Add code for analyzing FP branches. Clean up branch Analysis functions.
Akira Hatanaka
2011-04-01
Add test case.
Evan Cheng
2011-04-01
FileCheck'ify test.
Evan Cheng
2011-03-31
Fix Thumb and Thumb2 tests to be register allocator independent.
Jakob Stoklund Olesen
2011-03-31
Provide a legal pointer register class when targeting thumb1.
Jakob Stoklund Olesen
2011-03-31
Fix SystemZ tests
Jakob Stoklund Olesen
2011-03-31
Fix ARM tests to be register allocator independent.
Jakob Stoklund Olesen
2011-03-31
Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplier
Evan Cheng
2011-03-31
Fix Mips, Sparc, and XCore tests that were dependent on register allocation.
Jakob Stoklund Olesen
2011-03-31
Added support for FP conditional move instructions and fixed bugs in handling...
Akira Hatanaka
2011-03-31
Don't completely eliminate identity copies that also modify super register li...
Jakob Stoklund Olesen
2011-03-31
Mark all uses as <undef> when joining a copy.
Jakob Stoklund Olesen
2011-03-31
Add XCore intrinsics for initializing / starting / synchronizing threads.
Richard Osborne
2011-03-31
Pick a conservative register class when creating a small live range for remat.
Jakob Stoklund Olesen
2011-03-30
Don't try to create zero-sized stack objects.
Evan Cheng
2011-03-30
Add a ARM-specific SD node for VBSL so that forms with a constant first operand
Cameron Zwarich
2011-03-29
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends
Evan Cheng
2011-03-29
Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. Fixes
Cameron Zwarich
[prev]
[next]