summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-30
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-10
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Optimize zext on PPC64.Hal Finkel2012-08-28
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-21
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-20
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-11
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...Hal Finkel2011-12-08
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky2011-06-20
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-03
* Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointlessCameron Zwarich2011-05-19
* Fix the last virtual register enumerations.Jakob Stoklund Olesen2011-01-08
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* zap dead code.Chris Lattner2010-09-04
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-20
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-29
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-02
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Make capitalization of names starting "is" more consistent.Dale Johannesen2009-11-24
* Remove an incorrect overaggressive optimizationDale Johannesen2009-11-20
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-18
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-15
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Implement changes from Chris's feedback.Torok Edwin2009-07-08