index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCISelLowering.h
Age
Commit message (
Expand
)
Author
2009-09-18
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-02
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-08-31
Revert commit 80428. It completely broke exception
Duncan Sands
2009-08-29
- Add target lowering methods to get the preferred format for the FDE and LSDA
Bill Wendling
2009-08-15
Add support for the PowerPC 64-bit SVR4 ABI.
Tilmann Scheller
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-05
Major calling convention code refactoring.
Dan Gohman
2009-08-01
Fix typos in comments.
Dan Gohman
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
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-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-04-23
Fix spurious indentation in a comment.
Dan Gohman
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-05
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
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
Change the interface to the type legalization method
Duncan Sands
2008-10-21
Disable constant-offset folding for PowerPC, as the PowerPC target
Dan Gohman
2008-09-24
Properly handle 'm' inline asm constraints. If a GV is being selected for the...
Evan Cheng
2008-09-23
Fix these enums' starting values to reflect the way that
Dan Gohman
2008-09-17
Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
Bill Wendling
2008-09-13
Define CallSDNode, an SDNode subclass for use with ISD::CALL.
Dan Gohman
2008-08-28
Implement partial-word binary atomics on ppc.
Dale Johannesen
2008-08-25
Implement 32 & 64 bit versions of PPC atomic
Dale Johannesen
2008-08-25
Remove PPC-specific lowering for atomics; the
Dale Johannesen
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2008-07-12
Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!
Evan Cheng
2008-07-04
Rather than having a different custom legalization
Duncan Sands
2008-06-25
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-30
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-26
A few inline asm cleanups:
Chris Lattner
2008-04-19
64-bit atomic operations.
Evan Cheng
2008-04-19
PPC32 atomic operations.
Evan Cheng
2008-03-19
Add support for multiple return values for the PPC target by
Dan Gohman
2008-03-10
Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's
Scott Michel
2008-03-04
Move PPC lowering functions into PPCTargetLowering
Dale Johannesen
2008-02-28
Interface of getByValTypeAlignment differed between
Dale Johannesen
2008-02-13
Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits
Dan Gohman
2008-02-13
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Dan Gohman
2008-01-30
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...
Evan Cheng
[prev]
[next]