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
/
AArch64TargetMachine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-2
/
+1
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-1
/
+2
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-2
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-1
/
+1
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-1
/
+1
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-6
/
+8
*
Update the comments on default subtargets based on feedback.
Eric Christopher
2017-07-25
1
-2
/
+3
*
Add a set of comments explaining why getSubtargetImpl() is deleted on these t...
Eric Christopher
2017-07-14
1
-0
/
+2
*
Make 0 argument getSubtargetImpl functions for the X86, AArch64, and PPC targ...
Eric Christopher
2017-06-30
1
-0
/
+1
*
[globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...
Daniel Sanders
2017-04-06
1
-0
/
+2
*
Revert "[AArch64] Use the reciprocal estimation machinery"
Evandro Menezes
2016-09-20
1
-1
/
+1
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-3
/
+3
*
Trivial cleanups.
Rafael Espindola
2016-05-18
1
-2
/
+2
*
[AArch64] Use the reciprocal estimation machinery
Evandro Menezes
2016-05-04
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-3
/
+3
*
Remove the bare getSubtargetImpl call from the AArch64 port. As part
Eric Christopher
2015-03-21
1
-5
/
+0
*
Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine"
Eric Christopher
2015-03-18
1
-2
/
+0
*
Migrate the AArch64 TargetRegisterInfo to its TargetMachine
Eric Christopher
2015-03-12
1
-0
/
+2
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-2
/
+0
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
1
-2
/
+2
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-0
/
+2
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
1
-0
/
+2
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+5
*
[PBQP] Teach PassConfig to tell if the default register allocator is used.
Arnaud A. de Grandmaison
2014-10-21
1
-4
/
+0
*
Add subtarget caches to aarch64, arm, ppc, and x86.
Eric Christopher
2014-10-06
1
-0
/
+3
*
Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...
Aaron Ballman
2014-09-18
1
-1
/
+0
*
Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...
Aaron Ballman
2014-09-18
1
-0
/
+1
*
[AArch64] Add experimental PBQP support
Arnaud A. de Grandmaison
2014-09-10
1
-0
/
+6
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-18
/
+0
*
Remove extraneous includes from the target machines.
Eric Christopher
2014-06-26
1
-4
/
+0
*
Move AArch64TargetLowering to AArch64Subtarget.
Eric Christopher
2014-06-10
1
-4
/
+1
*
Move AArch64InstrInfo to AArch64Subtarget.
Eric Christopher
2014-06-10
1
-3
/
+4
*
Move AArch64SelectionDAGInfo down to the subtarget.
Eric Christopher
2014-06-10
1
-2
/
+1
*
Move DataLayout onto the AArch64 subtarget.
Eric Christopher
2014-06-10
1
-2
/
+3
*
Move AArch64FrameLowering into the subtarget.
Eric Christopher
2014-06-10
1
-2
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+94
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-94
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-9
/
+9
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-24
1
-2
/
+25
*
[AArch64] Add support for TargetTransformInfo Analysis.
Chad Rosier
2014-02-20
1
-0
/
+2
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+69