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
*
Refine fix to bug 15041.
Bill Schmidt
2013-02-08
1
-18
/
+17
*
Constrain PowerPC autovectorization to fix bug 15041.
Bill Schmidt
2013-02-07
1
-0
/
+19
*
PPC calling convention cleanup.
Bill Schmidt
2013-02-06
2
-75
/
+46
*
Move MRI liveouts to PowerPC return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-21
/
+9
*
Avoid using MRI::liveout_iterator for computing VRSAVEs.
Jakob Stoklund Olesen
2013-02-05
1
-6
/
+15
*
Disable a couple more vector splat optimizations on PPC.
Benjamin Kramer
2013-02-04
1
-2
/
+4
*
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
1
-0
/
+5
*
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...
NAKAMURA Takumi
2013-02-04
1
-1
/
+4
*
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...
NAKAMURA Takumi
2013-02-04
1
-0
/
+5
*
Add notes about future PowerPC features
Bill Schmidt
2013-02-01
1
-0
/
+17
*
LLVM enablement for some older PowerPC CPUs
Bill Schmidt
2013-02-01
2
-0
/
+25
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
2
-14
/
+9
*
PPC QPX requires a 32-byte aligned stack
Hal Finkel
2013-01-30
2
-1
/
+8
*
Initialize hasQPX in PPCSubtarget
Hal Finkel
2013-01-30
1
-0
/
+1
*
Add definitions for the PPC a2q core marked as having QPX available
Hal Finkel
2013-01-30
2
-0
/
+9
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-0
/
+2
*
Add isBGQ method to PPCSubtarget
Hal Finkel
2013-01-29
1
-0
/
+2
*
Remove unused variables, silences -Wunused-variable
Dmitri Gribenko
2013-01-25
1
-4
/
+2
*
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
5
-0
/
+237
*
More cleanup of PPC register definitions.
Hal Finkel
2013-01-25
1
-64
/
+8
*
Start cleanup of PPC register definitions using foreach loops.
Hal Finkel
2013-01-24
1
-65
/
+7
*
Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...
Eli Bendersky
2013-01-23
1
-2
/
+3
*
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
1
-2
/
+3
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
This patch fixes PR13626 by providing i128 support in the return
Bill Schmidt
2013-01-17
1
-0
/
+1
*
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2013-01-17
1
-2
/
+2
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
1
-0
/
+19
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-6
/
+6
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-1
/
+1
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
2
-12
/
+29
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
2
-11
/
+1
*
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2013-01-04
1
-0
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
11
-24
/
+24
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
3
-6
/
+8
*
Expand PPC64 atomic load and store
Hal Finkel
2012-12-25
1
-0
/
+2
*
Undefine PPC harder.
Rafael Espindola
2012-12-20
2
-0
/
+6
*
PowerPC: Expand VSELECT nodes.
Benjamin Kramer
2012-12-19
1
-0
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
3
-4
/
+4
*
This patch removes some nondeterminism from direct object file output
Bill Schmidt
2012-12-14
1
-0
/
+45
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
8
-42
/
+53
*
This is another cleanup patch for 64-bit PowerPC TLS processing. I had
Bill Schmidt
2012-12-13
3
-57
/
+11
*
This is just a clean-up patch that simplifies the initial-exec TLS logic by
Bill Schmidt
2012-12-13
4
-19
/
+7
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
10
-18
/
+242
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
2
-13
/
+11
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
2
-4
/
+4
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
10
-14
/
+172
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
13
-15
/
+156
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
5
-9
/
+9
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
17
-70
/
+71
*
This patch fixes the Altivec addend construction for the fused multiply-add
Adhemerval Zanella
2012-11-30
1
-5
/
+7
[next]