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
*
Remove getSubtargetImpl from ARMISelLowering and cache the
Eric Christopher
2015-01-29
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-58
/
+16
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+2
*
Add a new string member to the TargetOptions struct for the name
Eric Christopher
2014-12-18
1
-39
/
+12
*
Model ARM backend ABI selection after the front end code doing the
Eric Christopher
2014-12-18
1
-18
/
+34
*
ARM: convert isTargetIOS checks to isTargetDarwin.
Tim Northover
2014-12-11
1
-1
/
+1
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-5
/
+1
*
ARM: drop check for triple that's no longer used.
Tim Northover
2014-10-15
1
-3
/
+2
*
ARM: remove ARM/Thumb distinction for preferred alignment.
Tim Northover
2014-10-14
1
-5
/
+0
*
ARM: set preferred aggregate alignment to 32 universally.
Tim Northover
2014-10-14
1
-4
/
+3
*
Use triple's isiOS() and isOSDarwin() methods.
Bob Wilson
2014-10-09
1
-2
/
+1
*
Refactor isThumb1Only() && isMClass() into a predicate called isV6M()
Renato Golin
2014-10-08
1
-5
/
+4
*
Simplify switch statement in ARM subtarget align access
Renato Golin
2014-10-08
1
-30
/
+24
*
constify TargetMachine argument.
Eric Christopher
2014-10-03
1
-1
/
+1
*
We can grab the options struct from the TargetMachine, no need to
Eric Christopher
2014-10-03
1
-2
/
+2
*
| -> ||
Richard Trieu
2014-09-17
1
-1
/
+1
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
1
-18
/
+2
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-2
/
+1
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
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
[next]