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
/
lib
/
Target
/
ARM
/
NEONMoveFix.cpp
Age
Commit message (
Expand
)
Author
2011-09-29
Delete NEONMoveFix, now unused.
Jakob Stoklund Olesen
2011-09-27
Use existing function.
Jakob Stoklund Olesen
2011-07-29
Transfer implicit operands in NEONMoveFixPass.
Jakob Stoklund Olesen
2011-07-15
Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...
Owen Anderson
2011-02-23
Change VFPNeonA8 definition to make the code easier to read.
Evan Cheng
2011-02-22
VFP single precision arith instructions can go down to NEON pipeline, but on ...
Evan Cheng
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-06
Track defs for all aliases in NEONMoveFix.
Jakob Stoklund Olesen
2010-05-17
No reason not to run the NEON domain croassing fix up pass in thumb2 mode.
Evan Cheng
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-21
Add predicate operand to NEON instructions. Fix lots (but not all) 80 col vio...
Evan Cheng
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-11-03
Move subtarget check upper for NEON reg-reg fixup pass.
Anton Korobeynikov
2009-11-03
Turn neon reg-reg moves fixup code into separate pass. This should reduce the...
Anton Korobeynikov