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
2012-05-09
Add another peephole pattern for conditional moves.
Akira Hatanaka
2012-05-09
Make register FP allocatable if the compiled function does not have dynamic
Akira Hatanaka
2012-05-09
Expand 64-bit shifts if target ABI is O32.
Akira Hatanaka
2012-05-08
Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...
Craig Topper
2012-05-07
Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.
Owen Anderson
2012-05-07
Fix a regression from r147481. This combine should only happen if there is a
Chad Rosier
2012-05-07
X86: optimization for -(x != 0)
Manman Ren
2012-05-07
Add support for the 'l' constraint.
Eric Christopher
2012-05-07
Add support for the 'c' constraint.
Eric Christopher
2012-05-07
Add support for the 'P' constraint.
Eric Christopher
2012-05-07
Add support for the 'O' constraint.
Eric Christopher
2012-05-07
Add support for the 'N' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the 'L' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the inline asm constraint 'K'.
Eric Christopher
2012-05-07
Add SSE4A MOVNTSS/MOVNTSD instructions.
Craig Topper
2012-05-07
Support the 'J' constraint.
Eric Christopher
2012-05-07
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-05-06
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-05
CodeGenPrepare: Add a transform to turn selects into branches in some cases.
Benjamin Kramer
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
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
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
Revert r155853
Manman Ren
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
X86: optimization for max-like struct
Manman Ren
2012-05-01
Regression test for PR2960.
Jay Foad
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-28
Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
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
Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
Lang Hames
2012-04-27
X86: Don't emit conditional floating point moves on when targeting pre-pentiu...
Benjamin Kramer
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
2012-04-27
Implement a bastardized ABI.
Evan Cheng
2012-04-27
- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2
Evan Cheng
2012-04-26
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-26
Use VLD1 in NEON extenting-load patterns instead of VLDR.
Tim Northover
2012-04-26
If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume
Evan Cheng
[prev]
[next]