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
/
test
/
CodeGen
/
PowerPC
Age
Commit message (
Expand
)
Author
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
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-19
Cleanup PPC64 unaligned i64 load/store
Hal Finkel
2013-03-19
Don't reserve R31 on PPC64 unless the frame pointer is needed
Hal Finkel
2013-03-18
Fix a sign-extension bug in PPCCTRLoops
Hal Finkel
2013-03-18
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-03-18
Change test cases to handle unaligned references.
Bill Schmidt
2013-03-18
Remove unnecessary leading comment characters in lit-only file
David Blaikie
2013-03-18
Include '.test' suffix in target specific lit configs that need it
David Blaikie
2013-03-18
Fix large count and negative constant count handling in PPCCTRLoops
Hal Finkel
2013-03-18
Cleanup initial-value constants in PPCCTRLoops
Hal Finkel
2013-03-17
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-16
Remove FIXMEs in PPC test cases related to unaligned loads/stores
Hal Finkel
2013-03-15
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
Protect PPC Altivec patterns with a predicate
Hal Finkel
2013-03-15
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-14
Not all PPC functions with a frame pointer need a RS spill slot
Hal Finkel
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
Don't reserve R2 on Darwin/PPC
Hal Finkel
2013-03-11
Remove duplicate test contents.
David Blaikie
2013-03-09
Test case hygiene.
Benjamin Kramer
[next]