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
/
PPCInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Add extended rotate/shift mnemonics
Ulrich Weigand
2013-06-25
1
-0
/
+75
*
[PowerPC] Add extended subtract mnemonics
Ulrich Weigand
2013-06-25
1
-0
/
+14
*
[PowerPC] Support some miscellaneous mnemonics in the asm parser
Ulrich Weigand
2013-06-24
1
-0
/
+8
*
[PowerPC] Add predicted forms of branches
Ulrich Weigand
2013-06-24
1
-49
/
+106
*
[PowerPC] Add t/f branch mnemonics to asm parser
Ulrich Weigand
2013-06-24
1
-0
/
+20
*
[PowerPC] Support generic conditional branches in asm parser
Ulrich Weigand
2013-06-24
1
-0
/
+41
*
[PowerPC] Support absolute branches
Ulrich Weigand
2013-06-24
1
-12
/
+60
*
[PowerPC] Support bd(n)zl and bd(n)zlrl
Ulrich Weigand
2013-06-24
1
-0
/
+12
*
[PowerPC] Support b(cond)l in the asm parser
Ulrich Weigand
2013-06-24
1
-0
/
+9
*
[PowerPC] Support blrl and variants in the asm parser
Ulrich Weigand
2013-06-24
1
-0
/
+13
*
[PowerPC] Support compare mnemonics with implied CR0
Ulrich Weigand
2013-06-20
1
-0
/
+9
*
[PowerPC] Support extended sc mnemonic
Ulrich Weigand
2013-06-10
1
-0
/
+2
*
[PowerPC] Support branch mnemonics with implied CR0
Ulrich Weigand
2013-06-10
1
-0
/
+11
*
[PowerPC] Use multiclass to generate extended branch mnemonics
Ulrich Weigand
2013-06-10
1
-51
/
+22
*
[PowerPC] Remove symbolLo/symbolHi instruction operand types
Ulrich Weigand
2013-05-23
1
-15
/
+6
*
[PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
2013-05-23
1
-2
/
+2
*
Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel.
Bill Schmidt
2013-05-22
1
-13
/
+15
*
Rename PPC MTCTRse to MTCTRloop
Hal Finkel
2013-05-20
1
-3
/
+3
*
[PowerPC] Fix hi/lo encoding in old-style code emitter
Ulrich Weigand
2013-05-17
1
-2
/
+2
*
[PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
2013-05-16
1
-4
/
+6
*
Implement PPC counter loops as a late IR-level pass
Hal Finkel
2013-05-15
1
-0
/
+6
*
Implement the PowerPC system call (sc) instruction.
Bill Schmidt
2013-05-14
1
-0
/
+10
*
[PowerPC] Add some Book II instructions to AsmParser
Ulrich Weigand
2013-05-03
1
-0
/
+11
*
[PowerPC] Support extended mnemonics in AsmParser
Ulrich Weigand
2013-05-03
1
-0
/
+84
*
[PowerPC] Add assembler parser
Ulrich Weigand
2013-05-03
1
-13
/
+112
*
PowerPC: Use RegisterOperand instead of RegisterClass operands
Ulrich Weigand
2013-04-26
1
-215
/
+235
*
PowerPC: Fix encoding of stfsu and stfdu instructions
Ulrich Weigand
2013-04-26
1
-2
/
+2
*
PowerPC: Fix encoding of rldimi and rldcl instructions
Ulrich Weigand
2013-04-26
1
-0
/
+14
*
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
1
-8
/
+0
*
PowerPC: Mark some more patterns as isCodeGenOnly.
Ulrich Weigand
2013-04-17
1
-0
/
+3
*
Mark all PPC comparison instructions as not having side effects
Hal Finkel
2013-04-15
1
-12
/
+18
*
Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriately
Hal Finkel
2013-04-13
1
-5
/
+1
*
PPC: Remove (broken) nested implicit definition lists
Hal Finkel
2013-04-12
1
-59
/
+121
*
Add PPC instruction record forms and associated query functions
Hal Finkel
2013-04-12
1
-250
/
+426
*
PPC: Prep for if conversion of bctr[l]
Hal Finkel
2013-04-10
1
-1
/
+7
*
Allow PPC B and BLR to be if-converted into some predicated forms
Hal Finkel
2013-04-09
1
-0
/
+7
*
Generate PPC early conditional returns
Hal Finkel
2013-04-08
1
-1
/
+5
*
PPC rotate instructions don't have unmodeled side effcts
Hal Finkel
2013-04-07
1
-2
/
+3
*
Most PPC M[TF]CR instructions do not have side effects
Hal Finkel
2013-04-07
1
-4
/
+11
*
PPC pre-increment load instructions do not have side effects
Hal Finkel
2013-04-07
1
-1
/
+1
*
PPC MCRF instruction does not have side effects
Hal Finkel
2013-04-07
1
-0
/
+1
*
PPC FMR instruction does not have side effects
Hal Finkel
2013-04-07
1
-0
/
+1
*
PPC ISEL is a select and never has side effects
Hal Finkel
2013-04-06
1
-0
/
+1
*
Rename the current PPC BCL definition to BCLalways
Hal Finkel
2013-04-04
1
-3
/
+3
*
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-03
1
-1
/
+27
*
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
1
-3
/
+13
*
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
1
-0
/
+10
*
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-31
1
-4
/
+0
*
Implement FRINT lowering on PPC using frin
Hal Finkel
2013-03-29
1
-0
/
+9
*
Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
2013-03-29
1
-0
/
+29
[next]