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
Age
Commit message (
Expand
)
Author
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...
Sebastian Pop
2012-05-04
Allow v16i16 and v32i8 shuffles to be rewritten as narrower shuffles.
Craig Topper
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
2012-05-03
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
2012-05-03
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
Fixed disassembler for vstm/vldm ARM VFP instructions.
Silviu Baranga
2012-05-03
Fix 256-bit vpshuflw and vpshufhw immediate encoding to handle undefs in the ...
Craig Topper
2012-05-03
Fix two-address pass's aggressive instruction commuting heuristics. It's meant
Evan Cheng
2012-05-02
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-05-02
Teach DAG combine that multiplication by 1.0 can always be constant folded.
Owen Anderson
2012-05-02
ARM: Add missing two-operand VBIC aliases.
Jim Grosbach
2012-05-02
Revert r155853
Manman Ren
2012-05-02
The value held in the vector may be RAUW'ed by some of the canonicalization
Bill Wendling
2012-05-02
Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.
Richard Barton
2012-05-02
Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...
Craig Topper
2012-05-01
Strip the pointer casts off of allocas so that the selection DAG can find them.
Bill Wendling
2012-05-01
ARM: Add a few missing add->sub aliases w/ 'w' suffix.
Jim Grosbach
2012-05-01
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
2012-05-01
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
X86: optimization for max-like struct
Manman Ren
2012-05-01
X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...
Alexey Samsonov
2012-05-01
Regression test for PR2960.
Jay Foad
2012-05-01
An instruction in a loop is not guaranteed to be executed just because the loop
Nick Lewycky
2012-05-01
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes
Lang Hames
2012-04-30
X86: optimization for -(x != 0)
Manman Ren
2012-04-30
test/CodeGen/X86/select.ll: remove spaces
Manman Ren
2012-04-30
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-30
Don't introduce illegal types when creating vmull operations. <rdar://11324364>
Bob Wilson
2012-04-30
Just mark the sign bit as known zero, rather than any other irrelevant bits
Duncan Sands
2012-04-30
Second attempt at PR12573:
Bill Wendling
2012-04-30
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-28
Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-27
ARM: Thumb add(sp plus register) asm constraints.
Jim Grosbach
2012-04-27
Revert r155745
Derek Schuff
2012-04-27
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-27
Temporarily revert r155668: Fix the SD scheduler to avoid gluing.
Andrew Trick
2012-04-27
Add x86-specific DAG combine to simplify:
Chad Rosier
2012-04-27
Make test less fragile.
Evan Cheng
2012-04-27
Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).
Hal Finkel
2012-04-27
Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
Lang Hames
2012-04-27
Reapply r155682, making constant folding more consistent, with a fix to work
Dan Gohman
2012-04-27
Fix ARM assembly parsing for upper case condition codes on IT instructions.
Richard Barton
2012-04-27
Missed some register numbers.
Benjamin Kramer
2012-04-27
Update edis test for r155704.
Benjamin Kramer
2012-04-27
X86: Don't emit conditional floating point moves on when targeting pre-pentiu...
Benjamin Kramer
2012-04-27
Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...
NAKAMURA Takumi
2012-04-27
[tsan] Atomic support for ThreadSanitizer, patch by Dmitry Vyukov
Kostya Serebryany
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
[next]