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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
3
-8
/
+9
*
Put quotes around #error string.
James Y Knight
2016-04-06
1
-1
/
+1
*
[AArch64] Change the CMake to avoid to build GlobalISel related APIs
Quentin Colombet
2016-04-06
2
-18
/
+12
*
[AArch64] Teach the subtarget how to get to the RegisterBankInfo.
Quentin Colombet
2016-04-06
4
-6
/
+80
*
[AArch64] Use the default constructor of RegisterBankInfo when GlobalISel is ...
Quentin Colombet
2016-04-06
1
-1
/
+1
*
[AArch64][CodeGen] NFC refactor AArch64InstrInfo::optimizeCompareInstr to pre...
Evgeny Astigeevich
2016-04-06
2
-57
/
+101
*
AArch64: Fix compile error
Matthias Braun
2016-04-06
1
-1
/
+1
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
1
-1
/
+1
*
AArch64CodeGen: Make AArch64RegisterBankInfo.cpp optional along LLVM_BUILD_GL...
NAKAMURA Takumi
2016-04-06
1
-1
/
+13
*
[AArch64] Initial implementation of the targeting of the register bank inform...
Quentin Colombet
2016-04-05
3
-0
/
+115
*
Faster stack-protector for Android/AArch64.
Evgeniy Stepanov
2016-04-05
2
-0
/
+20
*
ARM, AArch64, X86: Check preserved registers for tail calls.
Matthias Braun
2016-04-04
1
-7
/
+7
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
6
-0
/
+29
*
AArch64: support .cpu directive
Saleem Abdulrasool
2016-04-02
1
-0
/
+72
*
AArch64: avoid clobbering SP for dead MOVimm pseudos.
Tim Northover
2016-04-01
3
-2
/
+13
*
[AArch64] Fix a typo. NFC.
Chad Rosier
2016-04-01
1
-1
/
+1
*
[AArch64] Better errors for out-of-range fixups
Oliver Stannard
2016-04-01
1
-24
/
+45
*
AArch64ISelLowering: Remove unused variables/arguments; NFC
Matthias Braun
2016-04-01
2
-5
/
+1
*
[AArch64] Allow loads with imp-def to be handled in getMemOpBaseRegImmOfsWidth()
Jun Bum Lim
2016-03-31
1
-1
/
+1
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
2
-5
/
+5
*
[AArch64] Handle missing store pair opportunity
Jun Bum Lim
2016-03-31
1
-22
/
+23
*
CodeGen: Factor out code for tail call result compatibility check; NFC
Matthias Braun
2016-03-30
1
-34
/
+9
*
[AArch64] Fix warnings pointed out by Hal.
Chad Rosier
2016-03-30
1
-1
/
+5
*
[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone
Adam Nemet
2016-03-30
1
-1
/
+1
*
[LoopDataPrefetch] Centralize the tuning cl::opts under the pass
Adam Nemet
2016-03-29
1
-21
/
+6
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
2
-1
/
+6
*
[AArch64] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optim...
Haicheng Wu
2016-03-28
2
-0
/
+19
*
[AArch64] Fix typo. NFC.
Chad Rosier
2016-03-25
1
-2
/
+1
*
[AArch64] Replace return 0 with return false. NFC.
Chad Rosier
2016-03-23
1
-3
/
+3
*
[AArch64] Replace some uses of report_fatal_error with reportError in AArch64...
Oliver Stannard
2016-03-23
1
-17
/
+35
*
Fix -Wdocumentation warnings from r263853
Duncan P. N. Exon Smith
2016-03-21
1
-4
/
+7
*
[AArch64] Add a helpful assert. NFC.
Chad Rosier
2016-03-21
1
-0
/
+1
*
[AArch64] Fix a -Wdocumentation warning. NFC.
Chad Rosier
2016-03-21
1
-2
/
+2
*
[CXX_FAST_TLS] Disable tail call when calling conventions are mismatched.
Manman Ren
2016-03-18
1
-0
/
+7
*
[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86.
Manman Ren
2016-03-18
1
-0
/
+1
*
AArch64: Don't modify other modules in AArch64PromoteConstant
Duncan P. N. Exon Smith
2016-03-18
1
-148
/
+177
*
[AArch64] Enable more load clustering in the MI Scheduler.
Chad Rosier
2016-03-18
3
-36
/
+116
*
[LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch ahead
Adam Nemet
2016-03-18
2
-0
/
+15
*
[LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accesses
Adam Nemet
2016-03-18
2
-0
/
+14
*
[Aarch64] Add pass LoopDataPrefetch for Cyclone
Adam Nemet
2016-03-18
3
-0
/
+34
*
[AArch64] Refactor AArch64FrameLowering::emitPrologue. NFC.
Chad Rosier
2016-03-14
1
-52
/
+50
*
[AArch64] Break the dependency between FP and SP when possible.
Chad Rosier
2016-03-14
2
-3
/
+14
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-1
/
+1
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-7
/
+6
*
[AArch64] Don't blindly lower f16/f128 FCCMPs.
Ahmed Bougacha
2016-03-11
1
-3
/
+16
*
AArch64: only try to use scaled fcvt ops on legal vector types.
Tim Northover
2016-03-10
1
-1
/
+2
*
AArch64: remove pseudo-instructions used only for their patterns.
Tim Northover
2016-03-10
1
-15
/
+42
*
[AArch64] Optimize compare and branch sequence when the compare's constant o...
Balaram Makam
2016-03-10
1
-25
/
+82
*
Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein
2016-03-10
4
-1
/
+15
*
[AArch64] Minor reformatting (NFC).
Evandro Menezes
2016-03-09
1
-8
/
+6
[next]