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
*
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
*
Add LdStSTD* itin. for the PPC64 A2 core.
Hal Finkel
2012-04-01
1
-0
/
+20
*
Set the default PPC node scheduling preference to ILP (for the embedded cores).
Hal Finkel
2012-04-01
2
-0
/
+10
*
Add ppc440 itin. entries for LdStSTD*
Hal Finkel
2012-04-01
1
-0
/
+20
*
Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores.
Hal Finkel
2012-04-01
1
-2
/
+3
*
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-04-01
7
-4
/
+582
*
Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.
Hal Finkel
2012-04-01
9
-107
/
+140
*
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
8
-35
/
+126
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
1
-1
/
+1
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-0
/
+1
*
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-03-24
1
-5
/
+17
*
PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...
Hal Finkel
2012-03-22
1
-1
/
+2
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
10
-21
/
+16
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-4
/
+4
*
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
2
-13
/
+13
*
Convert PowerPC to register mask operands.
Roman Divacky
2012-03-06
6
-122
/
+52
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
2
-3
/
+5
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
2
-6
/
+6
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
2
-14
/
+15
*
Properly MCize the section switch, removing a FIXME.
Roman Divacky
2012-02-28
1
-2
/
+4
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
2
-15
/
+14
*
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
2
-14
/
+15
*
Reapply r151278 with fixes.
Roman Divacky
2012-02-27
1
-6
/
+16
*
Revert r151278, breaks static linking.
Hal Finkel
2012-02-25
1
-14
/
+6
*
X11/X2 loads around indirect calls on ppc64 should not be deleted.
Hal Finkel
2012-02-24
1
-2
/
+4
*
MCize function entry label emission on PowerPC64 properly.
Roman Divacky
2012-02-23
1
-6
/
+14
*
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
1
-1
/
+5
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
1
-1
/
+1
[next]