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
/
lib
/
Target
/
PowerPC
Age
Commit message (
Expand
)
Author
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-08-16
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-08
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-07
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
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
allow 'make CPPFLAGS=<something>' work again
Gabor Greif
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-23
Silence an unused variable warning on release builds.
Craig Topper
2012-06-22
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
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
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
Mark most PPC register classes to avoid write-after-write.
Hal Finkel
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-13
Add another missing 64-bit itinerary definition for the PPC A2 core.
Hal Finkel
2012-06-12
Add some missing 64-bit itinerary definitions for the PPC A2 core.
Hal Finkel
2012-06-12
Split out the PPC instruction class IntSimple from IntGeneral.
Hal Finkel
2012-06-12
Fixes for PPC host detection and features.
Hal Finkel
2012-06-12
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
2012-06-12
Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...
Jakob Stoklund Olesen
2012-06-11
Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().
Hal Finkel
2012-06-11
Enable MFOCRF generation on the PPC A2 core.
Hal Finkel
2012-06-11
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.
Hal Finkel
2012-06-11
Emit the two-operand form of the PPC mfcr instruction as mfocrf.
Hal Finkel
2012-06-11
Add local CPU detection for Linux PPC.
Hal Finkel
2012-06-11
Add POWER6 and POWER7 CPU types to the PPC backend.
Hal Finkel
2012-06-10
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
Use critical anti-dep. breaking on all PPC targets, but also add other regist...
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
Remove the TODO statement in the PPC README re: CTR loops
Hal Finkel
2012-06-08
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.
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
[next]