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
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-15
/
+14
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-28
/
+33
*
[AArch64] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-04
1
-4
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-3
/
+3
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-8
/
+8
*
LiveRegUnits: Rename accumulateBackward()->accumulate()
Matthias Braun
2017-07-07
1
-1
/
+1
*
LiveRegUnits: Add accumulateBackward() function
Matthias Braun
2017-01-21
1
-31
/
+18
*
Revert "LiveRegUnits: Add accumulateBackward() function"
Matthias Braun
2017-01-20
1
-18
/
+32
*
LiveRegUnits: Add accumulateBackward() function
Matthias Braun
2017-01-20
1
-32
/
+18
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[AArch64] Register passes so they can be run by llc
Diana Picus
2016-08-01
1
-4
/
+0
*
AArch64: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-12
/
+10
*
AArch64: Do not test for CPUs, use SubtargetFeatures
Matthias Braun
2016-06-02
1
-3
/
+1
*
Add optimization bisect opt-in calls for AArch64 passes
Andrew Kaylor
2016-04-25
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
1
-1
/
+1
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
[AArch64] Slight cleanup in FPLoadBalancing
James Molloy
2016-02-26
1
-2
/
+1
*
Delete trailing whitespace; NFC
Junmo Park
2016-01-06
1
-4
/
+4
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-1
/
+0
*
Fix a bug in the A57FPLoadBalancing register tracking/scavenger.
Chad Rosier
2015-07-06
1
-3
/
+11
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
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