index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMSubtarget.cpp
Age
Commit message (
Expand
)
Author
2009-10-16
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-16
Add comment.
Evan Cheng
2009-10-01
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
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-05
Remove some dead code.
Daniel Dunbar
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-08-01
Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the same
Evan Cheng
2009-06-22
Use thumb2 for ARM architectures V6T2 and later. Fix a bug in checking
Bob Wilson
2009-06-22
For Darwin on ARMv6 and newer, make register r9 available for use as a
Bob Wilson
2009-06-18
Remove UseThumbBacktraces. Just check if subtarget is darwin.
Evan Cheng
2009-06-08
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-01
Implement review feedback. Make thumb2 'normal' subtarget feature
Anton Korobeynikov
2009-05-29
Add placeholder for thumb2 stuff
Anton Korobeynikov
2009-05-23
Add ARMv7 architecture, Cortex processors and different FPU modes handling.
Anton Korobeynikov
2009-05-23
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-03-09
ARM target now also recognize triplets like thumbv6-apple-darwin and set thum...
Evan Cheng
2009-03-08
Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver...
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-02-23
Added -march=thumb; removed -enable-thumb.
Evan Cheng
2007-02-13
Add ABI information to ARM subtarget.
Lauro Ramos Venancio
2007-01-19
Introduce TargetType's ELF and Darwin.
Evan Cheng
2007-01-19
ARM backend contribution from Apple.
Evan Cheng
[prev]