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
/
test
/
CodeGen
/
PowerPC
Age
Commit message (
Expand
)
Author
2013-05-14
Merging r181800:
Bill Wendling
2013-05-09
Merging r181423:
Bill Wendling
2013-04-30
LocalStackSlotAllocation improvements
Hal Finkel
2013-04-30
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-27
Make all darwin ppc stubs local.
Rafael Espindola
2013-04-19
Fix PPC optimizeCompareInstr swapped-sub argument handling
Hal Finkel
2013-04-18
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-15
Fix PPC64 CR spill location for callee-saved registers
Hal Finkel
2013-04-13
Spill and restore PPC CR registers using the FP when we have one
Hal Finkel
2013-04-12
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-11
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-10
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-09
Allow PPC B and BLR to be if-converted into some predicated forms
Hal Finkel
2013-04-09
Use virtual base registers on PPC
Hal Finkel
2013-04-09
Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheck
Hal Finkel
2013-04-08
Generate PPC early conditional returns
Hal Finkel
2013-04-07
Cleanup and improve PPC fsel generation
Hal Finkel
2013-04-06
Implement PPCInstrInfo::FoldImmediate
Hal Finkel
2013-04-05
Enable early if conversion on PPC
Hal Finkel
2013-04-04
PPC: Improve code generation for mixed-precision reciprocal sqrt
Hal Finkel
2013-04-03
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-02
Fix PR15630: Replace faulty stdcx. with stwcx.
Bill Schmidt
2013-04-01
Fix a bad assert in PPCTargetLowering
Hal Finkel
2013-04-01
Add triple to test/CodeGen/PowerPC/stfiwx-2
Hal Finkel
2013-04-01
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)
Hal Finkel
2013-04-01
Add the PPC popcntw instruction
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
Specify CPUs on the PPC bswap-load-store test
Hal Finkel
2013-03-28
Only enable 64-bit bswap DAG combines for PPC64
Hal Finkel
2013-03-28
Add the PPC64 ldbrx/stdbrx instructions
Hal Finkel
2013-03-28
Add the PPC64 popcntd instruction
Hal Finkel
2013-03-28
Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructions
Hal Finkel
2013-03-27
Print PPC ZERO as 0 (not r0) even on Darwin
Hal Finkel
2013-03-27
Allocate r0 on PPC
Hal Finkel
2013-03-27
Remove the link register from the GPR classes on PowerPC.
Bill Schmidt
2013-03-27
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-26
Use multiple virtual registers in PPC CR spilling
Hal Finkel
2013-03-21
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-21
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-21
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-19
Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll test
Hal Finkel
[next]