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
*
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
*
Fix initial frame state on powerpc64.
Ulrich Weigand
2012-11-28
1
-1
/
+1
*
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
This patch makes medium code model the default for 64-bit PowerPC ELF.
Bill Schmidt
2012-11-27
1
-0
/
+5
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
7
-10
/
+233
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-25
/
+19
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-71
/
+53
*
PPC: Reinstate the fatal error when trying to emit a macho file.
Benjamin Kramer
2012-11-24
1
-1
/
+3
*
PPC: MCize most of the darwin PIC emission.
Benjamin Kramer
2012-11-24
1
-35
/
+92
*
PPC: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-11-24
1
-18
/
+14
*
PPC: Simplify code with Twines.
Benjamin Kramer
2012-11-24
1
-6
/
+3
*
Using const cast to alleviate a warning.
Joe Abbey
2012-11-16
1
-1
/
+2
*
PowerPC: Lowering floor intrinsic for Altivec
Adhemerval Zanella
2012-11-15
2
-0
/
+14
*
Make a bunch of floating point operations on vectors Expand so that instructi...
Craig Topper
2012-11-15
1
-6
/
+10
*
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-15
1
-0
/
+4
*
Set FFLOOR of vectors to expand to keep intruction selection from failing.
Craig Topper
2012-11-14
1
-0
/
+1
*
Add (some) PowerPC TLS relocation types to ELF.h and
Ulrich Weigand
2012-11-13
1
-2
/
+18
*
Fix wrong PowerPC instruction opcodes for:
Ulrich Weigand
2012-11-13
2
-4
/
+4
*
Fix wrong PowerPC instruction encodings due to
Ulrich Weigand
2012-11-13
2
-10
/
+10
*
Fix instruction encoding for "bd(n)z" on PowerPC,
Ulrich Weigand
2012-11-13
3
-14
/
+15
*
Fix instruction encoding for "isel" on PowerPC,
Ulrich Weigand
2012-11-13
3
-2
/
+22
*
Make TOC order deterministic by using MapVector instead of DenseMap.
Ulrich Weigand
2012-11-12
1
-3
/
+3
*
On PowerPC64, integer return values (as well as arguments) are supposed
Ulrich Weigand
2012-11-05
2
-7
/
+50
*
Add support for the PowerPC-specific inline asm Z constraint and y modifier.
Hal Finkel
2012-11-05
2
-2
/
+27
*
[PATCH] PowerPC: Expand load extend vector operations
Adhemerval Zanella
2012-11-05
1
-0
/
+10
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
2
-4
/
+4
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-2
/
+1
*
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
2012-10-31
1
-0
/
+19
*
PowerPC: Expand FSRQT for vector types
Adhemerval Zanella
2012-10-30
1
-0
/
+6
*
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-30
2
-13
/
+141
*
This patch solves a problem with passing varargs parameters under the PPC64
Bill Schmidt
2012-10-29
1
-1
/
+11
*
Allow i32/i64 for 'f' constraint on PowerPC.
Ulrich Weigand
2012-10-29
1
-2
/
+2
*
PPCSubtarget.h: Add explicit braces.
NAKAMURA Takumi
2012-10-29
1
-1
/
+2
*
PPCSubtarget.h: Whitespace.
NAKAMURA Takumi
2012-10-29
1
-22
/
+22
*
This patch adds alignment information for long double to the 64-bit PowerPC
Bill Schmidt
2012-10-29
1
-0
/
+6
*
PowerPC: Fix for rldcl/rldicl/rldicr MC emission
Adhemerval Zanella
2012-10-26
1
-6
/
+6
*
This patch fixes the MC object emission of 'nop' for external function calls
Adhemerval Zanella
2012-10-25
3
-7
/
+17
*
This patch addresses a PPC64 ELF issue with passing parameters consisting of
Bill Schmidt
2012-10-25
1
-21
/
+29
[next]