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
/
ARMTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+10
*
Add subtarget caches to aarch64, arm, ppc, and x86.
Eric Christopher
2014-10-06
1
-2
/
+40
*
We can grab the options struct from the TargetMachine, no need to
Eric Christopher
2014-10-03
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-7
/
+0
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
1
-1
/
+1
*
Add a thread-model knob for lowering atomics on baremetal & single threaded s...
Jonathan Roelofs
2014-08-21
1
-1
/
+4
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+7
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-7
/
+0
*
Move all of the ARM subtarget features down onto the subtarget
Eric Christopher
2014-06-26
1
-47
/
+34
*
Add a new subtarget hook for whether or not we'd like to enable
Eric Christopher
2014-06-19
1
-7
/
+6
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-18
1
-1
/
+1
*
Refactor the disabling of Thumb-1 LDM/STM generation
James Molloy
2014-06-16
1
-7
/
+3
*
Temporarily revert r210953 in an attempt to bring the ARM buildbots
Eric Christopher
2014-06-15
1
-1
/
+1
*
Remove InstrItineraryData off of the TargetMachine - it's already
Eric Christopher
2014-06-13
1
-2
/
+1
*
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
2014-06-13
1
-1
/
+0
*
Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.
Eric Christopher
2014-06-13
1
-2
/
+0
*
Move to a private function to initialize subtarget dependencies
Eric Christopher
2014-06-13
1
-60
/
+2
*
Have ARMSelectionDAGInfo take a DataLayout as it's argument as the
Eric Christopher
2014-06-12
1
-2
/
+2
*
Disable the load/store optimization pass for Thumb-1.
James Molloy
2014-06-12
1
-3
/
+7
*
ARM & AArch64: make use of common cmpxchg idioms after expansion
Tim Northover
2014-05-30
1
-2
/
+20
*
Enable the Load/Store optimization pass for Thumb1 but make it return immedia...
James Molloy
2014-05-16
1
-7
/
+4
*
Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
2014-04-17
1
-1
/
+1
*
ARM: expand atomic ldrex/strex loops in IR
Tim Northover
2014-04-03
1
-0
/
+4
*
Remove duplicated DMB instructions
Renato Golin
2014-04-02
1
-0
/
+1
*
ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...
Christian Pirker
2014-04-01
1
-16
/
+16
*
ARM: fix typo
Saleem Abdulrasool
2014-03-31
1
-1
/
+1
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-10
/
+57
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-5
/
+5
*
GlobalMerge: move "-global-merge" option to the pass itself.
Tim Northover
2014-02-18
1
-6
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-2
/
+7
*
Synchronize the NaCl DataLayout strings with the ones in clang.
Rafael Espindola
2013-12-19
1
-2
/
+5
*
ARM: update comment to match reality
Tim Northover
2013-12-18
1
-1
/
+2
*
ARM: set default float ABI based on triple.
Tim Northover
2013-12-18
1
-1
/
+2
*
On APCS, only try to align aggregates to 32 bits instead of 64.
Rafael Espindola
2013-12-17
1
-3
/
+3
*
Handle i64 first for clarity. No functionality change.
Rafael Espindola
2013-12-17
1
-5
/
+6
*
One last cleanup of LLVM's DataLayout strings.
Rafael Espindola
2013-12-16
1
-6
/
+6
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-1
/
+1
*
Simplify the datalayout string of ARM and AArch64.
Rafael Espindola
2013-12-12
1
-3
/
+3
*
Add comments documenting the ARM datalayout string.
Rafael Espindola
2013-12-10
1
-0
/
+12
*
Simplify further.
Rafael Espindola
2013-12-10
1
-12
/
+4
*
Refactor the construction of the DataLayout string on ARM.
Rafael Espindola
2013-12-09
1
-19
/
+39
*
Enable generating legacy IT block for AArch32
Weiming Zhao
2013-11-13
1
-1
/
+1
*
[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
2013-09-09
1
-1
/
+6
*
Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...
Silviu Baranga
2013-07-29
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+1
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-0
/
+2
*
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
1
-2
/
+1
*
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-03-21
1
-1
/
+1
[next]