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
/
AArch64
/
AArch64Subtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: Default AArch64Subtarget::ReserveX18 to true on darwin
Justin Bogner
2015-11-13
1
-2
/
+3
*
AArch64: add experimental support for address tagging.
Tim Northover
2015-11-10
1
-0
/
+18
*
AArch64: Disable the latency heuristic
Matthias Braun
2015-10-22
1
-0
/
+5
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
Ahmed Bougacha
2015-09-01
1
-3
/
+3
*
[AArch64] Define subtarget feature strict-align.
Akira Hatanaka
2015-07-29
1
-2
/
+2
*
[AArch64] Define subtarget feature "reserve-x18", which is used to decide
Akira Hatanaka
2015-07-25
1
-1
/
+2
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-2
/
+2
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-5
/
+3
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-5
/
+3
*
[AArch64] Rename v8.1a from "extension" to "architecture"
Vladimir Sukharev
2015-04-01
1
-1
/
+2
*
[AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
2015-03-26
1
-1
/
+1
*
Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine"
Eric Christopher
2015-03-18
1
-9
/
+3
*
Migrate the AArch64 TargetRegisterInfo to its TargetMachine
Eric Christopher
2015-03-12
1
-3
/
+9
*
Remove getSubtargetImpl from AArch64ISelLowering 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
-11
/
+4
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-7
/
+1
*
[AArch64] Cleanup A57PBQPConstraints
Arnaud A. de Grandmaison
2014-10-22
1
-1
/
+4
*
[PBQP] Replace PBQPBuilder with composable constraints (PBQPRAConstraint).
Lang Hames
2014-10-09
1
-0
/
+6
*
constify TargetMachine parameter.
Eric Christopher
2014-10-03
1
-2
/
+2
*
[AArch 64] Use a constant pool load for weak symbol references when
Asiri Rathnayake
2014-09-10
1
-4
/
+9
*
Move to a private function to initialize the subtarget dependencies
Eric Christopher
2014-06-11
1
-9
/
+13
*
Move AArch64TargetLowering to AArch64Subtarget.
Eric Christopher
2014-06-10
1
-1
/
+3
*
Move AArch64InstrInfo to AArch64Subtarget.
Eric Christopher
2014-06-10
1
-1
/
+1
*
Move AArch64SelectionDAGInfo down to the subtarget.
Eric Christopher
2014-06-10
1
-1
/
+1
*
Remove the cached little endian variable. We can get it easily off
Eric Christopher
2014-06-10
1
-3
/
+3
*
Move DataLayout onto the AArch64 subtarget.
Eric Christopher
2014-06-10
1
-1
/
+9
*
Move AArch64FrameLowering into the subtarget.
Eric Christopher
2014-06-10
1
-1
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+116
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-99
/
+0
*
[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
*
This commit enables unaligned memory accesses of vector types on AArch64 back...
Jiangning Liu
2014-04-18
1
-0
/
+34
*
[AArch64] Fix a use of uninitialized memory introduced in r203125,
Chandler Carruth
2014-03-10
1
-3
/
+3
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-24
1
-2
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+3
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-3
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+3
*
[AArch64] Make the use of FP instructions optional, but enabled by default.
Amara Emerson
2013-10-31
1
-3
/
+20
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
1
-4
/
+2
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+43