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
*
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
2
-20
/
+1
*
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
2
-1
/
+20
*
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-1
/
+1
*
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
1
-1
/
+4
*
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
1
-0
/
+4
*
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-06
1
-2
/
+2
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
2
-1
/
+8
*
allow 'make CPPFLAGS=<something>' work again
Gabor Greif
2012-08-03
1
-1
/
+1
*
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-13
2
-20
/
+20
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
2
-16
/
+17
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-3
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+3
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Silence an unused variable warning on release builds.
Craig Topper
2012-06-23
1
-2
/
+2
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
8
-14
/
+84
*
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-22
4
-42
/
+48
*
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-21
1
-1
/
+6
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
4
-10
/
+106
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-1
/
+1
*
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
2
-0
/
+19
*
Mark most PPC register classes to avoid write-after-write.
Hal Finkel
2012-06-19
2
-0
/
+16
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
6
-25
/
+114
*
Cleanup trip-count finding for PPC CTR loops (and some bug fixes).
Hal Finkel
2012-06-16
1
-86
/
+127
*
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
[next]