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
/
AArch64A57FPLoadBalancing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
unique_ptrs are unique already, no need to unique them any further.
Benjamin Kramer
2015-03-13
1
-8
/
+7
*
Remove subtarget dependence in pass pipeline setup for AArch64.
Eric Christopher
2015-03-03
1
-0
/
+5
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-3
/
+3
*
[AArch64] Make AArch64A57FPLoadBalancing output stable.
Chad Rosier
2015-01-30
1
-2
/
+9
*
Clean up some uses of getSubtarget in AArch64.
Eric Christopher
2015-01-30
1
-3
/
+0
*
[AArch64] Add INITIALIZE_PASS macros to AArch64A57FPLoadBalancing.
Chad Rosier
2015-01-29
1
-1
/
+15
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[AArch64] Fix clobber computation in A57LoadBalancing pass.
Chad Rosier
2014-11-24
1
-1
/
+7
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-2
/
+2
*
[A57FPLoadBalancing] Modify r217689 - actually we do need to check defs
James Molloy
2014-09-14
1
-6
/
+6
*
[A57FPLoadBalancing] Remove support for vector types
James Molloy
2014-09-12
1
-5
/
+0
*
[A57FPLoadBalancing] Ignore <def>s when checking if a chain may be killed.
James Molloy
2014-09-12
1
-0
/
+4
*
[A57LoadBalancing] unique_ptr-ify.
James Molloy
2014-09-12
1
-25
/
+20
*
[AArch64] FPLoadBalancing: move ownership of the chain to its current accumul...
Arnaud A. de Grandmaison
2014-08-29
1
-5
/
+14
*
Change the return value of "getEnd()" from a MachineInstr* to a MachineBasicB...
James Molloy
2014-08-26
1
-1
/
+1
*
AArch64: avoid deleting the current iterator in a loop.
Tim Northover
2014-08-08
1
-3
/
+4
*
AArch64A57FPLoadBalancing.cpp: Define ColorNames in !NDEBUG.
NAKAMURA Takumi
2014-08-08
1
-0
/
+2
*
[AArch64] Add an FP load balancing pass for Cortex-A57
James Molloy
2014-08-08
1
-0
/
+694