index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCInstrInfo.td
Age
Commit message (
Expand
)
Author
2013-04-01
Add more PPC floating-point conversion instructions
Hal Finkel
2013-03-31
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-29
Implement FRINT lowering on PPC using frin
Hal Finkel
2013-03-29
Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
2013-03-28
Add the PPC64 ldbrx/stdbrx instructions
Hal Finkel
2013-03-27
Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudos
Hal Finkel
2013-03-26
PowerPC: Mark patterns as isCodeGenOnly.
Ulrich Weigand
2013-03-26
PowerPC: Simplify FADD in round-to-zero mode.
Ulrich Weigand
2013-03-26
PowerPC: Remove LDrs pattern.
Ulrich Weigand
2013-03-26
PowerPC: Remove ADDIL patterns.
Ulrich Weigand
2013-03-26
PowerPC: Use CCBITRC operand for ISEL patterns.
Ulrich Weigand
2013-03-26
PowerPC: Simplify BLR pattern.
Ulrich Weigand
2013-03-25
Use direct types in PowerPC instruction patterns.
Ulrich Weigand
2013-03-25
Use direct types in PowerPC Pat patterns.
Ulrich Weigand
2013-03-22
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
Rename memrr ptrreg and offreg components.
Ulrich Weigand
2013-03-22
Fix swapped BasePtr and Offset in pre-inc memory addresses.
Ulrich Weigand
2013-03-22
Remove the xaddroff ComplexPattern.
Ulrich Weigand
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-19
Rewrite pre-increment store patterns to use standard memory operands.
Ulrich Weigand
2013-03-19
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-18
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-02-21
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
Relocation enablement for PPC DAG postprocessing pass
Bill Schmidt
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-13
Fix wrong PowerPC instruction opcodes for:
Ulrich Weigand
2012-11-13
Fix wrong PowerPC instruction encodings due to
Ulrich Weigand
2012-11-13
Fix instruction encoding for "bd(n)z" on PowerPC,
Ulrich Weigand
2012-11-13
Fix instruction encoding for "isel" on PowerPC,
Ulrich Weigand
2012-10-05
- Mark the BCC and BLR defs as isCodeGenOnly per error output from
Will Schmidt
2012-10-04
- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolve
Will Schmidt
2012-09-05
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-08-28
Split several PPC instruction classes.
Hal Finkel
2012-08-28
Allow remat of LI on PPC.
Hal Finkel
2012-08-28
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-08-24
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-06-22
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-20
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-12
Split out the PPC instruction class IntSimple from IntGeneral.
Hal Finkel
2012-06-11
Emit the two-operand form of the PPC mfcr instruction as mfocrf.
Hal Finkel
[next]