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
2013-04-01
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
Treat PPCISD::STFIWX like the memory opcode that it is
Hal Finkel
2013-03-31
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-26
PowerPC: Simplify FADD in round-to-zero mode.
Ulrich Weigand
2013-03-22
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-15
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-01
Fix PR10475
Michael Liao
2013-02-21
Large code model support for PowerPC.
Bill Schmidt
2013-02-20
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-10-23
This is another TLC patch for separating code for the Darwin and ELF ABIs
Bill Schmidt
2012-10-05
This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4
Bill Schmidt
2012-09-19
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-08-28
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-06-22
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-01
Set the default PPC node scheduling preference to ILP (for the embedded cores).
Hal Finkel
2012-03-31
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2011-10-26
Rename NonScalarIntSafe to something more appropriate.
Lang Hames
2011-10-14
Add an implementation of the CanLowerReturn function to the PPC backend
Hal Finkel
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-06-02
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2010-11-15
add targetoperand flags for jump tables, constant pool and block address
Chris Lattner
2010-10-29
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-05-20
The PPC MFCR instruction implicitly uses all 8 of the CR
Dale Johannesen
2010-05-01
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
[next]