index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add another missing 64-bit itinerary definition for the PPC A2 core.
Hal Finkel
2012-06-13
1
-0
/
+11
*
Add some missing 64-bit itinerary definitions for the PPC A2 core.
Hal Finkel
2012-06-12
1
-0
/
+22
*
Split out the PPC instruction class IntSimple from IntGeneral.
Hal Finkel
2012-06-12
9
-65
/
+90
*
Fixes for PPC host detection and features.
Hal Finkel
2012-06-12
1
-3
/
+3
*
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
2012-06-12
1
-135
/
+4
*
Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...
Jakob Stoklund Olesen
2012-06-12
1
-2
/
+133
*
Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().
Hal Finkel
2012-06-11
1
-133
/
+2
*
Enable MFOCRF generation on the PPC A2 core.
Hal Finkel
2012-06-11
1
-2
/
+2
*
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
5
-13
/
+13
*
Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.
Hal Finkel
2012-06-11
1
-0
/
+1
*
Emit the two-operand form of the PPC mfcr instruction as mfocrf.
Hal Finkel
2012-06-11
1
-1
/
+1
*
Add local CPU detection for Linux PPC.
Hal Finkel
2012-06-11
1
-1
/
+95
*
Add POWER6 and POWER7 CPU types to the PPC backend.
Hal Finkel
2012-06-11
3
-0
/
+14
*
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
1
-4
/
+6
*
Use critical anti-dep. breaking on all PPC targets, but also add other regist...
Hal Finkel
2012-06-10
1
-4
/
+11
*
Improve ext/trunc patterns on PPC64.
Hal Finkel
2012-06-09
1
-11
/
+4
*
Enable tail merging on PPC.
Hal Finkel
2012-06-09
1
-7
/
+1
*
Remove the TODO statement in the PPC README re: CTR loops
Hal Finkel
2012-06-08
1
-1
/
+0
*
Enable PPC CTR loop formation by default.
Hal Finkel
2012-06-08
2
-11
/
+9
*
Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.
Hal Finkel
2012-06-08
1
-2
/
+10
*
Disable the PPC CTR-Loops pass by default.
Hal Finkel
2012-06-08
2
-4
/
+17
*
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
1
-0
/
+1
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
9
-18
/
+812
*
PPC32 uses R2 as the TLS register. Fix the copy and paste.
Roman Divacky
2012-06-05
1
-3
/
+3
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
6
-11
/
+69
*
Fix a copy-and-paste duplication error in the PPC 440 and A2 schedules (no fu...
Hal Finkel
2012-06-04
2
-42
/
+0
*
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-06-04
1
-5
/
+3
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
2
-17
/
+20
*
Add a missing PPC 64-bit stwu pattern.
Hal Finkel
2012-05-20
1
-0
/
+8
*
Add a FIXME about access to negative stack-pointer offsets on PPC32.
Hal Finkel
2012-05-19
1
-0
/
+2
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
2
-0
/
+3
*
Mark .opd @progbits, thus avoiding a warning from asm.
Roman Divacky
2012-05-09
1
-1
/
+1
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
2
-2
/
+4
*
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-04
1
-3
/
+1
*
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-05-01
1
-2
/
+2
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
2
-0
/
+8
*
effectively back out my last change (r155190)
Gabor Greif
2012-04-20
1
-2
/
+2
*
fix obviously bogus (IMO) operand index of the load in asserts
Gabor Greif
2012-04-20
1
-3
/
+3
*
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
4
-48
/
+48
*
zap tabs
Gabor Greif
2012-04-19
1
-7
/
+7
*
Remove unused CCIfSubtarget.
Jay Foad
2012-04-17
1
-4
/
+0
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
3
-17
/
+5
*
Make PPCCompilationCallbackC function to be static, so there will be no need ...
Anton Korobeynikov
2012-04-03
1
-3
/
+5
*
The binutils for the IBM BG/P are too old to support CFI.
Hal Finkel
2012-04-02
2
-0
/
+6
*
Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.
Roman Divacky
2012-04-02
1
-1
/
+10
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
2
-5
/
+0
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
2
-4
/
+2
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
2
-4
/
+5
*
Fix some 80-col. violations I introduced with the A2 PPC64 core.
Hal Finkel
2012-04-01
2
-63
/
+126
*
Enable prefetch generation on PPC64.
Hal Finkel
2012-04-01
2
-0
/
+6
[next]