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
*
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
*
[PowerPC] Preparatory refactoring for making prologue and epilogue
Bill Schmidt
2013-08-16
1
-85
/
+102
*
Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...
Craig Topper
2013-08-15
1
-4
/
+4
*
Actually fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-14
1
-1
/
+1
*
cast fix to appease buildbot
David Fang
2013-08-08
1
-1
/
+1
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
4
-19
/
+395
*
PPC: Map frin to round() not nearbyint() and rint()
Hal Finkel
2013-08-08
2
-68
/
+4
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+5
*
Add PPC64 mulli pattern
Hal Finkel
2013-08-06
1
-0
/
+3
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
1
-1
/
+1
*
PPCAsmParser: Stop leaking names.
Benjamin Kramer
2013-08-03
1
-10
/
+31
*
Fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-03
1
-1
/
+18
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+1
*
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
2013-07-30
5
-1
/
+347
*
[PowerPC] Add comment explaining preprocessor directive.
Bill Schmidt
2013-07-28
1
-0
/
+2
*
Revert 187318
Bill Schmidt
2013-07-28
1
-1
/
+1
*
[PowerPC] Remove unnecessary preprocessor checking.
Bill Schmidt
2013-07-28
1
-1
/
+1
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
1
-3
/
+3
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
1
-3
/
+3
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
10
-7
/
+44
*
PPC32 va_list is an actual structure so va_copy needs to copy the whole
Roman Divacky
2013-07-25
2
-1
/
+23
*
allow tests to run on powerpc-darwin8 again, checking for __ppc__
David Fang
2013-07-24
1
-2
/
+2
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-0
/
+1
*
PPC: Support dynamic allocas with large alignment
Hal Finkel
2013-07-18
2
-27
/
+53
*
PPC: Add base-pointer support to builtin setjmp/longjmp
Hal Finkel
2013-07-17
5
-41
/
+72
*
PPC: Add CTR-register clobber to builtin setjmp
Hal Finkel
2013-07-17
3
-0
/
+9
*
PPC: Implement base pointer and stack realignment
Hal Finkel
2013-07-17
5
-41
/
+240
*
PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...
NAKAMURA Takumi
2013-07-16
1
-2
/
+2
*
PPC: Refactoring to support subtarget feature changing
Hal Finkel
2013-07-15
2
-37
/
+69
*
Fix register subclass handling in PPCInstrInfo::insertSelect
Hal Finkel
2013-07-15
1
-5
/
+10
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
3
-15
/
+15
*
Reduce large list of macros to the primary platform macros. Distingiush
Joerg Sonnenberger
2013-07-13
1
-20
/
+18
*
PPC: Add some missing V_SET0 patterns
Hal Finkel
2013-07-11
1
-2
/
+15
*
PPCDAGToDAGISel::isRunOfOnes should return false on zero
Hal Finkel
2013-07-11
1
-1
/
+4
*
PPC: Add a better comment about the i64 FI fixup
Hal Finkel
2013-07-10
1
-2
/
+13
*
[PowerPC] Better fix for PR16556.
Bill Schmidt
2013-07-09
1
-9
/
+3
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
2
-11
/
+8
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
3
-4
/
+60
*
[PowerPC] Support ".machine any"
Ulrich Weigand
2013-07-09
1
-0
/
+27
[next]