aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
AgeCommit message (Expand)Author
2012-08-30PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi
2012-08-30PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi
2012-08-28Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel
2012-08-28Eliminate redundant CR moves on PPC32.Hal Finkel
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-16Fix typo and grammar. By Adhemerval Zanella.Roman Divacky
2012-08-04Add readcyclecounter lowering on PPC64.Hal Finkel
2012-07-02Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng
2012-06-22Add support for the PPC isel instruction.Hal Finkel
2012-06-22Convert the PPC backend to use the new FMA infrastructure.Hal Finkel
2012-06-20Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel
2012-06-19Add support for generating reg+reg preinc stores on PPC.Hal Finkel
2012-06-10Enable ILP scheduling for all nodes by default on PPC.Hal Finkel
2012-06-05PPC32 uses R2 as the TLS register. Fix the copy and paste.Roman Divacky
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-06-04Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-04-20effectively back out my last change (r155190)Gabor Greif
2012-04-20fix obviously bogus (IMO) operand index of the load in assertsGabor Greif
2012-04-20Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-04-19zap tabsGabor Greif
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-04-02Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.Roman Divacky
2012-04-01Enable prefetch generation on PPC64.Hal Finkel
2012-04-01Set the default PPC node scheduling preference to ILP (for the embedded cores).Hal Finkel
2012-03-31Fix dynamic linking on PPC64.Hal Finkel
2012-03-27Remove unnecessary llvm:: qualificationsCraig Topper
2012-03-24Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper
2012-03-11Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper
2012-03-06Convert PowerPC to register mask operands.Roman Divacky
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-22Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-20Remove a bunch of unused variable assignments.Benjamin Kramer
2012-01-15Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer
2012-01-07Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-12-08Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-22add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-10-26Rename NonScalarIntSafe to something more appropriate.Lang Hames
2011-10-17Revert change to function alignment b/c existing logic was fineHal Finkel