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
/
ARMSubtarget.h
Age
Commit message (
Expand
)
Author
2010-11-03
Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...
Evan Cheng
2010-10-12
PR8359: The ARM backend may end up allocating registers D16 to D31 when
Bob Wilson
2010-10-03
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
Rafael Espindola
2010-09-29
Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.
Bob Wilson
2010-09-28
Add a subtarget hook for reporting the misprediction penalty. Use this to pro...
Owen Anderson
2010-09-28
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-09-27
Hard to imagine there are still people using inferior compilers.
Daniel Dunbar
2010-09-27
Odd additional stub framework for the ARM MC ELF emission.
Rafael Espindola
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-08-11
cortex m4 has floating point support, but only single precision.
Jim Grosbach
2010-08-11
Report error if codegen tries to instantiate a ARM target when the cpu does s...
Evan Cheng
2010-08-11
Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)
Evan Cheng
2010-08-11
- Add subtarget feature -mattr=+db which determine whether an ARM cpu has the
Evan Cheng
2010-08-09
Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...
Evan Cheng
2010-07-13
Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).
Evan Cheng
2010-05-06
Fix "warning: extra ';' inside a struct or union" when building llvm with clang
Shantonu Sen
2010-05-05
Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/pack
Jim Grosbach
2010-05-05
Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch by
Jim Grosbach
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-03-25
switch the use-vml[as] instructions flag to a subtarget 'feature'
Jim Grosbach
2010-03-24
Make the use of the vmla and vmls VFP instructions controllable via cmd line.
Jim Grosbach
2010-03-14
Add substarget feature for FP16
Anton Korobeynikov
2010-03-11
Lower small memcpys to load/stores on Thumb2.
Bob Wilson
2010-03-06
Initial bits of ARMv4-only support.
Anton Korobeynikov
2009-11-30
Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable
Bob Wilson
2009-11-24
Materialize global addresses via movt/movw pair, this is always better
Anton Korobeynikov
2009-11-18
Add a target hook to allow changing the tail duplication limit based on the
Bob Wilson
2009-11-13
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-10
Fixed to address code review. No functional changes.
David Goodwin
2009-11-10
Allow targets to specify register classes whose member registers should not b...
David Goodwin
2009-10-26
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-22
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-16
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-09-30
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-03
Reference to hidden symbols do not have to go through non-lazy pointer in non...
Evan Cheng
2009-08-28
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-05
By default, for cortex-a8 use NEON for single-precision FP.
David Goodwin
2009-08-04
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin
2009-08-02
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-07-06
isThumb2 really should mean thumb2 only, not thumb2+.
Evan Cheng
2009-07-02
Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, no...
Evan Cheng
2009-06-25
Revert 74164. We'll want to use this method later.
Bob Wilson
2009-06-25
Remove unused hasV6T2Ops method. We already have a separate feature to
Bob Wilson
2009-06-19
Latency information for ARM v6. It's rough and not yet hooked up. Right now ...
Evan Cheng
2009-06-18
Remove UseThumbBacktraces. Just check if subtarget is darwin.
Evan Cheng
2009-06-15
Rename methods for the sake of consistency.
Anton Korobeynikov
2009-06-08
Separate V6 from V6T2 since the latter has some extra nice instructions
Anton Korobeynikov
2009-06-08
Add helper for checking of Thumb1 mode
Anton Korobeynikov
2009-06-01
Implement review feedback. Make thumb2 'normal' subtarget feature
Anton Korobeynikov
[next]