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
/
PPCISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
effectively back out my last change (r155190)
Gabor Greif
2012-04-20
1
-2
/
+2
*
fix obviously bogus (IMO) operand index of the load in asserts
Gabor Greif
2012-04-20
1
-3
/
+3
*
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-19
/
+19
*
zap tabs
Gabor Greif
2012-04-19
1
-7
/
+7
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-14
/
+3
*
Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.
Roman Divacky
2012-04-02
1
-1
/
+10
*
Enable prefetch generation on PPC64.
Hal Finkel
2012-04-01
1
-0
/
+3
*
Set the default PPC node scheduling preference to ILP (for the embedded cores).
Hal Finkel
2012-04-01
1
-0
/
+9
*
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
1
-8
/
+15
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
1
-1
/
+1
*
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-03-24
1
-5
/
+17
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-7
/
+7
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-4
/
+4
*
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
1
-12
/
+12
*
Convert PowerPC to register mask operands.
Roman Divacky
2012-03-06
1
-0
/
+6
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-3
/
+4
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
1
-4
/
+3
*
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
1
-3
/
+4
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Remove a bunch of unused variable assignments.
Benjamin Kramer
2012-01-20
1
-2
/
+1
*
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
1
-2
/
+1
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+6
*
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
1
-0
/
+7
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-10
/
+16
*
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-22
1
-0
/
+2
*
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-15
1
-1
/
+0
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
1
-21
/
+26
*
Rename NonScalarIntSafe to something more appropriate.
Lang Hames
2011-10-26
1
-2
/
+2
*
Revert change to function alignment b/c existing logic was fine
Hal Finkel
2011-10-17
1
-10
/
+3
*
Instructions for Book E PPC should be word aligned, set function alignment to...
Hal Finkel
2011-10-17
1
-3
/
+10
*
Add an implementation of the CanLowerReturn function to the PPC backend
Hal Finkel
2011-10-14
1
-0
/
+11
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-1
/
+2
*
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-06
1
-9
/
+13
*
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-08-30
1
-2
/
+6
*
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...
Eli Friedman
2011-08-29
1
-0
/
+3
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
1
-0
/
+2
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-1
/
+1
*
Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
Roman Divacky
2011-07-24
1
-2
/
+2
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-5
/
+5
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+2
*
Remove accidentaly left node from previous iteration of the patch.
Roman Divacky
2011-07-04
1
-3
/
+0
*
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-28
1
-5
/
+123
*
Fix a few places where 32bit instructions/registerset were used on PPC64.
Roman Divacky
2011-06-17
1
-3
/
+11
*
PR10136: fix PPCTargetLowering::LowerCall_SVR4 so that a necessary CopyToReg ...
Eli Friedman
2011-06-14
1
-7
/
+6
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-17
/
+17
*
Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
Roman Divacky
2011-06-03
1
-1
/
+1
*
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
1
-2
/
+8
[next]