index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCInstr64Bit.td
Age
Commit message (
Expand
)
Author
2008-12-03
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-10-29
Add a RM pseudoreg for the rounding mode, which
Dale Johannesen
2008-10-23
Mark defs and uses of CTR and LR correctly.
Dale Johannesen
2008-09-12
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-08-25
Implement 32 & 64 bit versions of PPC atomic
Dale Johannesen
2008-08-25
Remove PPC-specific lowering for atomics; the
Dale Johannesen
2008-08-22
Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap
Dale Johannesen
2008-07-12
Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!
Evan Cheng
2008-04-30
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-19
64-bit atomic operations.
Evan Cheng
2008-03-15
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-07
Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).
Chris Lattner
2008-01-06
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
Change the 'isStore' inferrer to look for 'SDNPMayStore'
Chris Lattner
2008-01-06
remove some isStore flags that are now inferred automatically.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-23
Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...
Evan Cheng
2007-09-11
Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
Evan Cheng
2007-09-04
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-08-01
Some out operands were incorrectly specified as input operands.
Evan Cheng
2007-07-21
No more noResults.
Evan Cheng
2007-07-20
Oops. These stores actually produce results.
Evan Cheng
2007-07-19
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-05-17
add support for 128-bit add/sub on ppc64
Chris Lattner
2007-04-03
The PPC64 ELF ABI is "intended to use the same structure layout and calling c...
Nicolas Geoffray
2007-04-03
The ELF ABI specifies F1-F8 registers as argument registers for double, not
Nicolas Geoffray
2007-03-25
Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll
Chris Lattner
2007-02-27
Differentiate between the MachO and the ELF ABI the CALL instruction.
Nicolas Geoffray
2007-02-25
one important bugfix: PPC32 didn't have both elf and macho support for
Chris Lattner
2007-02-25
implement support for the linux/ppc function call ABI. Patch by
Chris Lattner
2006-12-15
Patterns no longer needed due to fix in the DAG combiner.
Jim Laskey
2006-12-15
Not all test cases are created equal. This fix is needed.
Jim Laskey
2006-12-15
Not needed. Misinterpreted error message from other bug (Missing load/store
Jim Laskey
2006-12-15
Provide 64-bit support for i64 sextload<i8>.
Jim Laskey
2006-12-12
Reduce number of instructions to load 64-bit constants.
Jim Laskey
2006-12-06
implement sextinreg i8->i64 and i16->i64
Chris Lattner
2006-11-16
This is a general clean up of the PowerPC ABI. Address several problems and
Jim Laskey
2006-11-16
fix a regression that I introduced. stdu should scale the offset by 4
Chris Lattner
2006-11-16
add ppc64 r+i stores with update.
Chris Lattner
2006-11-15
Stop using isTwoAddress, switching to operand constraints instead.
Chris Lattner
2006-11-15
fix ldu/stu jit encoding. Swith 64-bit preinc load instrs to use memri
Chris Lattner
2006-11-15
Fix the PPC regressions last night
Chris Lattner
2006-11-14
Rework PPC64 calls. Now we have a LR8/CTR8 register which the PPC64 calls
Chris Lattner
2006-11-11
implement proper PPC64 prolog/epilog codegen.
Chris Lattner
2006-11-11
Mark operands as symbol lo instead of imm32 so that they print lo(x) around
Chris Lattner
2006-11-10
implement preinc support for r+i loads on ppc64
Chris Lattner
2006-10-13
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-09
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
[next]