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 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
*
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-26
1
-21
/
+5
*
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
1
-6
/
+5
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
1
-13
/
+0
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-7
/
+9
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-1
/
+11
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+29
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+4
*
This patch fixes the MC object emission of 'nop' for external function calls
Adhemerval Zanella
2012-10-25
1
-3
/
+11
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
1
-5
/
+27
*
PowerPC: Fix object creation with PPC::MTCRF8 instruction
Adhemerval Zanella
2012-10-08
1
-1
/
+3
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-3
/
+3
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
1
-0
/
+1
*
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-24
1
-1
/
+1
*
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
1
-0
/
+193