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-09
Cleanup and relax a restriction on the matching of global offsets into
Chandler Carruth
2012-04-09
Fold 15 tiny test cases into a single file that implements the
Chandler Carruth
2012-04-08
Only have codegen turn fdiv by a constant into fmul by the reciprocal
Duncan Sands
2012-04-08
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
Teach InstCombine to nuke a common alloca pattern -- an alloca which has
Chandler Carruth
2012-04-08
AVX2: Build splat vectors by broadcasting a scalar from the constant pool.
Nadav Rotem
2012-04-08
Remove old 'grep' lines.
Bill Wendling
2012-04-08
FileCheckize these testcases.
Bill Wendling
2012-04-07
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-07
Convert floating point division by a constant into multiplication by the
Duncan Sands
2012-04-07
Fix ValueTracking to conclude that debug intrinsics are safe to
Chandler Carruth
2012-04-07
SCEV: When expanding a GEP the final addition to the base pointer has NUW but...
Benjamin Kramer
2012-04-07
Make the test for r154235 more platform-independent with a shorter
Sean Hunt
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-06
Add lines in global-address.ll to test N32 and N64 code generation.
Akira Hatanaka
2012-04-06
Allow negative immediates in ARM and Thumb2 compares.
Jakob Stoklund Olesen
2012-04-06
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Chandler Carruth
2012-04-06
Test case for PR12413
Craig Topper
2012-04-06
Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...
Craig Topper
2012-04-06
Add the tests that were supposed to go with r153935 that I forgot svn add
Craig Topper
2012-04-06
Actually finish this sentence in the comment the way I intended. Thanks
Chandler Carruth
2012-04-06
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-05
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
Reapply test case in 154038, this time with triple to prevent the backend
Akira Hatanaka
2012-04-05
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-05
Don't break the IV update in TLI::SimplifySetCC().
Jakob Stoklund Olesen
2012-04-05
Fix accidentally inverted logic from r152803, and make the
Dan Gohman
2012-04-05
Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...
Silviu Baranga
2012-04-05
Added support for handling unpredictable arithmetic instructions on ARM.
Silviu Baranga
2012-04-05
An oversight when applying the patches for r150956 and r150957 to a vanilla t...
James Molloy
2012-04-05
ARM assembly aliases for two-operand V[R]SHR instructions.
Jim Grosbach
2012-04-05
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-05
Pass the right sign to TLI->isLegalICmpImmediate.
Jakob Stoklund Olesen
2012-04-04
Reapply 154038 without the failing test.
Akira Hatanaka
2012-04-04
Revert r154038. It was causing make check failures.
Owen Anderson
2012-04-04
Fix LowerGlobalAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerConstantPool to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
Jakob Stoklund Olesen
2012-04-04
Fix LowerBlockAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Add testcase for r154007, when a function has the optsize attribute,
Hongbin Zheng
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-03
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2012-04-03
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
Add an additional testcase which checks ops with multiple users.
Nadav Rotem
2012-04-03
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
[prev]
[next]