Add file MipsLongBranch.cpp.
[oota-llvm.git] / lib /
2012-06-14 Akira HatanakaAdd file MipsLongBranch.cpp.
2012-06-14 Akira HatanakaRemove code in MipsAsmPrinter and MipsMCInstLower.
2012-06-14 Akira HatanakaAdd long branch expansion pass for MIPS.
2012-06-14 Akira HatanakaAdd AT to the list of registers clobbered by branches...
2012-06-14 Akira HatanakaIn MipsRegisterInfo::eliminateFrameIndex, call Mips...
2012-06-14 Akira HatanakaIn MipsFrameLowering::emitPrologue and emitEpilogue...
2012-06-14 Akira HatanakaDefine function MipsInstrInfo::GetInstSizeInBytes,...
2012-06-14 Akira HatanakaIn MipsISelDAGToDAG.cpp, store the global base register...
2012-06-14 Akira HatanakaAdd methods to MipsFunctionInfo for initializing and...
2012-06-13 Akira HatanakaBundle jump/branch instructions with the instructions...
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-13 Akira HatanakaSimplify CreateLoadLR and CreateStoreLR in MipsISelLowe...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-06-13 Richard OsborneFix pattern for MKMSK instruction.
2012-06-13 Pete CooperRevert "Allow SROA to look at a vector type and see...
2012-06-13 Pete CooperAllow SROA to look at a vector type and see if the...
2012-06-13 Argyrios KyrtzidisFix building ThreadLocal.cpp with --disable-threads.
2012-06-13 Kay Tiong Khoo*typo: Cyles changed to Cycles
2012-06-13 Duncan SandsIt is possible for several constants which aren't indiv...
2012-06-13 Duncan SandsWhen linearizing a multiplication, return at once if...
2012-06-13 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
2012-06-13 Hal FinkelAdd another missing 64-bit itinerary definition for...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-06-13 Jakob Stoklund OlesenEliminate struct TableGenBackend.
2012-06-13 Akira HatanakaClean up trailing blanks in Mips16InstrFormats.td
2012-06-13 Akira Hatanakadisable use of directive .set nomicromips
2012-06-13 Andrew Tricksched: fix latency of memory dependence chain edges...
2012-06-13 Andrew Tricksched: Avoid trivially redundant DAG edges. Take the...
2012-06-13 Akira Hatanaka1. fix places where immed is used in place of imm to...
2012-06-12 Hal FinkelAdd some missing 64-bit itinerary definitions for the...
2012-06-12 Duncan SandsUse DenseMap as SmallMap workaround rather than std...
2012-06-12 Duncan SandsUse std::map rather than SmallMap because SmallMap...
2012-06-12 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
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 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Argyrios KyrtzidisSatisfy C++ aliasing rules, per suggestion by Chandler.
2012-06-12 Jakob Stoklund OlesenRevert r158337 "Move PPC host-CPU detection logic from...
2012-06-12 Argyrios KyrtzidisFor llvm::sys::ThreadLocalImpl instead of malloc'ing...
2012-06-11 Andrew Trickmisched: When querying RegisterPressureTracker, always...
2012-06-11 Andrew Trickmisched: regpressure getMaxPressureDelta, revert accide...
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-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-06-11 Bill WendlingRe-enable the CMN instruction.
2012-06-11 Benjamin KramerInstCombine: factor code better.
2012-06-10 Benjamin KramerInstCombine: Turn (zext A) == (B & (1<<X)-1) into A...
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-10 Nadav RotemAdd AutoUpgrade support for the SSE4 ptest intrinsics.
2012-06-10 Hal FinkelUse critical anti-dep. breaking on all PPC targets...
2012-06-10 Craig TopperAdd intrinsics for immediate form of XOP vprot instruct...
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Craig TopperUse XOP vpcom intrinsics in patterns instead of a targe...
2012-06-09 Craig TopperReplace XOP vpcom intrinsics with fewer intrinsics...
2012-06-09 Aaron BallmanDisabling a spurious deprecation warning about using...
2012-06-09 Aaron BallmanFixing a typo in the comments.
2012-06-09 Benjamin KramerAllocate the contents of DwarfDebug's StringMaps in...
2012-06-09 Duncan SandsSilence a gcc-4.6 warning: GCC fails to understand...
2012-06-09 Hal FinkelEnable tail merging on PPC.
2012-06-09 Andrew TrickRegister pressure: added getPressureAfterInstr.
2012-06-09 Jakob Stoklund OlesenSketch a LiveRegMatrix analysis pass.
2012-06-09 Jack CarterTest commit
2012-06-09 Jakob Stoklund OlesenAlso compute MBB live-in lists in the new rewriter...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-08 Jakob Stoklund OlesenReintroduce VirtRegRewriter.
2012-06-08 Nuno Lopescanonicalize:
2012-06-08 Evan ChengStart implementing pre-ra if-converter: using speculati...
2012-06-08 Andrew TrickTargetInstrInfo hooks implemented in codegen should...
2012-06-08 Duncan SandsReapply commit 158073 with a fix (the testcase was...
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 Manman RenEnable optimization for integer ABS on X86 if Subtarget...
2012-06-08 Chad RosierFix a crash in APInt::lshr when shiftAmt > BitWidth.
2012-06-08 Andrew TrickFix Target->Codegen dependence.
2012-06-08 Nuno LopesBoundsChecking: add support for ConstantPointerNull...
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-08 Duncan SandsRevert commit 158073 while waiting for a fix. The...
2012-06-07 Manman RenX86: optimize generated code for integer ABS
2012-06-07 Nadav RotemDo not optimize the used bits of the x86 vselect condit...
2012-06-07 Nadav RotemFix a bug in FoldSelectOpOp. Bitcast ops may change...
2012-06-07 Andrew TrickContinue factoring computeOperandLatency. Use it for...
2012-06-07 Andrew TrickARM getOperandLatency rewrite.
2012-06-07 Andrew TrickARM getOperandLatency should return -1 for unknown...
2012-06-07 Andrew TrickFix ARM getInstrLatency logic to work with the current...
2012-06-07 Manman RenPR13046: we can't replace usage of SUB with CMP in...
2012-06-07 Rafael EspindolaUse a base register instead of an index register with...
2012-06-07 Pete CooperMove terminator machine verification to check MachineBa...
2012-06-07 Manman RenX86: replace SUB with CMP if possible
2012-06-06 Manman RenRevert r157755.
2012-06-06 Jakob Stoklund OlesenProperly verify liveness with bundled machine instructions.
next