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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds support for the Cortex-A17 to the ARM backend
Renato Golin
2014-10-13
1
-1
/
+1
*
Refactor isThumb1Only() && isMClass() into a predicate called isV6M()
Renato Golin
2014-10-08
1
-0
/
+4
*
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
/
+1
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
1
-4
/
+1
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-4
/
+0
*
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
-2
/
+2
*
Fix typos in comments
Robin Morisset
2014-08-15
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+4
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-4
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-8
/
+18
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-1
/
+1
*
[RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...
Chris Bieneman
2014-07-16
1
-7
/
+0
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-9
/
+1
*
[RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...
Chris Bieneman
2014-07-15
1
-0
/
+8
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-11
/
+2
*
Move all of the ARM subtarget features down onto the subtarget
Eric Christopher
2014-06-26
1
-1
/
+21
*
Add a new subtarget hook for whether or not we'd like to enable
Eric Christopher
2014-06-19
1
-0
/
+3
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-18
1
-0
/
+3
*
Temporarily revert r210953 in an attempt to bring the ARM buildbots
Eric Christopher
2014-06-15
1
-3
/
+0
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-13
1
-0
/
+3
*
Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.
Eric Christopher
2014-06-13
1
-0
/
+3
*
Move to a private function to initialize subtarget dependencies
Eric Christopher
2014-06-13
1
-0
/
+10
*
CodeGen: enable mov.w/mov.t pairs with minsize for WoA
Saleem Abdulrasool
2014-06-12
1
-1
/
+6
*
Add a subtarget hook: enablePostMachineScheduler.
Andrew Trick
2014-06-04
1
-0
/
+3
*
Re-enable inline memcpy expansion for Thumb1.
James Molloy
2014-05-16
1
-3
/
+1
*
Tidy up. Trailing whitespace.
Jim Grosbach
2014-04-03
1
-2
/
+2
*
ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
2014-04-02
1
-8
/
+10
*
ARM: Add support for segmented stacks
Oliver Stannard
2014-04-02
1
-0
/
+3
*
ARM: teach LLVM that Cortex-A7 is very similar to A8.
Tim Northover
2014-04-01
1
-0
/
+1
*
ARM: add cyclone CPU with ZeroCycleZeroing feature.
Tim Northover
2014-04-01
1
-0
/
+5
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-1
/
+7
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-2
/
+2
*
Unaligned access is supported on ARMv6 and ARMv7 for the NetBSD target.
Joerg Sonnenberger
2014-02-02
1
-0
/
+3
*
Reenable ARM EHABI on Android.
Evgeniy Stepanov
2014-01-30
1
-1
/
+2
*
Enable EHABI by default
Renato Golin
2014-01-29
1
-0
/
+10
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-0
/
+3
*
ARM: keep special non-AEABIness of "-darwin-eabi" triples for now
Tim Northover
2014-01-06
1
-2
/
+5
*
Make the ARM ABI selectable via SubtargetFeature.
Rafael Espindola
2014-01-02
1
-2
/
+9
*
ARM: set default float ABI based on triple.
Tim Northover
2013-12-18
1
-0
/
+5
*
Recognize EABIHF as environment and use it for RTAPI + VFP.
Joerg Sonnenberger
2013-12-16
1
-1
/
+2
*
Make Triple's isOSBinFormatXXX functions partition triple-space.
Tim Northover
2013-12-10
1
-1
/
+1
*
Added support for mcpu krait
Ana Pazos
2013-12-06
1
-2
/
+3
*
ARM: decide whether to use movw/movt based on "minsize" attribute.
Tim Northover
2013-12-02
1
-1
/
+6
*
Add support for Cortex-A12.
Richard Barton
2013-11-22
1
-2
/
+2
*
[ARM] add basic Cortex-A7 support to LLVM backend
Artyom Skrobov
2013-11-21
1
-1
/
+2
*
Enable generating legacy IT block for AArch32
Weiming Zhao
2013-11-13
1
-0
/
+6
[next]