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
*
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
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-03
1
-10
/
+466
*
Add missing breaks to AArch64InstrInfo::isGPRCopy
Renato Golin
2014-08-01
1
-0
/
+3
*
Implement AArch64 TTI interface isAsCheapAsAMove.
Jiangning Liu
2014-07-29
1
-0
/
+45
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-0
/
+50
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
AArch64: estimate inline asm length during branch relaxation
Tim Northover
2014-06-17
1
-1
/
+7
*
Remove a method that was just replacing direct access to a member.
Eric Christopher
2014-06-10
1
-18
/
+18
*
Remove the uses of AArch64TargetMachine and AArch64Subtarget from
Eric Christopher
2014-06-10
1
-1
/
+1
*
AArch64: implement copies to/from NZCV as a last ditch effort.
Tim Northover
2014-05-27
1
-1
/
+19
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+2065
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-979
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-3
/
+3
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
*
Simplify. No functionality change.
Rafael Espindola
2014-03-07
1
-4
/
+1
*
[AArch64]Add support for spilling FPR8/FPR16.
Hao Liu
2014-02-13
1
-0
/
+8
*
[AArch64]Implement the copy of two FPR8 registers by using FMOVss of two FPR3...
Hao Liu
2014-02-10
1
-0
/
+10
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+2
*
[AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
Kevin Qin
2014-01-24
1
-2
/
+2
*
[AArch64]Fix the problem can't select f16_to_f32 and f32_to_f16.
Hao Liu
2014-01-17
1
-0
/
+10
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+0
*
[AArch64]Add support to spill/fill D tuples such as DPair/DTriple/DQuad. Ther...
Hao Liu
2014-01-07
1
-8
/
+31
[next]