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
...
*
Fix typo (common to both X86 and PPC)
Hal Finkel
2013-03-27
1
-1
/
+1
*
PowerPC: Simplify FADD in round-to-zero mode.
Ulrich Weigand
2013-03-26
1
-47
/
+26
*
PowerPC: Use CCBITRC operand for ISEL patterns.
Ulrich Weigand
2013-03-26
1
-15
/
+15
*
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
1
-11
/
+11
*
Fix swapped BasePtr and Offset in pre-inc memory addresses.
Ulrich Weigand
2013-03-22
1
-1
/
+21
*
Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class
Hal Finkel
2013-03-21
1
-5
/
+8
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
1
-0
/
+258
*
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-21
1
-7
/
+10
*
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-19
1
-8
/
+8
*
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-03-18
1
-1
/
+7
*
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
1
-0
/
+29
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-9
/
+6
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-1
/
+1
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-7
/
+7
*
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
1
-24
/
+11
*
Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].
Bill Schmidt
2013-02-20
1
-1
/
+7
*
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-20
1
-8
/
+8
*
PPC calling convention cleanup.
Bill Schmidt
2013-02-06
1
-32
/
+32
*
Move MRI liveouts to PowerPC return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-21
/
+9
*
Disable a couple more vector splat optimizations on PPC.
Benjamin Kramer
2013-02-04
1
-2
/
+4
*
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
1
-0
/
+5
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-0
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-2
/
+2
*
Expand PPC64 atomic load and store
Hal Finkel
2012-12-25
1
-0
/
+2
*
PowerPC: Expand VSELECT nodes.
Benjamin Kramer
2012-12-19
1
-0
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
1
-3
/
+6
*
This is another cleanup patch for 64-bit PowerPC TLS processing. I had
Bill Schmidt
2012-12-13
1
-1
/
+1
*
This is just a clean-up patch that simplifies the initial-exec TLS logic by
Bill Schmidt
2012-12-13
1
-9
/
+5
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-4
/
+34
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
1
-6
/
+5
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
1
-2
/
+2
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-12
/
+39
*
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
[prev]
[next]