index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
AArch64
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
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-3
/
+4
*
Migrate the AArch64 TargetRegisterInfo to its TargetMachine
Eric Christopher
2015-03-12
8
-48
/
+52
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-4
/
+3
*
Fix comment formatting.
Eric Christopher
2015-03-12
1
-2
/
+1
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
1
-3
/
+4
*
Remove the need to cache the subtarget in the AArch64 TargetRegisterInfo
Eric Christopher
2015-03-12
4
-21
/
+26
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
2
-11
/
+17
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
4
-8
/
+12
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+1
*
Constify AArch64CollectLOH.cpp. NFC
Pete Cooper
2015-03-11
1
-7
/
+7
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
2
-8
/
+4
*
[AArch64] Avoid going through GPRs for across-vector instructions.
Ahmed Bougacha
2015-03-10
3
-119
/
+161
*
[AArch64] Remove integer INSvi*lane patterns. NFCI.
Ahmed Bougacha
2015-03-10
1
-4
/
+0
*
[AArch64] Enable partial & runtime unrolling on cortex-a57
Kevin Qin
2015-03-09
1
-0
/
+10
*
Make static variables const if possible. Makes them go into a read-only section.
Benjamin Kramer
2015-03-08
2
-35
/
+20
*
Make constant arrays that are passed to functions as const.
Benjamin Kramer
2015-03-07
1
-10
/
+10
*
Typo.
Eric Christopher
2015-03-07
1
-1
/
+1
*
[AArch64][LoadStoreOptimizer] Generate LDP + SXTW instead of LD[U]R + LD[U]RSW.
Quentin Colombet
2015-03-06
1
-11
/
+116
*
[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents
Bruno Cardoso Lopes
2015-03-06
2
-5
/
+9
*
[AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents
Bruno Cardoso Lopes
2015-03-06
2
-0
/
+24
*
[AArch64] Teach AsmPrinter about GlobalAddress operands.
Ahmed Bougacha
2015-03-05
1
-0
/
+12
*
Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how ...
JF Bastien
2015-03-04
2
-3
/
+6
*
Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...
Kristof Beyls
2015-03-04
7
-132
/
+164
*
Remove MCStreamer.h include from MCContext.h and explictly include it where n...
Pete Cooper
2015-03-04
1
-0
/
+1
*
Remove subtarget dependence in pass pipeline setup for AArch64.
Eric Christopher
2015-03-03
2
-4
/
+6
*
Avoid copying LiveInterval, this could lead to a double-delete
David Blaikie
2015-03-03
1
-1
/
+1
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-1
/
+1
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-1
/
+1
*
[AArch64] When combining constant mul of -3, prefer (sub x, (shl x, N)).
Chad Rosier
2015-03-03
1
-9
/
+9
*
[AArch64] fix an invalid-iterator-use bug.
Sanjoy Das
2015-03-02
1
-2
/
+4
*
Make some non-constant static variables non-static or fully const.
Benjamin Kramer
2015-03-01
1
-1
/
+1
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-8
/
+5
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
2
-8
/
+7
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-3
/
+3
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
2
-3
/
+5
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
AArch64: Add debug message for large shift constants.
Matthias Braun
2015-02-25
1
-2
/
+8
*
AArch64: Relax assert about large shift sizes.
Matthias Braun
2015-02-24
1
-3
/
+9
*
Rewrite the global merge pass to be subprogram agnostic for now.
Eric Christopher
2015-02-23
3
-12
/
+4
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
2
-0
/
+31
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-4
/
+2
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-5
/
+4
*
[CodeGen] Use ArrayRef instead of std::vector&. NFC.
Ahmed Bougacha
2015-02-19
1
-1
/
+1
*
Demote vectors to arrays. No functionality change.
Benjamin Kramer
2015-02-19
1
-73
/
+44
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
2
-11
/
+8
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
2
-8
/
+11
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-8
/
+2
*
AArch64: Safely handle the incoming sret call argument.
Andrew Trick
2015-02-16
1
-11
/
+12
*
AArch64: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
5
-19
/
+10
[next]