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
2012-05-24
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-05-24
Mark a static array as const.
Craig Topper
2012-05-24
Mark a static table as const. Shrink opcode size in static tables to uint16_t...
Craig Topper
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-22
ARMDisassembler.cpp: Fix utf8 char in comments.
NAKAMURA Takumi
2012-05-21
ARM: .end_data_region mismatch in Thumb2.
Jim Grosbach
2012-05-21
Thumb2: RSB source register should be rGRP not GPRnopc.
Jim Grosbach
2012-05-20
Use the right register class for LDRrs.
Jakob Stoklund Olesen
2012-05-20
Transfer memory operands to the right instruction.
Jakob Stoklund Olesen
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-17
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-17
Remove incorrect pattern for ARM SMML instruction.
Tim Northover
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-14
Fix use of uninitialized variable.
David Blaikie
2012-05-11
[fast-isel] Add support for selecting @llvm.trap().
Chad Rosier
2012-05-11
[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...
Chad Rosier
2012-05-11
[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg
Chad Rosier
2012-05-11
[fast-isel] Rather then assert (or segfault in a non-asserts build), fall back
Chad Rosier
2012-05-11
The return type is an unsigned, not a bool.
Chad Rosier
2012-05-11
Add space before an open parenthesis in control flow statements.
Manman Ren
2012-05-11
Added the missing bit definition for the 4th bit of the STR (post reg) instru...
Silviu Baranga
2012-05-11
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...
Silviu Baranga
2012-05-11
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-10
Revert: 156550 "ARM: peephole optimization to remove cmp instruction"
Manman Ren
2012-05-10
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-04
Tweak to the fix in r156212, as with the change in removing the shift the
Kevin Enderby
2012-05-04
Fix a bug in the ARM disassembler for wide branch conditional instructions
Kevin Enderby
2012-05-04
Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...
Sebastian Pop
2012-05-04
Pacify GCC's -Wreturn-type
Matt Beaumont-Gay
2012-05-04
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-05-04
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
Fixed disassembler for vstm/vldm ARM VFP instructions.
Silviu Baranga
2012-05-02
ARM: Add missing two-operand VBIC aliases.
Jim Grosbach
2012-05-02
Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.
Richard Barton
2012-05-01
ARM: Add a few missing add->sub aliases w/ 'w' suffix.
Jim Grosbach
2012-05-01
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-04-30
ARM: Diagnostics for out of range fixups.
Jim Grosbach
2012-04-30
Fix address calculation error from r155744.
Jakob Stoklund Olesen
2012-04-30
Don't introduce illegal types when creating vmull operations. <rdar://11324364>
Bob Wilson
2012-04-28
Fix a problem with blocks that need to be split twice.
Jakob Stoklund Olesen
2012-04-27
ARM: Thumb add(sp plus register) asm constraints.
Jim Grosbach
2012-04-27
ARM: Tweak tADDrSP definition for consistent operand order.
Jim Grosbach
2012-04-27
Track worst case alignment padding more accurately.
Jakob Stoklund Olesen
2012-04-27
Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
Lang Hames
2012-04-27
Fix ARM assembly parsing for upper case condition codes on IT instructions.
Richard Barton
[next]