index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMSubtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
1
-1
/
+1
*
Hide two different AlignMode enums in anonymous namespaces. This bug is repor...
Alexey Samsonov
2014-08-19
1
-0
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+2
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-2
/
+1
*
[RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...
Chris Bieneman
2014-07-16
1
-57
/
+0
*
Added documentation for SizeMultiplier in the ARM subtarget hook for register...
Chris Bieneman
2014-07-16
1
-2
/
+11
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-16
/
+2
*
[RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...
Chris Bieneman
2014-07-15
1
-0
/
+51
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-4
/
+9
*
Move all of the ARM subtarget features down onto the subtarget
Eric Christopher
2014-06-26
1
-5
/
+21
*
Add a new subtarget hook for whether or not we'd like to enable
Eric Christopher
2014-06-19
1
-0
/
+4
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-18
1
-1
/
+1
*
Temporarily revert r210953 in an attempt to bring the ARM buildbots
Eric Christopher
2014-06-15
1
-1
/
+1
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-13
1
-1
/
+1
*
Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.
Eric Christopher
2014-06-13
1
-1
/
+2
*
Move to a private function to initialize subtarget dependencies
Eric Christopher
2014-06-13
1
-12
/
+69
*
Add a subtarget hook: enablePostMachineScheduler.
Andrew Trick
2014-06-04
1
-0
/
+7
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
2014-04-02
1
-0
/
+6
*
ARM: cortex-m0 doesn't support unaligned memory access.
Jim Grosbach
2014-04-02
1
-1
/
+6
*
ARM: add cyclone CPU with ZeroCycleZeroing feature.
Tim Northover
2014-04-01
1
-0
/
+1
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-1
/
+3
*
ARM: enable tail call optimisation on Thumb 2
Saleem Abdulrasool
2014-03-11
1
-1
/
+3
*
Support: split object format out of environment
Saleem Abdulrasool
2014-03-06
1
-2
/
+3
*
Use 16 byte stack alignment for NaCl on ARM
Mark Seaborn
2014-02-16
1
-0
/
+2
*
Unaligned access is supported on ARMv6 and ARMv7 for the NetBSD target.
Joerg Sonnenberger
2014-02-02
1
-3
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-7
/
+7
*
Make the ARM ABI selectable via SubtargetFeature.
Rafael Espindola
2014-01-02
1
-12
/
+16
*
Recognize EABIHF as environment and use it for RTAPI + VFP.
Joerg Sonnenberger
2013-12-16
1
-0
/
+1
*
Fix Android regression in r197332.
Evgeniy Stepanov
2013-12-16
1
-0
/
+1
*
Replace string matching with a switch on Triple::getEnvironment.
Joerg Sonnenberger
2013-12-15
1
-4
/
+10
*
Enabling thumb2 mode used to force support for armv6t2. Replace this
Joerg Sonnenberger
2013-12-13
1
-4
/
+3
*
ARM: decide whether to use movw/movt based on "minsize" attribute.
Tim Northover
2013-12-02
1
-0
/
+4
*
Enable generating legacy IT block for AArch32
Weiming Zhao
2013-11-13
1
-0
/
+29
*
Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.
Bob Wilson
2013-11-03
1
-0
/
+5
*
[ARM] Add Virtualization subtarget feature and more build attributes in this ...
Bradley Smith
2013-11-01
1
-0
/
+1
*
[ARM] Make sure HasCRC is initialized to false in Subtarget.
Amara Emerson
2013-10-29
1
-0
/
+1
*
[ARM] Improve build attributes emission.
Amara Emerson
2013-10-07
1
-1
/
+2
*
CriticalAntiDepBreaker is no longer needed for armv7 scheduling.
Andrew Trick
2013-09-25
1
-3
/
+1
*
[ARM] Split A/R class into separate subtarget features.
Amara Emerson
2013-09-23
1
-1
/
+1
*
[ARMv8] Add support for the v8 cryptography extensions.
Amara Emerson
2013-09-19
1
-0
/
+1
*
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
Joey Gouly
2013-09-13
1
-1
/
+1
*
ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.
Tilmann Scheller
2013-09-02
1
-2
/
+7
*
Revert 189756 for now, it doesn't match what rdar://14871821 really wants.
Tilmann Scheller
2013-09-02
1
-7
/
+2
*
ARM: Default to Swift when compiling for iOS 6 or later.
Tilmann Scheller
2013-09-02
1
-2
/
+7
*
make arm-use-movt available for all ARM
Renato Golin
2013-08-15
1
-3
/
+3
*
make arm-reserve-r9 available for all ARM
Renato Golin
2013-08-15
1
-2
/
+3
*
Add a Subtarget feature 'v8fp' to the ARM backend.
Joey Gouly
2013-06-27
1
-0
/
+1
[next]