aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-15Remove final verification in RABasic.Jakob Stoklund Olesen
2012-06-15Print out register number in InlineSpiller.Jakob Stoklund Olesen
2012-06-15Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen
2012-06-15Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby
2012-06-15ARM: optimization for sub+abs.Manman Ren
2012-06-15*fixed to separate mnemonic from operands with tabKay Tiong Khoo
2012-06-15LSR: fix expansion of scaled reg in non-address type formulae.Andrew Trick
2012-06-15LSR fix: "Special" users are just like "Basic" users but allow -1 scale.Andrew Trick
2012-06-15Remove assignments which aren't used afterwards.Bill Wendling
2012-06-15Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper
2012-06-15Some optimizations done by globalopt are safe only for internal linkage, notRafael Espindola
2012-06-15Preserve <undef> flags in ARMExpandPseudo.Jakob Stoklund Olesen
2012-06-15Use regunit liveness in RegisterCoalescer when it is available.Jakob Stoklund Olesen
2012-06-15Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola
2012-06-15Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands
2012-06-15Move AVX version of convert instructions that write to GPRs to the Op1 table.Craig Topper
2012-06-15Had a closing brace inside an #ifdef -- oops!Marshall Clow
2012-06-15Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow
2012-06-14Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper
2012-06-14Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola
2012-06-14Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table.Pete Cooper
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-06-141. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka
2012-06-14Make machine verifier check the first instruction of the last bundle instead ofAkira Hatanaka
2012-06-14Make comment slightly more helpful.Lang Hames
2012-06-14Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper
2012-06-14misched: disable SSA check pending PR13112.Andrew Trick
2012-06-14Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper
2012-06-14MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi
2012-06-14Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton
2012-06-14Cleanup whitespace.Jush Lu
2012-06-14InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren
2012-06-14Fix Mips/CMakeLists.txt.Akira Hatanaka
2012-06-14Add file MipsLongBranch.cpp.Akira Hatanaka
2012-06-14Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka
2012-06-14Add long branch expansion pass for MIPS.Akira Hatanaka
2012-06-14Add AT to the list of registers clobbered by branches so that it is availableAkira Hatanaka
2012-06-14In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediateAkira Hatanaka
2012-06-14In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediateAkira Hatanaka
2012-06-14Define function MipsInstrInfo::GetInstSizeInBytes, which will be called toAkira Hatanaka
2012-06-14In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.Akira Hatanaka
2012-06-14Add methods to MipsFunctionInfo for initializing and accessing the stack frameAkira Hatanaka
2012-06-13Bundle jump/branch instructions with the instructions in the delay slot inAkira Hatanaka
2012-06-13Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka
2012-06-13Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka
2012-06-13Simplify CreateLoadLR and CreateStoreLR in MipsISelLowering.cpp.Akira Hatanaka
2012-06-13Implement fastcc calling convention for MIPS.Akira Hatanaka
2012-06-13Fix pattern for MKMSK instruction.Richard Osborne
2012-06-13Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper
2012-06-13Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper