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
/
ARM
Age
Commit message (
Expand
)
Author
2012-01-23
Fix PR11829. PostRA LICM was too aggressive.
Jakob Stoklund Olesen
2012-01-23
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-22
Add fused multiple+add instructions from VFPv4.
Anton Korobeynikov
2012-01-20
ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>
Bob Wilson
2012-01-20
VST2 four-register w/ update pseudos for fixed/register update.
Jim Grosbach
2012-01-19
Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.
Evgeniy Stepanov
2012-01-13
test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
NAKAMURA Takumi
2012-01-13
DAGCombine's logic for forming pre- and post- indexed loads / stores were being
Evan Cheng
2012-01-11
ARM Ld/St Optimizer fix.
Andrew Trick
2012-01-10
ARM updating VST2 pseudo-lowering fixed vs. register update.
Jim Grosbach
2012-01-10
Allow machine-cse to look across MBB boundary when cse'ing instructions that
Evan Cheng
2012-01-09
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-07
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
Use getRegForValue() to materialize the address of ARM globals.
Jakob Stoklund Olesen
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
Use movw+movt in ARMFastISel::ARMMaterializeGV.
Jakob Stoklund Olesen
2012-01-06
Enable aligned NEON spilling by default.
Jakob Stoklund Olesen
2012-01-05
Reapply r146997, "Heed spill slot alignment on ARM."
Jakob Stoklund Olesen
2012-01-04
Fix more places which should be checking for iOS, not darwin.
Evan Cheng
2012-01-03
Revert r146997, "Heed spill slot alignment on ARM."
Jakob Stoklund Olesen
2011-12-26
Make sure DAGCombiner doesn't introduce multiple loads from the same memory l...
Eli Friedman
2011-12-21
Fix a couple of copy-n-paste bugs. Noticed by George Russell!
Chad Rosier
2011-12-21
Fix a couple of copy-n-paste bugs. Noticed by George Russell.
Evan Cheng
2011-12-20
Heed spill slot alignment on ARM.
Jakob Stoklund Olesen
2011-12-20
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
Evan Cheng
2011-12-20
Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930.
Bob Wilson
2011-12-19
Move tests to FileCheck.
Evan Cheng
2011-12-14
Do not sink instruction, if it is not profitable.
Devang Patel
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
Add newline at EOF.
Chad Rosier
2011-12-13
[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...
Chad Rosier
2011-12-12
Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>
Bob Wilson
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-11
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
Revert associate SelectInsertValue test as well.
Chad Rosier
2011-12-10
Revert r146322 to appease buildbots. Original commit message:
Chad Rosier
2011-12-10
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-09
Splats can contain undef's; make sure to handle them correctly. PR11526.
Eli Friedman
2011-12-09
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-08
Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsics
Daniel Dunbar
2011-12-08
Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...
Stepan Dyatkovskiy
2011-12-06
[arm-fast-isel] Doublewords only require word-alignment.
Chad Rosier
2011-12-06
Align ARM constant pool islands via their basic block.
Jakob Stoklund Olesen
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
[arm-fast-isel] Unaligned stores of floats require special care.
Chad Rosier
2011-12-02
[arm-fast-isel] After promoting a function parameter be sure to update the
Chad Rosier
2011-11-30
Make GlobalMerge honor the preferred alignment on globals without an explicit...
Eli Friedman
2011-11-29
FileCheckize.
Jakob Stoklund Olesen
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-28
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
[prev]
[next]