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
/
AArch64MacroFusion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AArch64] Add new target feature to fuse arithmetic and logic operations
Evandro Menezes
2019-01-14
1
-1
/
+103
*
[PATCH] [NFC][AArch64] Fix refactoring of macro fusion
Evandro Menezes
2018-10-16
1
-8
/
+4
*
[NFC][AArch64] Refactor macro fusion
Evandro Menezes
2018-10-16
1
-76
/
+90
*
AArch64: Add FuseCryptoEOR fusion rules
Matthias Braun
2018-09-19
1
-0
/
+20
*
AArch64MacroFusion: Factor out some opcode handling code; NFC
Matthias Braun
2018-09-19
1
-121
/
+110
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[PATCH] [AArch64] Add new target feature to fuse conditional select
Evandro Menezes
2018-02-23
1
-21
/
+65
*
[AArch64] Refactor macro fusion (NFC)
Evandro Menezes
2018-02-23
1
-151
/
+202
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2018-02-17
1
-3
/
+2
*
[AArch64] Add new target feature to fuse address generation with load or store
Evandro Menezes
2018-01-30
1
-0
/
+33
*
Remove redundant includes from lib/Target/AArch64.
Fedor Sergeev
2017-12-14
1
-1
/
+0
*
Recover some overzealously removed includes.
Michael Zolotukhin
2017-12-13
1
-0
/
+1
*
Remove redundant includes from lib/Target/AArch64.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-2
/
+2
*
[AArch64] Tie source and destination operands for AESMC/AESIMC.
Florian Hahn
2017-07-29
1
-1
/
+3
*
[AArch64] Fix order of checks in shouldScheduleAdjacent.
Florian Hahn
2017-06-19
1
-2
/
+2
*
Recommit rL305677: [CodeGen] Add generic MacroFusion pass
Florian Hahn
2017-06-19
1
-152
/
+31
*
Revert r305677 [CodeGen] Add generic MacroFusion pass.
Florian Hahn
2017-06-19
1
-31
/
+152
*
[CodeGen] Add generic MacroFusion pass.
Florian Hahn
2017-06-19
1
-152
/
+31
*
[AArch64] Make instruction fusion more aggressive.
Florian Hahn
2017-05-23
1
-0
/
+13
*
[AArch64] Simplify MacroFusion
Evandro Menezes
2017-04-11
1
-79
/
+89
*
[AArch64, X86] Additional debug information for MacroFusion
Evandro Menezes
2017-03-10
1
-5
/
+13
*
[AArch64, X86] Add statistics for the MacroFusion pass
Evandro Menezes
2017-02-21
1
-0
/
+4
*
[AArch64, X86] Guard against both instrs being wild cards
Evandro Menezes
2017-02-21
1
-4
/
+5
*
[AArch64] Prefer static_cast<> to C-style cast. NFCI.
Davide Italiano
2017-02-19
1
-2
/
+4
*
[AArch64] Fix enumeral/non-enumeral conditional expression warning.
Simon Pilgrim
2017-02-18
1
-4
/
+4
*
*MacroFusion.cpp: Suppress warnings to eliminate \param(s). [-Wdocumentation]
NAKAMURA Takumi
2017-02-01
1
-2
/
+2
*
[AArch64] Add new target feature to fuse literal generation
Evandro Menezes
2017-02-01
1
-0
/
+25
*
[AArch64] Add new subtarget feature to fuse AES crypto operations
Evandro Menezes
2017-02-01
1
-0
/
+13
*
[CodeGen] Move MacroFusion to the target
Evandro Menezes
2017-02-01
1
-0
/
+209