aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-2/+2
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-2/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...Hal Finkel2011-12-081-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+2
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+0
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+1
* Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky2011-06-201-14/+23
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-031-1/+2
* Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointlessCameron Zwarich2011-05-191-2/+2
* Fix the last virtual register enumerations.Jakob Stoklund Olesen2011-01-081-3/+4
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-11/+0
* whitespaceAndrew Trick2010-12-241-86/+86
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-6/+6
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-8/+5
* zap dead code.Chris Lattner2010-09-041-3/+0
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-201-3/+5
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-3/+2
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-2/+2
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-291-10/+10
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-12/+0
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-19/+17
* Make capitalization of names starting "is" more consistent.Dale Johannesen2009-11-241-4/+4
* Remove an incorrect overaggressive optimizationDale Johannesen2009-11-201-5/+3
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-2/+0
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-80/+81
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-41/+0
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-22/+6
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-151-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-105/+105
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-104/+104
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-11/+6
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-6/+11
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-11/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-7/+7
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+4
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-3/+5
* Fix some failures in targets on available_externally functions,Chris Lattner2009-04-171-0/+6
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-131-8/+10
* fix PR3538 for PPCChris Lattner2009-02-121-4/+14
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-061-18/+18
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-18/+20
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-18/+21
* Fix 80 col violations.Evan Cheng2009-01-191-2/+2
* Handle ISD::DECLARE with PIC relocation model.Evan Cheng2009-01-191-4/+15
* Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng2009-01-161-0/+20
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-151-1/+1