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
/
MCTargetDesc
/
PPCMCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Triple::isPPC64()
Fangrui Song
2019-05-16
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PowerPC][NFC] Split PPCMCCodeEmitter into header and cpp file.
Stefan Pintilie
2018-11-21
1
-91
/
+1
*
[PowerPC][NFC] Minor Code Cleaup for PPCMCCodeEmitter.
Stefan Pintilie
2018-11-21
1
-30
/
+41
*
[PowerPC] [NFC] Refactor code for printing register operands
Nemanja Ivanovic
2018-09-27
1
-8
/
+19
*
[PowerPC][MC] Support expressions in getMemRIX16Encoding.
Sean Fertile
2018-08-27
1
-3
/
+9
*
Remove trailing space
Fangrui Song
2018-07-30
1
-11
/
+11
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-11
/
+4
*
[PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16
Nemanja Ivanovic
2017-07-13
1
-1
/
+2
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
1
-16
/
+16
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-1
/
+10
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-2
/
+9
*
[PowerPC] Fix the EH_SjLj_Setup pseudo.
Marcin Koscielnicki
2016-04-28
1
-0
/
+2
*
[PowerPC] Remove incorrect use of COPY_TO_REGCLASS in fast isel
Ulrich Weigand
2016-03-31
1
-5
/
+0
*
[Power9] Implement new vsx instructions: load, store instructions for vector ...
Kit Barton
2016-03-08
1
-0
/
+16
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-24
/
+6
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
1
-0
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
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
-9
/
+7
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Add support for SPE load/store from memory.
Joerg Sonnenberger
2014-08-08
1
-0
/
+57
*
[PowerPC] Fix emitting instruction pairs on LE
Ulrich Weigand
2014-06-18
1
-9
/
+37
*
[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
*
[PowerPC] Generate little-endian object files
Ulrich Weigand
2014-03-24
1
-11
/
+21
*
Replace PPC instruction-size code with MCInstrDesc getSize
Hal Finkel
2014-02-02
1
-7
/
+5
*
Delete MCSubtargetInfo data members from target MCCodeEmitter classes
David Woodhouse
2014-01-28
1
-6
/
+3
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
1
-35
/
+58
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-1
/
+2
*
Use r2 when encoding tls on ppc32. Fixes PR18305.
Roman Divacky
2013-12-22
1
-1
/
+2
*
[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.
Bill Schmidt
2013-09-16
1
-1
/
+8
*
[PowerPC] Support @tls in the asm parser
Ulrich Weigand
2013-07-05
1
-1
/
+1
*
[PowerPC] Use mtocrf when available
Ulrich Weigand
2013-07-03
1
-3
/
+3
*
[PowerPC] Always use mfocrf if available
Ulrich Weigand
2013-07-03
1
-4
/
+4
*
[PowerPC] Rework TLS call operand processing
Ulrich Weigand
2013-07-02
1
-12
/
+14
*
[PowerPC] Support symbolic u16imm operands
Ulrich Weigand
2013-06-26
1
-3
/
+3
*
[PowerPC] Support absolute branches
Ulrich Weigand
2013-06-24
1
-0
/
+28
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-3
/
+3
*
[PowerPC] Fix hi/lo encoding in old-style code emitter
Ulrich Weigand
2013-05-17
1
-16
/
+3
*
[PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
2013-05-17
1
-4
/
+4
*
[PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
2013-05-16
1
-1
/
+1
*
[PowerPC] Remove need for adjustFixupOffst hack
Ulrich Weigand
2013-05-15
1
-4
/
+4
*
PPC: Use HWEncoding and TRI->getEncodingValue
Hal Finkel
2013-03-26
1
-5
/
+6
[next]