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
2012-04-01
Enable prefetch generation on PPC64.
Hal Finkel
2012-04-01
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-24
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-02-27
Test the section specification.
Roman Divacky
2012-02-27
Reapply r151278 with fixes.
Roman Divacky
2012-02-25
Revert r151278, breaks static linking.
Hal Finkel
2012-02-24
X11/X2 loads around indirect calls on ppc64 should not be deleted.
Hal Finkel
2012-02-24
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-23
MCize function entry label emission on PowerPC64 properly.
Roman Divacky
2012-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-21
Remove a bad PowerPC test.
Jakob Stoklund Olesen
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-16
AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...
Hal Finkel
2011-12-30
Cleanup stack/frame register define/kill states. This fixes two bugs:
Hal Finkel
2011-12-15
Add a test case to make sure that the nop really does follow the bl on ppc64 elf
Hal Finkel
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-10
Make CR spill and restore use a reserved register. These operations cannot us...
Hal Finkel
2011-12-09
Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.
Eli Friedman
2011-12-06
delaying restore-cr changed assigned registers in some tests
Hal Finkel
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
[next]