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.cpp
Age
Commit message (
Expand
)
Author
2013-05-13
PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.
Bill Schmidt
2013-05-08
Remove unused isLegalAddressImmediate() method.
Roman Divacky
2013-05-08
Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.
Bill Schmidt
2013-04-23
Change commentary for PowerPC Boolean vector contents.
Bill Schmidt
2013-04-23
DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...
Owen Anderson
2013-04-07
Cleanup and improve PPC fsel generation
Hal Finkel
2013-04-05
Enable early if conversion on PPC
Hal Finkel
2013-04-04
Rename the current PPC BCL definition to BCLalways
Hal Finkel
2013-04-04
PPC: Improve code generation for mixed-precision reciprocal sqrt
Hal Finkel
2013-04-03
Cleanup PPC reciprocal-estimate functionality
Hal Finkel
2013-04-03
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-02
Fix PR15630: Replace faulty stdcx. with stwcx.
Bill Schmidt
2013-04-02
Fix typo in PPCISelLowering
Hal Finkel
2013-04-01
Fix a bad assert in PPCTargetLowering
Hal Finkel
2013-04-01
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
Add the PPC popcntw instruction
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-29
Implement FRINT lowering on PPC using frin
Hal Finkel
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
2013-03-28
Only enable 64-bit bswap DAG combines for PPC64
Hal Finkel
2013-03-28
Fix bad indentation in r178276
Hal Finkel
2013-03-28
Add the PPC64 ldbrx/stdbrx instructions
Hal Finkel
2013-03-28
Add the PPC64 popcntd instruction
Hal Finkel
2013-03-27
Fix typo (common to both X86 and PPC)
Hal Finkel
2013-03-26
PowerPC: Simplify FADD in round-to-zero mode.
Ulrich Weigand
2013-03-26
PowerPC: Use CCBITRC operand for ISEL patterns.
Ulrich Weigand
2013-03-22
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
Fix swapped BasePtr and Offset in pre-inc memory addresses.
Ulrich Weigand
2013-03-21
Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class
Hal Finkel
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-19
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-18
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-03-15
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].
Bill Schmidt
2013-02-20
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-06
PPC calling convention cleanup.
Bill Schmidt
2013-02-05
Move MRI liveouts to PowerPC return instructions.
Jakob Stoklund Olesen
2013-02-04
Disable a couple more vector splat optimizations on PPC.
Benjamin Kramer
2013-02-04
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
[next]