aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14SmallMap, FlatArrayMap::copyFromStepan Dyatkovskiy
2012-06-14Remove/modify C backend references from LLVM documentation.David Blaikie
2012-06-14Remove C backend reference from the FAQ.David Blaikie
2012-06-14Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper
2012-06-14Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands
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-14Revert: test/CodeGen/ARM/iabs.ll in r158441Manman Ren
2012-06-14InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren
2012-06-14Test case for MIPS long branch pass.Akira Hatanaka
2012-06-14Fix Mips/CMakeLists.txt.Akira Hatanaka
2012-06-14Add file MipsLongBranch.cpp.Akira Hatanaka
2012-06-14Fix test cases.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-13Group the 'unsigned' members after the pointer to avoid 4 bytes ofChandler Carruth
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
2012-06-13Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis
2012-06-13*typo: Cyles changed to CyclesKay Tiong Khoo
2012-06-13Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version ofRafael Espindola
2012-06-13It is possible for several constants which aren't individually absorbing toDuncan Sands
2012-06-13When linearizing a multiplication, return at once if we see a factor of zero,Duncan Sands
2012-06-13Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper
2012-06-13Add another missing 64-bit itinerary definition for the PPC A2 core.Hal Finkel
2012-06-13SimplifyCFG: fold unconditional branch to its predecessor if profitable.Manman Ren
2012-06-13Eliminate struct TableGenBackend.Jakob Stoklund Olesen
2012-06-13Clean up trailing blanks in Mips16InstrFormats.tdAkira Hatanaka
2012-06-13disable use of directive .set nomicromipsAkira Hatanaka
2012-06-13sched: fix latency of memory dependence chain edges for consistency.Andrew Trick
2012-06-13sched: Avoid trivially redundant DAG edges. Take the one with higher latency.Andrew Trick
2012-06-131. fix places where immed is used in place of imm to be consistent withAkira Hatanaka
2012-06-12Add some missing 64-bit itinerary definitions for the PPC A2 core.Hal Finkel