aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-155-664/+702
* Whitespace cleanupAnton Korobeynikov2010-11-151-4/+4
* implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner2010-11-144-35/+172
* with the picbase nonsense starting to be figured out, implementChris Lattner2010-11-141-0/+22
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-142-2/+3
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-142-3/+27
* lower PPC::MFCRpseud when transforming to MC, avoiding callingChris Lattner2010-11-142-2/+18
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-142-3/+18
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-142-19/+39
* properly wire up the instprinter to the ppc64 backend, down to 5 failures.Chris Lattner2010-11-141-1/+1
* implement pretty printing support for the various pseudoChris Lattner2010-11-141-0/+45
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-142-4/+17
* implement basic support for symbol operand lowering,Chris Lattner2010-11-143-3/+63
* switch PPC to a simplified MCInstLowering model.Chris Lattner2010-11-144-92/+13
* fix PPC.h to not pull in TargetMachine.hChris Lattner2010-11-141-2/+2
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-142-5/+72
* implement several trivial operand printers, reducingChris Lattner2010-11-142-6/+56
* Implement support for printing register and immediate operands,Chris Lattner2010-11-143-6/+46
* stub out PPCMCInstLowering, add a new option that uses it and the newChris Lattner2010-11-144-0/+154
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-146-1/+144
* move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner2010-11-145-22/+2
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-041-6/+6
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-8/+8
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-292-2/+49
* Remove some variables that are never really usedDuncan Sands2010-10-211-1/+0
* PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen2010-10-111-33/+13
* fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner2010-10-101-0/+4
* Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach2010-10-081-3/+3
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-284-4/+4
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-8/+5
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-26/+30
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-211-4/+6
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-211-1/+2
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-25/+30
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-1/+2
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-212-6/+9
* add a readme.Chris Lattner2010-09-191-0/+25
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-101-2/+2
* zap dead code.Chris Lattner2010-09-043-11/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-262-11/+8
* tyopsGabor Greif2010-08-231-1/+1
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-062-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-062-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-052-2/+2
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+14
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-043-10/+31
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-021-3/+3
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-301-2/+2