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
/
AArch64CollectLOH.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-3
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-18
/
+22
*
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...
Francis Visoiu Mistrih
2018-02-19
1
-28
/
+16
*
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...
Francis Visoiu Mistrih
2018-02-08
1
-16
/
+28
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Remove redundant includes from lib/Target/AArch64.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
AArch64CollectLOH: Rewrite as block-local analysis.
Matthias Braun
2017-01-06
1
-842
/
+281
*
Revert "AArch64CollectLOH: Rewrite as block-local analysis."
Matthias Braun
2016-12-17
1
-279
/
+841
*
AArch64CollectLOH: Rewrite as block-local analysis.
Matthias Braun
2016-12-17
1
-841
/
+279
*
Revert "AArch64CollectLOH: Rewrite as block-local analysis."
Matthias Braun
2016-12-13
1
-279
/
+841
*
AArch64CollectLOH: Rewrite as block-local analysis.
Matthias Braun
2016-12-03
1
-841
/
+279
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".
James Y Knight
2016-08-30
1
-11
/
+15
*
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
*
Fix an ordering problem in r274431
Manman Ren
2016-07-05
1
-1
/
+1
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-11
/
+4
*
Add optimization bisect opt-in calls for AArch64 passes
Andrew Kaylor
2016-04-25
1
-0
/
+3
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
[AArch64][CollectLOH] Remove an invalid assertion and add a test case exposin...
Quentin Colombet
2015-08-31
1
-3
/
+11
*
[AArch64][CollectLOH] Fix a regression that prevented us to detect chains of
Quentin Colombet
2015-08-27
1
-2
/
+6
*
Make this less error prone by using a #define. NFC.
Chad Rosier
2015-08-05
1
-5
/
+5
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Constify AArch64CollectLOH.cpp. NFC
Pete Cooper
2015-03-11
1
-7
/
+7
*
Clean up some uses of getSubtarget in AArch64.
Eric Christopher
2015-01-30
1
-2
/
+1
*
Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.
Eric Christopher
2015-01-28
1
-7
/
+4
*
AArch64: use std::fill instead of memset
Dylan Noblesmith
2014-08-26
1
-1
/
+1
*
Revert "AArch64: use std::vector for temp array"
Dylan Noblesmith
2014-08-26
1
-4
/
+5
*
AArch64: unique_ptr-ify map structures
Dylan Noblesmith
2014-08-25
1
-26
/
+9
*
AArch64: use std::vector for temp array
Dylan Noblesmith
2014-08-25
1
-5
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+5
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-4
/
+4
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+1117