index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMSubtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid some 's' 16-bit instruction which partially update CPSR
Bob Wilson
2011-04-19
1
-0
/
+1
*
Initialize HasVMLxForwarding.
Benjamin Kramer
2011-04-01
1
-0
/
+1
*
available_externally (hidden or not) GVs are always accessed via stubs. rdar:...
Evan Cheng
2011-02-22
1
-1
/
+3
*
Last round of fixes for movw + movt global address codegen.
Evan Cheng
2011-01-21
1
-6
/
+2
*
Don't forget to emit the load from indirect symbol when using movw + movt to ...
Evan Cheng
2011-01-19
1
-1
/
+1
*
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2011-01-17
1
-4
/
+11
*
Clean up ARM subtarget code by using Triple ADT.
Evan Cheng
2011-01-11
1
-7
/
+2
*
Fix the ARM IIC_iCMPsi itinerary and add an important assert.
Andrew Trick
2011-01-04
1
-0
/
+1
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
1
-0
/
+18
*
whitespace
Andrew Trick
2010-12-24
1
-2
/
+2
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-1
/
+1
*
Define the subtarget feature for the architecture version,
Bob Wilson
2010-11-09
1
-15
/
+40
*
Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...
Evan Cheng
2010-11-03
1
-0
/
+1
*
PR8359: The ARM backend may end up allocating registers D16 to D31 when
Bob Wilson
2010-10-12
1
-0
/
+1
*
Add a subtarget hook for reporting the misprediction penalty. Use this to pro...
Owen Anderson
2010-09-28
1
-0
/
+12
*
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-09-28
1
-0
/
+10
*
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-10
1
-1
/
+2
*
cortex m4 has floating point support, but only single precision.
Jim Grosbach
2010-08-11
1
-0
/
+1
*
Report error if codegen tries to instantiate a ARM target when the cpu does s...
Evan Cheng
2010-08-11
1
-0
/
+1
*
- Add subtarget feature -mattr=+db which determine whether an ARM cpu has the
Evan Cheng
2010-08-11
1
-0
/
+1
*
Explicitly initialize SlowFPBrcc and Pref32BitThumb to false.
Evan Cheng
2010-08-09
1
-0
/
+2
*
Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/pack
Jim Grosbach
2010-05-05
1
-0
/
+2
*
Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch by
Jim Grosbach
2010-05-05
1
-0
/
+2
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-1
/
+2
*
switch the flag for using NEON for SP floating point to a subtarget 'feature'.
Jim Grosbach
2010-03-25
1
-13
/
+1
*
need to fix 'make check' tests first. revert for a moment.
Jim Grosbach
2010-03-25
1
-1
/
+13
*
switch the flag for using NEON for SP floating point to a subtarget 'feature'
Jim Grosbach
2010-03-25
1
-13
/
+1
*
switch the use-vml[as] instructions flag to a subtarget 'feature'
Jim Grosbach
2010-03-25
1
-11
/
+1
*
ARM cortex-a8 doesn't do vmla/vmls well. disable them by default for that cpu
Jim Grosbach
2010-03-25
1
-0
/
+6
*
Make the use of the vmla and vmls VFP instructions controllable via cmd line.
Jim Grosbach
2010-03-24
1
-0
/
+5
*
Add substarget feature for FP16
Anton Korobeynikov
2010-03-14
1
-0
/
+1
*
Initial bits of ARMv4-only support.
Anton Korobeynikov
2010-03-06
1
-16
/
+24
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-3
/
+3
*
Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable
Bob Wilson
2009-11-30
1
-2
/
+0
*
Materialize global addresses via movt/movw pair, this is always better
Anton Korobeynikov
2009-11-24
1
-0
/
+5
*
Add a target hook to allow changing the tail duplication limit based on the
Bob Wilson
2009-11-18
1
-0
/
+2
*
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-13
1
-3
/
+3
*
Fixed to address code review. No functional changes.
David Goodwin
2009-11-10
1
-0
/
+11
*
I am no spelling bee.
Evan Cheng
2009-10-16
1
-1
/
+1
*
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-16
1
-3
/
+5
*
Add comment.
Evan Cheng
2009-10-16
1
-0
/
+2
*
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
1
-1
/
+7
*
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-10-01
1
-0
/
+5
*
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-30
1
-0
/
+1
*
Reference to hidden symbols do not have to go through non-lazy pointer in non...
Evan Cheng
2009-09-03
1
-6
/
+46
*
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-28
1
-0
/
+11
*
Remove some dead code.
Daniel Dunbar
2009-08-05
1
-4
/
+0
*
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin
2009-08-04
1
-0
/
+1
*
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-08-02
1
-4
/
+1
*
Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the same
Evan Cheng
2009-08-01
1
-0
/
+4
[next]