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
Age
Commit message (
Expand
)
Author
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-23
tyops
Gabor Greif
2010-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-04
Implement target specific getDebugValueLocation().
Devang Patel
2010-08-04
Use indirect calls in PowerPC JIT.
Torok Edwin
2010-08-02
PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.
Eli Friedman
2010-07-30
PPC doesn't supported VLA with large alignment. This was
Dale Johannesen
2010-07-23
fix constness warnings
Gabor Greif
2010-07-22
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
Emit COPY instead of FMR/FMSD instructions for floating point conversion on
Jakob Stoklund Olesen
2010-07-16
Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory
Jakob Stoklund Olesen
2010-07-11
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
Replace copyRegToReg with copyPhysReg for PowerPC.
Jakob Stoklund Olesen
2010-07-07
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-18
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-08
Reapply r105521, this time appending "LLU" to 64 bit
Bruno Cardoso Lopes
2010-06-05
revert r105521, which is breaking the buildbots with stuff like this:
Chris Lattner
2010-06-05
Initial AVX support for some instructions. No patterns matched
Bruno Cardoso Lopes
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
cleanup
Rafael Espindola
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-25
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-24
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices are
Jakob Stoklund Olesen
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-20
The PPC MFCR instruction implicitly uses all 8 of the CR
Dale Johannesen
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
Set isTerminator on TRAP instructions.
Dan Gohman
2010-05-14
Don't use isBarrier for the PowerPC sync instruction. isBarrier is for
Dan Gohman
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-05
No-ops emitted for scheduling don't correspond with anything in the
Dan Gohman
[next]