index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCInstr64Bit.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
PowerPC: Move some 64-bit branch patterns.
Ulrich Weigand
2013-03-26
1
-17
/
+18
*
Use direct types in PowerPC instruction patterns.
Ulrich Weigand
2013-03-25
1
-122
/
+120
*
Use direct types in PowerPC Pat patterns.
Ulrich Weigand
2013-03-25
1
-53
/
+53
*
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
1
-59
/
+24
*
Rename memrr ptrreg and offreg components.
Ulrich Weigand
2013-03-22
1
-10
/
+10
*
Fix swapped BasePtr and Offset in pre-inc memory addresses.
Ulrich Weigand
2013-03-22
1
-8
/
+8
*
Remove the xaddroff ComplexPattern.
Ulrich Weigand
2013-03-22
1
-8
/
+8
*
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
1
-9
/
+0
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
1
-0
/
+13
*
Add missing mayLoad flag to LHAUX8 and LWAUX.
Ulrich Weigand
2013-03-19
1
-1
/
+2
*
Rewrite LHAU8 pattern to use standard memory operand.
Ulrich Weigand
2013-03-19
1
-4
/
+4
*
Rewrite pre-increment store patterns to use standard memory operands.
Ulrich Weigand
2013-03-19
1
-72
/
+54
*
Fix sub-operand size mismatch in tocentry operands.
Ulrich Weigand
2013-03-19
1
-1
/
+1
*
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-19
1
-48
/
+58
*
Cleanup PPC64 unaligned i64 load/store
Hal Finkel
2013-03-19
1
-4
/
+0
*
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-03-18
1
-5
/
+21
*
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
1
-1
/
+1
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
1
-8
/
+11
*
This is another cleanup patch for 64-bit PowerPC TLS processing. I had
Bill Schmidt
2012-12-13
1
-9
/
+10
*
This is just a clean-up patch that simplifies the initial-exec TLS logic by
Bill Schmidt
2012-12-13
1
-1
/
+1
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-0
/
+30
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+21
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+20
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-0
/
+26
*
Fix wrong PowerPC instruction opcodes for:
Ulrich Weigand
2012-11-13
1
-3
/
+3
*
Fix instruction encoding for "bd(n)z" on PowerPC,
Ulrich Weigand
2012-11-13
1
-4
/
+4
*
Fix instruction encoding for "isel" on PowerPC,
Ulrich Weigand
2012-11-13
1
-1
/
+1
*
PowerPC: Fix for rldcl/rldicl/rldicr MC emission
Adhemerval Zanella
2012-10-26
1
-6
/
+6
*
This patch fixes the MC object emission of 'nop' for external function calls
Adhemerval Zanella
2012-10-25
1
-4
/
+4
*
- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolve
Will Schmidt
2012-10-04
1
-14
/
+14
*
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-09-05
1
-0
/
+3
*
Split several PPC instruction classes.
Hal Finkel
2012-08-28
1
-23
/
+23
*
Allow remat of LI on PPC.
Hal Finkel
2012-08-28
1
-0
/
+2
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
1
-0
/
+8
*
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
1
-0
/
+4
*
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-06
1
-2
/
+2
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
1
-0
/
+5
*
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-13
1
-11
/
+11
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
1
-0
/
+4
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
1
-0
/
+31
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
1
-4
/
+35
*
Split out the PPC instruction class IntSimple from IntGeneral.
Hal Finkel
2012-06-12
1
-24
/
+24
*
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
1
-11
/
+4
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
1
-0
/
+9
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-0
/
+7
*
Add a missing PPC 64-bit stwu pattern.
Hal Finkel
2012-05-20
1
-0
/
+8
*
Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.
Hal Finkel
2012-04-01
1
-18
/
+18
*
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
1
-1
/
+19
*
Convert PowerPC to register mask operands.
Roman Divacky
2012-03-06
1
-14
/
+2
*
X11/X2 loads around indirect calls on ppc64 should not be deleted.
Hal Finkel
2012-02-24
1
-2
/
+4
[next]