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
*
[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
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-6
/
+5
*
[AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Chad Rosier
2014-09-08
1
-0
/
+132
*
Remove unnecessary getTarget call now that the subtarget is cached
Eric Christopher
2014-09-03
1
-1
/
+1
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
Reapply r216805 "[MachineCombiner][AArch64] Use the correct register class fo...
Juergen Ributzka
2014-09-03
1
-79
/
+128
*
Revert r216805 "[MachineCombiner][AArch64] Use the correct register class for...
Juergen Ributzka
2014-08-30
1
-119
/
+73
*
[MachineCombiner][AArch64] Use the correct register class for MADD, SUB, and OR.
Juergen Ributzka
2014-08-29
1
-73
/
+119
*
[MachineCombiner] Removal of dangling DBG_VALUES after combining [20598]
Gerolf Hoflehner
2014-08-13
1
-2
/
+1
*
[MachineCombiner] Fix for ICE bug 20598
Gerolf Hoflehner
2014-08-12
1
-1
/
+2
*
Resolving some type truncation warnings in MSVC (enum to bool in this case). ...
Aaron Ballman
2014-08-09
1
-3
/
+3
*
[AArch64] Fix a type conversion bug for anlyzing compare.
Jiangning Liu
2014-08-08
1
-4
/
+13
*
AArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
NAKAMURA Takumi
2014-08-08
1
-2
/
+2
*
MachineCombiner Pass for selecting faster instruction sequence on AArch64
Gerolf Hoflehner
2014-08-07
1
-10
/
+466
*
Revert "r214832 - MachineCombiner Pass for selecting faster instruction"
Kevin Qin
2014-08-05
1
-466
/
+10
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-05
1
-10
/
+466
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
Revert "r214669 - MachineCombiner Pass for selecting faster instruction"
Kevin Qin
2014-08-04
1
-466
/
+10
[next]