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
/
NEONPreAllocPass.cpp
Age
Commit message (
Expand
)
Author
2010-09-13
Convert some VTBL and VTBX instructions to use pseudo instructions prior to
Bob Wilson
2010-09-13
Switch all the NEON vld-lane and vst-lane instructions over to the new
Bob Wilson
2010-09-03
Finish converting the rest of the NEON VLD instructions to use pseudo-
Bob Wilson
2010-09-02
Convert VLD1 and VLD2 instructions to use pseudo-instructions until
Bob Wilson
2010-08-28
Use pseudo instructions for VST1 and VST2.
Bob Wilson
2010-08-26
Use pseudo instructions for VST3.
Bob Wilson
2010-08-26
Use pseudo instructions for VST1d64Q.
Bob Wilson
2010-08-26
Revert svn 107892 (with changes to work with trunk). It caused a crash if
Bob Wilson
2010-08-25
Start converting NEON load/stores to use pseudo instructions, beginning here
Bob Wilson
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-08
The NEONPreAllocPass should never have to assign fixed registers anymore.
Bob Wilson
2010-07-08
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-06-16
Don't attempt preserving conservative kill flags. We were doing it wrong.
Jakob Stoklund Olesen
2010-06-16
Remove the hidden "neon-reg-sequence" option. The reg sequences are working
Bob Wilson
2010-06-08
Fix up a comment.
Bob Wilson
2010-05-24
Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums
Jakob Stoklund Olesen
2010-05-14
Teach two-address pass to do some coalescing while eliminating REG_SEQUENCE
Evan Cheng
2010-05-14
Model VLD*_UPD and VLD*odd_UPD pair with REG_SEQUENCE.
Evan Cheng
2010-05-13
Fix -Asserts warning.
Daniel Dunbar
2010-05-12
vst instructions are modeled as this:
Evan Cheng
2010-05-11
Avoid breaking vstd when reg_sequence is not used.
Evan Cheng
2010-05-11
Model some vst3 and vst4 with reg_sequence.
Evan Cheng
2010-05-10
Model some vld3 instructions with REG_SEQUENCE.
Evan Cheng
2010-05-10
Model vld2 / vst2 with reg_sequence.
Evan Cheng
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-05
Do not pre-allocate references of D registers pairs if they are extracted fro...
Evan Cheng
2010-05-04
Do not pre-allocate for registers which form a REG_SEQUENCE.
Evan Cheng
2010-03-23
Change VST1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-23
Change VLD1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-22
Rename some VLD1/VST1 instructions to match the implementation, i.e., the
Bob Wilson
2010-03-20
Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
Bob Wilson
2010-03-20
Rename some instructions for consistency and sanity: use "_UPD" suffix for
Bob Wilson
2010-03-16
Revert 98683. It is breaking something in the disassembler.
Bob Wilson
2010-03-16
Remove redundant writeback flag from ARM address mode 6. Also remove the
Bob Wilson
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-07
Support alignment specifier for NEON vld/vst instructions
Jim Grosbach
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-09
Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
[next]