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-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-27
Use ConstantExpr::getExtractElement when constant-folding vectors
Dan Gohman
2012-04-26
Add instcombine patterns for the following transformations:
Chad Rosier
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
Teach the reassociate pass to fold chains of multiplies with repeated
Chandler Carruth
2012-04-26
Specify cpu to unbreak tests.
Evan Cheng
2012-04-26
If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume
Evan Cheng
2012-04-25
Try to fix llvm-arm-linux builder with -mcpu.
Jakob Stoklund Olesen
2012-04-25
Trivial change to make the test use -mcpu=generic so as to avoid
Preston Gurd
2012-04-25
Actually delete now-empty file.
Chandler Carruth
2012-04-25
Reverting r155468. Chris and Chandler have convinced me that it's dangerous and
Lang Hames
2012-04-25
Do not use $gp as a dedicated global register if the target ABI is not O32.
Akira Hatanaka
2012-04-24
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
ConstantFoldSelectInstruction swapped the operands of the select.
Nadav Rotem
2012-04-24
Fix the testcase. We do expect two vblendw on XMMs.
Nadav Rotem
2012-04-24
Add a testcase for 155440
Nadav Rotem
2012-04-24
MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...
Evan Cheng
2012-04-24
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixes
Lang Hames
2012-04-24
Fix a crash on valid (if UB) bitcode that is produced for some global
Chandler Carruth
2012-04-24
Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)
Kevin Enderby
2012-04-24
Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)
Kevin Enderby
2012-04-24
AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructions
Nadav Rotem
2012-04-24
FileCheck-ize tests.
Bill Wendling
2012-04-24
FileCheck-ize these tests.
Bill Wendling
2012-04-24
FileCheck-ize these tests. Harden some of them.
Bill Wendling
2012-04-23
Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...
Nadav Rotem
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.
Jim Grosbach
2012-04-23
Add ARM mode tests for the NEON vector shift-accumulate tests.
Jim Grosbach
2012-04-23
Tidy up. Reformat for ease of reading.
Jim Grosbach
2012-04-23
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
Hexagon V5 (floating point) support.
Sirish Pande
2012-04-23
Support for Hexagon architectural feature, new value jump.
Sirish Pande
2012-04-23
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-23
Reapply r155136 after fixing PR12599.
Jakob Stoklund Olesen
2012-04-22
cleaned line endings in the newly added test file
Elena Demikhovsky
2012-04-22
Tidy up this test more:
Chandler Carruth
2012-04-22
FileCheck-ize a test, and tidy it up a touch.
Chandler Carruth
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-21
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-20
Fix PR12599.
Jakob Stoklund Olesen
2012-04-20
ARM: Update NEON assembly two-operand aliases.
Jim Grosbach
2012-04-20
Removes json-bench from the test dependencies.
Manuel Klimek
2012-04-20
Revert r155136 "Defer some shl transforms to DAGCombine."
Jakob Stoklund Olesen
2012-04-20
ARM some VFP tblgen'erated two-operand aliases.
Jim Grosbach
2012-04-20
Tidy up. Formatting.
Jim Grosbach
2012-04-19
Avoid a bug in the path count computation, preventing an infinite
Dan Gohman
2012-04-19
Test for the the problem with xors being changed into ands
Joel Jones
[prev]
[next]