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-08-09
Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...
Evan Cheng
2010-08-08
Use the "isCompare" machine instruction attribute instead of calling the
Bill Wendling
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Fix eabi calling convention when a 64 bit value shadows r3.
Rafael Espindola
2010-08-06
Add the Optimize Compares pass (disabled by default).
Bill Wendling
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-08-05
For local variables in functions with a frame pointer, use FP as a base
Jim Grosbach
2010-08-05
Fix indentation.
Bob Wilson
2010-08-05
Add an ARM RSCrr instruction for disassembly only.
Bob Wilson
2010-08-05
Add an ARM RSBrr instruction for disassembly only.
Bob Wilson
2010-08-05
Silence a GCC warning about && and || without explicit parentheses. This
Chandler Carruth
2010-08-05
ARM "rrx" shift operands do not have an immediate. PR7790.
Bob Wilson
2010-08-04
and back in. false alarm on the tests from another unrelated local change.
Jim Grosbach
2010-08-04
Implement target specific getDebugValueLocation().
Devang Patel
2010-08-04
oops. revert for a moment to clean up tests first.
Jim Grosbach
2010-08-04
Reserve a stack slot if the function adjusts the stack but doesn't
Jim Grosbach
2010-08-04
Remove switch for disabling ARM tail calls. They
Dale Johannesen
2010-08-04
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-08-03
Add support for getting & setting the FPSCR application register on ARM when ...
Nate Begeman
2010-07-31
Silence some -Asserts uninitialized variable warnings.
Daniel Dunbar
2010-07-31
Move newlines before inline jumptables from the asm strings in .td files to
Bob Wilson
2010-07-31
Add support for disassembling VMVN (immediate) instructions. PR7747.
Bob Wilson
2010-07-30
Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...
Evan Cheng
2010-07-30
Add a check in the ARM disassembler for NEON instructions that would
Bob Wilson
2010-07-30
Add the __TEXT,__StaticInit section to the list of sections emitted at the
Bob Wilson
2010-07-30
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-29
Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.
Nate Begeman
2010-07-29
Refactor ARM-specific DAG combining in preparation for adding some more
Bob Wilson
2010-07-29
Implement vector constants which are splat of
Dale Johannesen
2010-07-29
Don't assert on an unrecognized BrMiscFrm instruction.
Bob Wilson
2010-07-29
Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the...
Nate Begeman
2010-07-28
ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16...
Jim Grosbach
2010-07-28
Remove incorrect substitution pattern for UXTB16. It wrongly assumed the inpu...
Jim Grosbach
2010-07-28
Remove dead prototype
Jim Grosbach
2010-07-26
And a bit more non-ASCII stuff.
Eli Friedman
2010-07-26
Drop some non-ascii stuff
Anton Korobeynikov
2010-07-26
Add a note
Anton Korobeynikov
2010-07-26
Currently EH lowering code expects typeinfo to be global only.
Anton Korobeynikov
2010-07-26
ARM fastisel isn't ready.
Evan Cheng
2010-07-25
Remove extraneous semicolon
Douglas Gregor
2010-07-25
Unbreak CMake build
Douglas Gregor
2010-07-24
Hook in GlobalMerge pass
Anton Korobeynikov
2010-07-23
Use the appropriate register class for an i32 when adding ARM::LR to the
Jim Grosbach
2010-07-23
Revert 109076. It is wrong and was causing regressions. Add some
Dale Johannesen
2010-07-23
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-22
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
switch a private implementation of GetFunctionSizeInBytes.
Chris Lattner
2010-07-22
ARMv4 JIT forgets to set the lr register when making a indirect function call...
Xerxes Ranby
2010-07-22
Mark an assert-only variable as used.
Chandler Carruth
[prev]
[next]