index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Age
Commit message (
Expand
)
Author
2010-09-16
When expanding ARM pseudo registers, copy the existing predicate operands
Bob Wilson
2010-09-16
store MC FP immediates as a double instead of as an APFloat, thus avoiding an
Jim Grosbach
2010-09-16
Add missing break.
Bob Wilson
2010-09-16
Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded after
Bob Wilson
2010-09-15
Add support for the 'lane' modifier on vdup operands
Jim Grosbach
2010-09-15
Remember VLDMQ.
Jakob Stoklund Olesen
2010-09-15
Add missing break.
Jakob Stoklund Olesen
2010-09-15
Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to register
Jim Grosbach
2010-09-15
move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper
Jim Grosbach
2010-09-15
simplify getRegisterNumbering(). Remove the unused isSPVFP argument and
Jim Grosbach
2010-09-15
Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check
Jim Grosbach
2010-09-15
Reduce dependencies in the ARM MC instruction printer.
Jim Grosbach
2010-09-15
Fix spelling typo.
Jim Grosbach
2010-09-15
Factor out basic enums and hleper functions from ARM.h for cleaner sharing
Jim Grosbach
2010-09-15
Add support for floating point immediates to MC instruction printing. ARM
Jim Grosbach
2010-09-15
Recognize VST1q64Pseudo and VSTMQ as stack slot stores.
Jakob Stoklund Olesen
2010-09-15
Reapply Gabor's 113839, 113840, and 113876 with a fix for a problem
Bob Wilson
2010-09-15
the darwin9-powerpc buildbot keeps consistently crashing,
Gabor Greif
2010-09-15
Move ARM is{LoadFrom,StoreTo}StackSlot closer to their siblings so they won't be
Jakob Stoklund Olesen
2010-09-15
Spelling fix.
Bob Wilson
2010-09-15
Use VLD1/VST1 pseudo instructions for loadRegFromStackSlot and
Bob Wilson
2010-09-14
Reapply r113875 with additional cleanups.
Jim Grosbach
2010-09-14
Emit libcalls for SDIV, this requires some call infrastructure
Eric Christopher
2010-09-14
revert 113875 momentarilly. Need to fix the MC disassembler to handle the
Jim Grosbach
2010-09-14
trailing whitespace cleanup
Jim Grosbach
2010-09-14
an attempt to salvage the darwin9-powerpc buildbot, which could be miscompili...
Gabor Greif
2010-09-14
The register specified for a dregpair is the corresponding Q register, so to
Jim Grosbach
2010-09-14
set isCompare for another three Thumb1 instructions
Gabor Greif
2010-09-14
Add predicate and 's' bit operands to PICADD instruction lowering.
Jim Grosbach
2010-09-14
Avoid warnings.
Bob Wilson
2010-09-14
fix comment typo
Jim Grosbach
2010-09-14
Make NEON ld/st pseudo instruction classes take the instruction itinerary as
Bob Wilson
2010-09-14
set comparable for a bunch of Thumb instructions
Gabor Greif
2010-09-14
Don't ignore the CPSR implicit def when lowering a MachineInstruction to an M...
Jim Grosbach
2010-09-14
Clarify comment
Jim Grosbach
2010-09-14
Eliminate a 'tst' that immediately follows an 'and'
Gabor Greif
2010-09-14
Fix QOpcode assignment to Opc.
Eric Christopher
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
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-13
trailing whitespace
Jim Grosbach
2010-09-11
fix the asmparser so that the target is responsible for skipping to
Chris Lattner
2010-09-11
Rename ConvertToSetZeroFlag to something more general.
Bill Wendling
2010-09-10
No need to recompute the SrcReg and CmpValue.
Bill Wendling
2010-09-10
Move some of the decision logic for converting an instruction into one that sets
Bill Wendling
2010-09-10
Start sketching out ARM fast-isel calls.
Eric Christopher
2010-09-10
For consistency.
Eric Christopher
2010-09-10
Newline at end of file.
Eric Christopher
2010-09-10
Split out some of the calling convention bits so that they can be
Eric Christopher
2010-09-10
Modify the comparison optimizations in the peephole optimizer to update the
Bill Wendling
[prev]
[next]