index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCISelLowering.cpp
Age
Commit message (
Expand
)
Author
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-03
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
Small cleanups in the PowerPC backend.
Tilmann Scheller
2009-07-01
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-04
Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
Dale Johannesen
2009-05-28
Return the operand rather than a null SDValue when the given SELECT_CC
Eli Friedman
2009-05-27
Ger rid of some dead code.
Eli Friedman
2009-05-24
Make the PPC backend use a legal type for the operands to the BUILD_VECTOR
Eli Friedman
2009-05-11
Don't #include DerivedTypes.h from TargetData.h.
Jay Foad
2009-04-27
2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.
Nate Begeman
2009-04-24
Revert 69952. Causes testsuite failures on linux x86-64.
Rafael Espindola
2009-04-24
PR2957
Nate Begeman
2009-03-03
Use early exit to reduce indentation. No functional change.
Bob Wilson
2009-03-02
Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle
Bob Wilson
2009-03-01
Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new
Bob Wilson
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-25
Remove all "cached" data from BuildVectorSDNode, preferring to retrieve
Scott Michel
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-13
Remove refs to non-DebugLoc version of BuildMI from PowerPC.
Dale Johannesen
2009-02-07
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
Eliminate remaining non-DebugLoc version of getTargetNode.
Dale Johannesen
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-05
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-02-04
Remove a few non-DebugLoc versions of node creation
Dale Johannesen
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-16
Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...
Evan Cheng
2009-01-15
Const-qualify getPreIndexedAddressParts and friends.
Dan Gohman
2009-01-01
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2008-12-01
There are no longer any places that require a
Duncan Sands
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-24
If the type legalizer actually legalized anything
Duncan Sands
2008-11-23
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-07
Make FP tests requiring two compares work on PPC (PR 642).
Dale Johannesen
2008-10-30
Shift amounts should have type getShiftAmountTy
Duncan Sands
2008-10-28
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
[next]