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
/
MCTargetDesc
/
AArch64MCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: lower "fence singlethread" to a pure compiler barrier.
Tim Northover
2017-04-20
1
-0
/
+3
*
[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2017-01-06
1
-10
/
+17
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-1
/
+12
*
AArch64: Set shift bit of TLSLE HI12 add instruction
Lei Liu
2016-09-29
1
-0
/
+8
*
Revert "AArch64: Set shift bit of TLSLE HI12 add instruction"
Diana Picus
2016-09-21
1
-6
/
+0
*
AArch64: Set shift bit of TLSLE HI12 add instruction
Lei Liu
2016-09-21
1
-0
/
+6
*
[AArch64] Fix encoding for lsl #12 in add/sub immediates
Diana Picus
2016-09-19
1
-2
/
+2
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-53
/
+0
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-11
/
+2
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-9
/
+9
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-5
/
+2
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-2
/
+1
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-1
/
+1
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-6
/
+2
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+654
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-613
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
1
-50
/
+94
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-2
/
+4
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-0
/
+29
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
1
-0
/
+27
*
Make some arrays 'static const'
Craig Topper
2013-07-15
1
-20
/
+28
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-1
/
+1
*
AArch64: remove post-encoder method from FCMP (immediate) instructions.
Tim Northover
2013-02-28
1
-11
/
+0
*
Remove some unused private fields from the AArch64MCCodeEmitter. These
Chandler Carruth
2013-02-19
1
-7
/
+2
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
1
-2
/
+2
*
Fix formatting in AArch64 backend.
Tim Northover
2013-02-05
1
-1
/
+1
*
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-02-05
1
-1
/
+2
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+517