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
/
PowerPC
/
Disassembler
/
PPCDisassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-0
/
+23
*
Complete the SPE instruction set patterns
Justin Hibbits
2018-07-18
1
-0
/
+50
*
[PPC] Change the register constraint of the first source operand of instructi...
Guozhi Wei
2017-05-11
1
-0
/
+17
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-8
/
+25
*
This reverts commit r265505.
Kit Barton
2016-04-28
1
-6
/
+0
*
[Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu...
Chuang-Yu Cheng
2016-04-06
1
-0
/
+6
*
[Power9] Implement new vsx instructions: load, store instructions for vector ...
Kit Barton
2016-03-08
1
-0
/
+15
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
Explicitly clear the MI operand list when getInstruction() is called. Call M...
Cameron Esfahani
2015-08-11
1
-2
/
+0
*
[PPC] Disassemble little endian ppc instructions in the right byte order
Benjamin Kramer
2015-07-15
1
-8
/
+17
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-1
/
+1
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-12
/
+12
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Add VSX Scalar loads and stores to the PPC back end
Nemanja Ivanovic
2015-05-07
1
-0
/
+26
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+6
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-0
/
+29
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-5
/
+3
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
1
-13
/
+9
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-6
/
+4
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-4
/
+5
*
[PowerPC] Add subregister classes for f64 VSX values
Hal Finkel
2014-03-29
1
-0
/
+26
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-0
/
+26
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Add a disassembler to the PowerPC backend
Hal Finkel
2013-12-19
1
-0
/
+293