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
2011-12-06
add a test case that uses RESTORE_CR
Hal Finkel
2011-12-05
Add test case - this input used to crash because of duplicate generation of S...
Hal Finkel
2011-12-05
enable PPC register scavenging by default (update tests and remove some FIXMEs)
Hal Finkel
2011-12-05
remove wasted space for extra bit copies of CR2 subregs
Hal Finkel
2011-12-02
specify cpu for test to fix failure on some darwin systems with a g4+ cpu
Hal Finkel
2011-12-02
adjust the instruction ordering in some PPC tests: changes due to postRA haz....
Hal Finkel
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-22
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-10-28
test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...
NAKAMURA Takumi
2011-10-24
Change the default scheduler from Latency to ILP, since Latency
Dan Gohman
2011-10-17
use FileCheck and not grep in new tests
Hal Finkel
2011-10-17
Test case for CanLowerReturn fix (r141981)
Hal Finkel
2011-10-17
Add PPC 440 scheduler and some associated tests (new files)
Hal Finkel
2011-09-26
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-14
Remove ancient debug info constructs from test cases, they are not relevant t...
Devang Patel
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-08-31
Update more tests to the new EH scheme.
Bill Wendling
2011-08-30
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-18
FileCheck-ize a couple tests.
Eli Friedman
2011-07-11
test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...
NAKAMURA Takumi
2011-06-28
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-20
Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
Roman Divacky
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-17
Fix a few places where 32bit instructions/registerset were used on PPC64.
Roman Divacky
2011-06-17
remove parser support for the obsolete "multiple return values" syntax, which
Chris Lattner
2011-06-17
Remove support for using "foo" as symbols instead of %"foo". This is ancient
Chris Lattner
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-03
Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
Roman Divacky
2011-05-04
FileCheckize and break dependence on coalescing order.
Jakob Stoklund Olesen
2011-05-04
Explicitly request -join-physregs for some tests that depend on it.
Jakob Stoklund Olesen
2011-05-02
Add 130690 back.
Rafael Espindola
2011-05-02
Revert while I debug the tests that use march but not mtriple.
Rafael Espindola
2011-05-02
Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...
Rafael Espindola
2011-05-01
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-04-30
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
Enable CFI on OS X.
Rafael Espindola
2011-04-05
These tests no longer require linear scan because reserved register coalescin...
Jakob Stoklund Olesen
2011-04-04
Disable the PowerPC/Atomics-64 test.
Jakob Stoklund Olesen
2011-04-04
Fix PowerPC tests to be register allocator independent.
Jakob Stoklund Olesen
2011-03-09
Fix mistyped CHECK lines.
Benjamin Kramer
2011-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2010-12-18
Restore the behavior of frame lowering before my refactoring.
Anton Korobeynikov
2010-12-06
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-11-15
remove a pointless testcase.
Chris Lattner
2010-11-15
remove some extraneous quotes to make the new instprinter match.
Chris Lattner
2010-11-14
add some nounwind's.
Chris Lattner
2010-11-02
Inline asm mult-alt constraint tests.
John Thompson
2010-10-11
PowerPC varargs functions store live-in registers on the stack. Make sure we use
Jakob Stoklund Olesen
[prev]
[next]