aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second attempt:Bill Wendling2009-04-294-28/+32
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-284-32/+28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-284-28/+32
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-273-195/+207
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-243-210/+195
* PR2957Nate Begeman2009-04-243-195/+210
* Fix spurious indentation in a comment.Dan Gohman2009-04-231-1/+1
* Fix some failures in targets on available_externally functions,Chris Lattner2009-04-171-0/+6
* Pass in the std::string parameter instead of returning it by value.Bill Wendling2009-04-101-1/+2
* fix warning in -asserts build.Chris Lattner2009-03-261-4/+2
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-254-16/+16
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-15/+32
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-4/+2
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-13/+23
* Use early exit to reduce indentation. No functional change.Bob Wilson2009-03-031-128/+128
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-032-3/+3
* Generalize BuildVectorSDNode::isConstantSplat to use APInts and handleBob Wilson2009-03-021-8/+11
* Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a newBob Wilson2009-03-011-106/+5
* Alignment values for i64 and f64 on ppc64 were wrong,Dale Johannesen2009-02-271-1/+3
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-15/+110
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-251-6/+6