summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Trivial cleanupBill Schmidt2013-02-211-2/+2
* Large code model support for PowerPC.Bill Schmidt2013-02-211-6/+7
* Code review cleanup for r175697Bill Schmidt2013-02-211-11/+7
* PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt2013-02-211-0/+155
* Additional fixes for bug 15155.Bill Schmidt2013-02-201-9/+50
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-201-0/+30
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-131-1/+18
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-071-3/+8
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt2012-12-131-47/+0
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-0/+26
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-0/+16
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-0/+43
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-301-13/+133
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-101-1/+3
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-2/+21
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Optimize zext on PPC64.Hal Finkel2012-08-281-0/+9
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-211-1/+6
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-201-2/+34
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-191-0/+12
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-111-2/+2
* 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
OpenPOWER on IntegriCloud