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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-3
/
+1
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[PowerPC] Remove the SPE4RC register class and instead add f32 to the GPRC re...
Craig Topper
2019-09-12
1
-6
/
+0
*
[PowerPC][HTM] Fix disassembling buffer overflow for tabortdc and others
Jinsong Ji
2019-06-27
1
-6
/
+0
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[PowerPC] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[PowerPC] Fix printing of negative offsets in call instruction dissasembly.
Sean Fertile
2019-02-12
1
-0
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[PowerPC][NFC] Macro for register set defs for the Asm Parser
Nemanja Ivanovic
2018-12-29
1
-191
/
+18
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
1
-1
/
+1
*
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
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
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
*
Prune dependency to MC from each target disassembler.
NAKAMURA Takumi
2014-07-24
1
-1
/
+1
*
Update library dependencies.
NAKAMURA Takumi
2014-07-24
1
-1
/
+1
*
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
2014-07-15
1
-1
/
+1
*
[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
*
LLVMBuild.txt: Reformat.
NAKAMURA Takumi
2014-04-10
1
-1
/
+1
*
[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
4
-0
/
+335