Enable exceptions handling on PPC64 now that cr misaligned spilling
[oota-llvm.git] / lib / Target / PowerPC /
2012-09-12 Roman DivackyEnable exceptions handling on PPC64 now that cr misalig...
2012-09-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-05 Hal FinkelMove the PPC TOC defs into the PPC64 InstrInfo file.
2012-09-03 Roman DivackyRemove always true checks. Noticed by Adhemerval Zanella.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Fix r162725.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Whitespace.
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Hal FinkelSplit several PPC instruction classes.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-28 Hal FinkelOptimize zext on PPC64.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-24 Jakob Stoklund OlesenAdd missing SDNPSideEffect flags.
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2012-08-16 Roman DivackyFix typo and grammar. By Adhemerval Zanella.
2012-08-08 Jakob Stoklund OlesenDon't use getNextOperandForReg().
2012-08-07 Hal FinkelAdd a comment about mftb vs. mfspr on PPC.
2012-08-06 Hal FinkelMFTB on PPC64 should really be encoded using MFSPR.
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-08-03 Gabor Greifallow 'make CPPFLAGS=<something>' work again
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-23 Craig TopperSilence an unused variable warning on release builds.
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Hal FinkelConvert the PPC backend to use the new FMA infrastructure.
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Hal FinkelMark most PPC register classes to avoid write-after...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-13 Hal FinkelAdd another missing 64-bit itinerary definition for...
2012-06-12 Hal FinkelAdd some missing 64-bit itinerary definitions for the...
2012-06-12 Hal FinkelSplit out the PPC instruction class IntSimple from...
2012-06-12 Hal FinkelFixes for PPC host detection and features.
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Jakob Stoklund OlesenRevert r158337 "Move PPC host-CPU detection logic from...
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-06-11 Hal FinkelEnable MFOCRF generation on the PPC A2 core.
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd A2 to the list of PPC CPUs recognized by Linux...
2012-06-11 Hal FinkelEmit the two-operand form of the PPC mfcr instruction...
2012-06-11 Hal FinkelAdd local CPU detection for Linux PPC.
2012-06-11 Hal FinkelAdd POWER6 and POWER7 CPU types to the PPC backend.
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-10 Hal FinkelUse critical anti-dep. breaking on all PPC targets...
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Hal FinkelEnable tail merging on PPC.
2012-06-08 Hal FinkelRemove the TODO statement in the PPC README re: CTR...
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
2012-06-08 Hal FinkelMark the PPC CTRRC and CTRRC8 register classes as non...
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-05 Roman DivackyPPC32 uses R2 as the TLS register. Fix the copy and...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Hal FinkelFix a copy-and-paste duplication error in the PPC 440...
2012-06-04 Hal FinkelEnable generating PPC pre-increment (r+imm) instruction...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-05-19 Hal FinkelAdd a FIXME about access to negative stack-pointer...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-09 Roman DivackyMark .opd @progbits, thus avoiding a warning from asm.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-04 Jakob Stoklund OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-20 Gabor Greifeffectively back out my last change (r155190)
2012-04-20 Gabor Greiffix obviously bogus (IMO) operand index of the load...
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-04-19 Gabor Greifzap tabs
2012-04-17 Jay FoadRemove unused CCIfSubtarget.
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-03 Anton KorobeynikovMake PPCCompilationCallbackC function to be static...
2012-04-02 Hal FinkelThe binutils for the IBM BG/P are too old to support...
2012-04-02 Roman DivackyImplement the SVR4 byval alignment for aggregates....
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-04-01 Hal FinkelFix some 80-col. violations I introduced with the A2...
2012-04-01 Hal FinkelEnable prefetch generation on PPC64.
2012-04-01 Hal FinkelAdd LdStSTD* itin. for the PPC64 A2 core.
2012-04-01 Hal FinkelSet the default PPC node scheduling preference to ILP...
2012-04-01 Hal FinkelAdd ppc440 itin. entries for LdStSTD*
2012-04-01 Hal FinkelUse full anti-dep. breaking with post-ra sched. on...
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-04-01 Hal FinkelSplit the LdStGeneral PPC itin. class into LdStLoad...
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-26 Craig TopperPrune some includes and forward declarations.
next