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
2010-01-15
Reenable tests
Anton Korobeynikov
2010-01-15
Temporary disable tests
Anton Korobeynikov
2010-01-14
Add variable-width shifts for MSP430
Anton Korobeynikov
2010-01-14
Fix a codegen abort seen in 483.xalancbmk.
Dan Gohman
2010-01-13
this test requires SSE, thanks to jyasskin for pointing this out.
Chris Lattner
2010-01-13
Commit some changes I had managed to lose last night while refactoring the co...
Evan Cheng
2010-01-13
Re-enable extension optimization pass.
Evan Cheng
2010-01-13
remove uses of deprecated functions, this generates slightly
Chris Lattner
2010-01-13
Disable opt-ext pass to unbreak the build for now.
Evan Cheng
2010-01-13
Try to fix the ARM and PPC buildbots. The -mattr=vector-unaligned-mem
Jeffrey Yasskin
2010-01-13
Add a quick pass to optimize sign / zero extension instructions. For targets ...
Evan Cheng
2010-01-12
Add nounwind.
Evan Cheng
2010-01-12
Revert commit 93204, since it causes the assembler to barf
Duncan Sands
2010-01-12
Make several tests less fragile.
Dan Gohman
2010-01-12
Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers EFLAGS.
Dan Gohman
2010-01-11
Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen...
Evan Cheng
2010-01-11
Extend r93152 to work on OR r, r. If the source set bits are known not to ove...
Evan Cheng
2010-01-11
reduce this to a sensible testcase.
Chris Lattner
2010-01-11
Shorten up this testcase.
David Greene
2010-01-11
Revert 93158. It's breaking quite a few x86_64 tests.
Evan Cheng
2010-01-11
Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...
Jakob Stoklund Olesen
2010-01-11
Use a 32-bit and with implicit zero-extension instead of a 64-bit and if it
Dan Gohman
2010-01-11
Re-instate MOV64r0 and MOV16r0, with adjustments to work with the
Dan Gohman
2010-01-11
Generalize this check to avoid depending on a specific register assignment.
Dan Gohman
2010-01-11
Make this test less trivial, to avoid spurious failures.
Dan Gohman
2010-01-11
Select an OR with immediate as an ADD if the input bits are known zero. This ...
Evan Cheng
2010-01-11
Implement a feature (-vector-unaligned-mem) to allow targets to
David Greene
2010-01-09
Fix http://llvm.org/PR5729: x86-64 tail calls were putting their targets into
Jeffrey Yasskin
2010-01-09
Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode
Dan Gohman
2010-01-08
Fix a critical bug in 64-bit atomic operation lowering for 32-bit. The result...
Evan Cheng
2010-01-08
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....
Evan Cheng
2010-01-07
Fix rdar://7517201, a regression introduced by r92849.
Chris Lattner
2010-01-07
APInt'fy TargetLowering::SimplifySetCC to fix PR5963.
Evan Cheng
2010-01-07
Fix a minor regression from my dag combiner changes. One more place which nee...
Evan Cheng
2010-01-07
Add comments.
Jakob Stoklund Olesen
2010-01-06
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-05
Move this test from test/Transforms/IndVarSimplify to
Dan Gohman
2010-01-05
Don't assign the shift the same type as the variable being shifted. This could
Bill Wendling
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2010-01-04
Make this test more portable.
Dan Gohman
2010-01-04
Add some tests and update an existing test to reflect recent
Dan Gohman
2010-01-04
Fix invalid chain folding for memory variant of sdiv / udiv
Anton Korobeynikov
2010-01-03
fix PR5930, allowing the asmprinter to emit difference between
Chris Lattner
2010-01-03
add PR#
Chris Lattner
2010-01-03
differences between two blockaddress's don't cause a
Chris Lattner
2010-01-02
allow this to work on linux hosts.
Chris Lattner
2010-01-02
Teach codegen to handle:
Chris Lattner
2010-01-01
rename file.
Chris Lattner
2010-01-01
Teach codegen to lower llvm.powi to an efficient (but not optimal)
Chris Lattner
[next]