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
/
AArch64InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AArch64] Disable LDP/STP for quads
Evandro Menezes
2016-04-13
1
-0
/
+14
*
[AArch64][CodeGen] NFC refactor AArch64InstrInfo::optimizeCompareInstr to pre...
Evgeny Astigeevich
2016-04-06
1
-57
/
+99
*
[AArch64] Allow loads with imp-def to be handled in getMemOpBaseRegImmOfsWidth()
Jun Bum Lim
2016-03-31
1
-1
/
+1
*
[AArch64] Replace return 0 with return false. NFC.
Chad Rosier
2016-03-23
1
-3
/
+3
*
[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
*
[AArch64] Enable more load clustering in the MI Scheduler.
Chad Rosier
2016-03-18
1
-7
/
+111
*
[AArch64] Optimize compare and branch sequence when the compare's constant o...
Balaram Makam
2016-03-10
1
-25
/
+82
*
[AArch64] Move helper functions into TII, so they can be reused elsewhere. NFC.
Chad Rosier
2016-03-09
1
-0
/
+29
*
[AArch64] Minor cleanup/remove redundant code. NFC.
Chad Rosier
2016-03-09
1
-11
/
+7
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-4
/
+3
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-4
/
+4
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-12
/
+24
*
[AArch64] Add support for Qualcomm Kryo CPU.
Chad Rosier
2016-02-12
1
-1
/
+2
*
Remove extra semicolon. NFC.
Chad Rosier
2016-02-01
1
-1
/
+1
*
[AArch64 MachineCombine] Enhance/Add support for general reassociation to red...
Haicheng Wu
2016-01-07
1
-10
/
+47
*
replace MachineCombinerPattern namespace and enum with enum class; NFCI
Sanjay Patel
2015-11-05
1
-32
/
+32
*
[Machine Combiner] Refactor machine reassociation code to be target-independent.
Chad Rosier
2015-09-21
1
-1
/
+0
*
[AArch64] Reorder cases to improve readability. NFC.
Chad Rosier
2015-09-18
1
-9
/
+9
*
[AArch64] Remove some redundant cases. NFC.
Chad Rosier
2015-09-18
1
-16
/
+8
*
[AArch64] Match FI+offset in STNP addressing mode.
Ahmed Bougacha
2015-09-10
1
-0
/
+13
*
[MIR Serialization] static -> static const in getSerializable*MachineOperandT...
Hal Finkel
2015-08-30
1
-2
/
+2
*
MIR Serialization: Serialize the operand's bit mask target flags.
Alex Lorenz
2015-08-18
1
-0
/
+31
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-2
/
+2
*
test commit, only added one space
Lawrence Hu
2015-07-23
1
-1
/
+1
*
This patch eanble register coalescing to coalesce the following:
Weiming Zhao
2015-07-23
1
-0
/
+14
*
AArch64: Restrict macroop fusion heuristics to cyclone.
Matthias Braun
2015-07-20
1
-31
/
+33
*
AArch64: Add aditional Cyclone macroop fusion opportunities
Matthias Braun
2015-07-20
1
-16
/
+34
*
Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstr
Benjamin Kramer
2015-06-25
1
-16
/
+6
*
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
Sanjay Patel
2015-06-19
1
-16
/
+16
*
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
2015-06-15
1
-8
/
+8
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-4
/
+4
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-4
/
+3
*
Use new MachineInstr mayLoadOrStore() API.
Chad Rosier
2015-05-21
1
-4
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-1
/
+1
*
[AArch64] Fix invalid use of references to BuildMI.
James Molloy
2015-04-16
1
-3
/
+3
*
Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine"
Eric Christopher
2015-03-18
1
-32
/
+31
*
Migrate the AArch64 TargetRegisterInfo to its TargetMachine
Eric Christopher
2015-03-12
1
-31
/
+32
*
Remove the need to cache the subtarget in the AArch64 TargetRegisterInfo
Eric Christopher
2015-03-12
1
-1
/
+1
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-4
/
+4
*
Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.
Eric Christopher
2015-01-28
1
-3
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[AArch64] Don't optimize all compare instructions.
Juergen Ributzka
2014-11-18
1
-26
/
+51
*
[AArch64] Keep flags on condition vreg when instantiating a CB branch.
Ahmed Bougacha
2014-11-07
1
-1
/
+2
*
[AArch64] Use the correct register class for ORR.
Juergen Ributzka
2014-11-04
1
-1
/
+1
*
Remove unused variable.
Eric Christopher
2014-10-15
1
-1
/
+0
*
[AArch64] Wrong CC access in CSINC-conditional branch sequence
Gerolf Hoflehner
2014-10-14
1
-5
/
+1
*
[AAarch64] Optimize CSINC-branch sequence
Gerolf Hoflehner
2014-10-14
1
-29
/
+136
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-6
/
+5
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-5
/
+6
[prev]
[next]