aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* eliminate extra space.Edwin Török2009-07-141-2/+2
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-5/+4
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-119-26/+29
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-8/+10
* Implement changes from Chris's feedback.Edwin Török2009-07-087-33/+36
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-064-1/+65
* Various small changes related to the Condition Register on PowerPC.Tilmann Scheller2009-07-034-47/+68
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-0312-572/+370
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-038-58/+1105
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-1/+1
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-032-35/+21
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-021-0/+2
* simplify some logic by using isWeakForLinker(). Thanks to Anton forChris Lattner2009-07-021-5/+2
* clarify: stub emission depends on the version of the linker you use, it has n...Chris Lattner2009-07-021-5/+4
* Add darwin stub removal to wishlist.Dale Johannesen2009-07-011-0/+11
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-012-2/+2
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-011-5/+8
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-011-8/+28
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-014-23/+15
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-303-3/+12
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+1
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-251-0/+1
* No need to code gen MDNodesDevang Patel2009-06-251-0/+3
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-20/+3
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-241-9/+0
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-19/+0
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-232-9/+4
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-5/+1
* Initialize MMIDevang Patel2009-06-201-0/+4
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-16/+0
* merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner2009-06-191-42/+2
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-182-6/+1
* simplify macro debug info directive handling.Chris Lattner2009-06-181-2/+2
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-4/+3
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-162-0/+11
* PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec Eli Friedman2009-06-071-0/+22
* Add explicit keywords.Dan Gohman2009-06-051-1/+1
* Add new function attribute - noredzone. Devang Patel2009-06-041-0/+1
* Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This wasDale Johannesen2009-06-042-10/+12
* Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes2009-06-012-18/+21
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-306-53/+129
* Return the operand rather than a null SDValue when the given SELECT_CC Eli Friedman2009-05-281-3/+3
* Ger rid of some dead code.Eli Friedman2009-05-271-3/+0
* Make the PPC backend use a legal type for the operands to the BUILD_VECTOREli Friedman2009-05-241-5/+3
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-1/+3
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-132-41/+63
* Don't #include DerivedTypes.h from TargetData.h.Jay Foad2009-05-111-0/+1
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-2/+2
* PPC::B and PPC::BCC's target operand may be an immediate.Evan Cheng2009-05-081-0/+9
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-294-17/+29