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-08-14
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-06
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-04
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-06-22
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-21
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-20
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
Add a triple.
Jakob Stoklund Olesen
2012-06-19
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-16
Cleanup trip-count finding for PPC CTR loops (and some bug fixes).
Hal Finkel
2012-06-10
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-09
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
Enable tail merging on PPC.
Hal Finkel
2012-06-08
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-05-20
Add a missing PPC 64-bit stwu pattern.
Hal Finkel
2012-05-17
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2012-04-16
Remove dead SD nodes after the combining pass. Fixes PR12201.
Hal Finkel
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
[prev]
[next]