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
2008-10-01
Split this test and move it into target-specific directories.
Dan Gohman
2008-09-24
Remove SelectionDag early allocation of registers
Dale Johannesen
2008-09-17
Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
Bill Wendling
2008-09-12
On some targets, non-move instructions can become move instructions because o...
Evan Cheng
2008-08-30
Testcases for ppc atomics.
Dale Johannesen
2008-08-28
In lowering SELECT_CC, removed cases where we can't flip the true and false w...
Mon P Wang
2008-08-25
Adjust grep's for new code sequence.
Dale Johannesen
2008-07-24
Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al...
Evan Cheng
2008-07-17
Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk
Dan Gohman
2008-07-17
LegalizeTypes support for what seems to be the
Duncan Sands
2008-07-16
The atomic.cmp.swap promotion logic is wrong: it
Duncan Sands
2008-07-15
LegalizeTypes support for fabs on ppc long double.
Duncan Sands
2008-07-15
LegalizeTypes support for promotion of bswap.
Duncan Sands
2008-07-15
LegalizeTypes support for promotion of SIGN_EXTEND_INREG.
Duncan Sands
2008-07-10
Fix an altivec constant miscompilation that Duncan found through
Chris Lattner
2008-07-07
Refactor the tablegen DAGISelEmitter code for outputing calls to
Dan Gohman
2008-06-25
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-06-23
This situation can occur:
Bill Wendling
2008-06-21
Support for load/store of expanded float types. I
Duncan Sands
2008-06-19
ISD::UNDEF should be expanded recursively / iteratively.
Evan Cheng
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-01
Adding testcase.
Bill Wendling
2008-04-30
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-27
Implement a signficant optimization for inline asm:
Chris Lattner
2008-04-24
New test.
Evan Cheng
2008-04-19
64-bit atomic operations.
Evan Cheng
2008-04-16
After reading memory that's already freed.
Evan Cheng
2008-04-14
Remove -unwind-tables-optional everywhere, since
Dale Johannesen
2008-04-10
A copy instruction may use a register multiple times on some targets. Change ...
Evan Cheng
2008-04-08
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
2008-04-08
Missed one.
Dale Johannesen
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
2008-03-31
Mark functions in some tests as 'nounwind'. Generating
Dale Johannesen
2008-03-26
One more coalescer fix wrt deadness propagation.
Evan Cheng
2008-03-25
Byebye llvm-upgrade!
Tanya Lattner
2008-03-25
lastRegisterUse() should ignore identity copies. Those will be erased.
Evan Cheng
2008-03-24
Use the bit size of the operand instead of the hard-coded 32 to generate the
Bill Wendling
2008-03-22
New testcase.
Bill Wendling
2008-03-19
Add support for multiple return values for the PPC target by
Dan Gohman
2008-03-19
Fix live variables issues:
Evan Cheng
2008-03-18
Make conversions of i8/i16 to ppcf128 work.
Dale Johannesen
2008-03-18
Rewrite code that propagate isDead information after a dead copy is coalesced...
Evan Cheng
2008-03-13
More APInt-ification.
Dan Gohman
2008-03-11
The feature this is testing did not work in the general case,
Dale Johannesen
2008-03-11
Learn how to xfail a test.
Evan Cheng
2008-03-11
XFAIL due to Dale's change.
Evan Cheng
2008-03-11
Generalize ExpandIntToFP to handle the case where the operand is legal
Dan Gohman
2008-03-10
Implement more support for fp-to-i128 and i128-to-fp conversions.
Dan Gohman
2008-03-10
Update llc flags for PPC register scavenger.
Bill Wendling
[next]