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
2011-03-24
--- Merging r128203 into '.':
Bill Wendling
2011-03-24
--- Merging r127981 into '.':
Bill Wendling
2011-03-22
--- Merging r128100 into '.':
Bill Wendling
2011-03-08
Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.
Bob Wilson
2011-03-08
Fix comment typos.
Bob Wilson
2011-03-07
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-05
ARM assembler stuff is crazy: for .setfp positive values of offset correspond...
Anton Korobeynikov
2011-03-05
In Thumb1 mode the constant might be materialized via the load from constpool...
Anton Korobeynikov
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
Add unwind information emission for thumb stuff
Anton Korobeynikov
2011-03-05
Handle MI flags inside Thumb2SizeReduction pass.
Anton Korobeynikov
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Remove unused conditional negate operations.
Bob Wilson
2011-03-04
Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...
Devang Patel
2011-03-03
PR8053: Fix encoding of S bit in some ARM instructions.
Bob Wilson
2011-03-03
Add a readme entry for the redundant movw issue for pr9370.
Bob Wilson
2011-03-03
pr9367: Add missing predicated BLX instructions.
Bob Wilson
2011-03-02
Fixes an assertion failure while disassembling ARM rsbs reg/reg form.
Kevin Enderby
2011-03-02
Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.
Renato Golin
2011-03-01
Narrow right shifts need to encode their immediates differently from a normal
Bill Wendling
2011-02-28
Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu...
Renato Golin
2011-02-28
Add missing whitespace in the formatting.
Kevin Enderby
2011-02-28
Fix the arm's disassembler for blx that was building an MCInst without the
Kevin Enderby
2011-02-28
Fix a typo which cause dag combine crash. rdar://9059537.
Evan Cheng
2011-02-28
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2011-02-25
Add patterns to use post-increment addressing for Neon VST1-lane instructions.
Bob Wilson
2011-02-25
Fix typo.
Evan Cheng
2011-02-25
Each prologue may have multiple vpush instructions to store callee-saved
Evan Cheng
2011-02-23
Change VFPNeonA8 definition to make the code easier to read.
Evan Cheng
2011-02-23
More fcopysign correctness and performance fix.
Evan Cheng
2011-02-22
VFP single precision arith instructions can go down to NEON pipeline, but on ...
Evan Cheng
2011-02-22
Guard against de-referencing MBB.end().
Evan Cheng
2011-02-22
available_externally (hidden or not) GVs are always accessed via stubs. rdar:...
Evan Cheng
2011-02-22
Only use blx for external function calls on thumb, these could be fixed
Eric Christopher
2011-02-21
Skipping over debugvalue instructions to determine whether the split spot is ...
Evan Cheng
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-19
Avoid dangling else warnings.
Joerg Sonnenberger
2011-02-18
Fix style and a typo
Bruno Cardoso Lopes
2011-02-18
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-16
Some single precision VFP instructions may be executed on NEON pipeline, but ...
Evan Cheng
2011-02-15
Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...
Jakob Stoklund Olesen
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-14
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
A fail to match coprocessor number and register number must fail instead of a...
Bruno Cardoso Lopes
2011-02-14
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-13
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
[next]