summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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