aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Fix arguments for some Altivec instructions. From SWB.Dale Johannesen2007-08-091-9/+15
* Fix spelling of mtvscr and mfvscr.Dale Johannesen2007-08-071-2/+2
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-2/+2
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* Some out operands were incorrectly specified as input operands.Evan Cheng2007-08-012-17/+17
* Vector fneg must be expanded into fsub -0.0, X.Evan Cheng2007-07-303-2/+21
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-1/+4
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-8/+6
* Fix debug info and globals filled with zeros.Nick Lewycky2007-07-252-13/+26
* No more noResults.Evan Cheng2007-07-213-14/+11
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-202-4/+8
* Oops. These stores actually produce results.Evan Cheng2007-07-202-9/+9
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-196-463/+479
* Long live the exception handling!Anton Korobeynikov2007-07-142-4/+6
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-131-1/+1
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-111-0/+7
* Change getCopyToParts and getCopyFromParts to always use target-endianDan Gohman2007-07-091-2/+2
* The various "getModuleMatchQuality" implementations should returnChris Lattner2007-07-091-0/+3
* Do away with ImmutablePredicateOperand.Evan Cheng2007-07-061-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-052-2/+2
* PPC conditional branch predicate does not change after isel.Evan Cheng2007-07-051-1/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-2/+0
* Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ...Evan Cheng2007-06-291-1/+4
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-223-6/+8
* describe an argument, hide it.Chris Lattner2007-06-191-1/+3
* If a function is vararg, never pass inreg arguments in registers. Thanks toChris Lattner2007-06-191-1/+2
* Rename MVT::getVectorBaseType to MVT::getVectorElementType.Dan Gohman2007-06-141-2/+2
* Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen2007-06-131-0/+10
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-081-3/+3
* Implementation of compilation callback in PPC ELF32Nicolas Geoffray2007-05-291-31/+32
* name change requested by review of previous patchDale Johannesen2007-05-222-2/+2
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-222-0/+5
* BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng2007-05-211-0/+1
* Apply this patch:Dan Gohman2007-05-181-1/+1
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-182-13/+16
* add support for 128-bit add/sub on ppc64Chris Lattner2007-05-171-0/+34
* fix some subtle inline asm selection issuesChris Lattner2007-05-151-9/+17
* PredicateOperand can be used as a normal operand for isel.Evan Cheng2007-05-081-1/+1
* R0 is a sub-register of X0, etc.Evan Cheng2007-05-081-3/+3
* revert accidental commitChris Lattner2007-05-031-1/+3
* add support for printing offset of globalChris Lattner2007-05-032-3/+6
* Drop 'const'Devang Patel2007-05-032-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-022-4/+4
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-012-1/+7
* eliminateFrameIndex() change.Evan Cheng2007-05-012-2/+4
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-011-1/+50
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-251-7/+6
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-251-5/+5
* Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.llChris Lattner2007-04-241-0/+6
* Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2Chris Lattner2007-04-091-0/+3