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 support for the VSX target attribute. No functional change
Eric Christopher
2013-10-16
2
-0
/
+3
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
2
-3
/
+3
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
3
-2
/
+72
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
2
-12
/
+0
*
[PowerPC] Fix PR17354: Generate nop after local calls for PIC code.
Bill Schmidt
2013-09-26
1
-1
/
+3
*
PPC: Allow partial fills in writeNopData()
David Majnemer
2013-09-26
1
-4
/
+7
*
PPC: Do not introduce ISD nodes for fctid and fctiw
David Majnemer
2013-09-26
3
-8
/
+6
*
PPC: Add support for fctid and fctiw
David Majnemer
2013-09-26
3
-4
/
+12
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-0
/
+2
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-3
/
+0
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-1
/
+3
*
Correct the pre-increment load latencies in the PPC A2 itinerary
Hal Finkel
2013-09-22
1
-3
/
+3
*
[PowerPC] Add a FIXME.
Bill Schmidt
2013-09-17
1
-0
/
+4
*
[PowerPC] Fix problems with large code model (PR17169).
Bill Schmidt
2013-09-17
2
-8
/
+22
*
[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.
Bill Schmidt
2013-09-16
1
-1
/
+8
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-1
/
+2
*
Revert r190764: PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-0
/
+1
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-1
/
+0
*
Add missing break statement in PPCISelLowering
Hal Finkel
2013-09-13
1
-0
/
+2
*
Remove an unused variable, fixing -Werror build with latest Clang.
Chandler Carruth
2013-09-12
1
-1
/
+0
*
Fix PPC ABI for ByVal structs with vector members
Hal Finkel
2013-09-12
1
-9
/
+49
*
Make the PPC fast-math sqrt expansion safe at 0
Hal Finkel
2013-09-12
1
-1
/
+21
*
Implement asm support for a few PowerPC bookIII that are needed for assembling
Roman Divacky
2013-09-12
4
-0
/
+112
*
Mark PPC MFTB and DST (and friends) as deprecated
Hal Finkel
2013-09-12
6
-25
/
+56
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-2
/
+3
*
PPC: Enable aggressive anti-dependency breaking
Hal Finkel
2013-09-12
3
-11
/
+3
*
Greatly simplify the PPC A2 scheduling itinerary
Hal Finkel
2013-09-11
3
-726
/
+118
*
Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores
Hal Finkel
2013-09-11
3
-2
/
+52
*
Implement TTI getUnrollingPreferences for PowerPC
Hal Finkel
2013-09-11
1
-0
/
+9
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
2
-5
/
+5
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
2
-43
/
+47
*
[PowerPC] Fast-isel cleanup patch.
Bill Schmidt
2013-08-31
1
-20
/
+37
*
[PowerPC] Add integer truncation support to fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+31
*
Correct partially defined variable
Bill Schmidt
2013-08-30
1
-1
/
+2
*
[PowerPC] Call support for fast-isel.
Bill Schmidt
2013-08-30
3
-3
/
+338
*
[PowerPC] Add handling for conversions to fast-isel.
Bill Schmidt
2013-08-30
4
-0
/
+288
*
[PowerPC] Handle selection of compare instructions in fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+18
*
Remove bogus debug statement. Sheesh.
Bill Schmidt
2013-08-30
1
-4
/
+2
*
[PowerPC] Add loads, stores, and related things to fast-isel.
Bill Schmidt
2013-08-30
3
-7
/
+776
*
Fix use of uninitialized value added in r189400 (found by MemorySanitizer)
Alexey Samsonov
2013-08-28
1
-4
/
+3
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
2
-3
/
+31
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
2
-50
/
+46
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
2
-46
/
+50
*
Dummy code to silence warning from 4189266
Bill Schmidt
2013-08-26
2
-0
/
+11
*
[PowerPC] More fast-isel chunks (returns and integer extends)
Bill Schmidt
2013-08-26
3
-3
/
+255
*
[PowerPC] Add fast-isel branch and compare selection.
Bill Schmidt
2013-08-25
1
-9
/
+272
*
[PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.
Bill Schmidt
2013-08-20
1
-271
/
+194
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
1
-0
/
+6
*
Don't form PPC CTR-based loops around a copysignl call
Hal Finkel
2013-08-19
1
-1
/
+2
*
Add the PPC fcpsgn instruction
Hal Finkel
2013-08-19
5
-7
/
+45
[next]