index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-10
/
+27
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-0
/
+3
*
PowerPC: Lowering floor intrinsic for Altivec
Adhemerval Zanella
2012-11-15
1
-0
/
+4
*
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
*
On PowerPC64, integer return values (as well as arguments) are supposed
Ulrich Weigand
2012-11-05
1
-7
/
+43
*
Add support for the PowerPC-specific inline asm Z constraint and y modifier.
Hal Finkel
2012-11-05
1
-0
/
+11
*
[PATCH] PowerPC: Expand load extend vector operations
Adhemerval Zanella
2012-11-05
1
-0
/
+10
*
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
1
-0
/
+8
*
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
*
This patch addresses a PPC64 ELF issue with passing parameters consisting of
Bill Schmidt
2012-10-25
1
-21
/
+29
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+2
*
This is another TLC patch for separating code for the Darwin and ELF ABIs
Bill Schmidt
2012-10-23
1
-185
/
+449
*
This patch fixes failures in the SingleSource/Regression/C/uint64_to_float
Ulrich Weigand
2012-10-18
1
-1
/
+46
*
This patch addresses PR13949.
Bill Schmidt
2012-10-16
1
-6
/
+25
*
This patch addresses PR13947.
Bill Schmidt
2012-10-11
1
-0
/
+8
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-10-08
1
-1
/
+3
*
Add floating-point to and from integer conversion
Adhemerval Zanella
2012-10-08
1
-0
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4
Bill Schmidt
2012-10-05
1
-24
/
+302
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Specify MachinePointerInfo as refering to the argument value and offset of the
Roman Divacky
2012-09-24
1
-3
/
+5
*
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-09-19
1
-47
/
+128
*
Fix the isLocalCall() by checking for linker weakness as well.
Roman Divacky
2012-09-18
1
-1
/
+2
*
Optimize local func calls to not emit nop for TOC restoration.
Roman Divacky
2012-09-18
1
-2
/
+10
*
Fix PR11985
Michael Liao
2012-09-12
1
-2
/
+2
*
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
1
-1
/
+5
*
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-30
1
-1
/
+1
*
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-28
1
-0
/
+15
*
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-08-28
1
-8
/
+14
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-8
/
+7
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
1
-0
/
+16
*
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-1
/
+1
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
1
-1
/
+3
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
1
-10
/
+17
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
1
-5
/
+31
*
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-22
1
-2
/
+23
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
1
-7
/
+2
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
1
-1
/
+9
*
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
1
-4
/
+6
*
PPC32 uses R2 as the TLS register. Fix the copy and paste.
Roman Divacky
2012-06-05
1
-3
/
+3
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-1
/
+26
*
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-06-04
1
-5
/
+3
[next]