aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-153-30/+133
* Free the allocated filename. Found by clang static analyzer.Bill Wendling2012-06-151-0/+1
* Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands2012-06-152-6/+39
* Move AVX version of convert instructions that write to GPRs to the Op1 table.Craig Topper2012-06-151-9/+13
* Had a closing brace inside an #ifdef -- oops!Marshall Clow2012-06-151-1/+1
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-152-0/+36
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-142-9/+33
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-144-8/+34
* Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table.Pete Cooper2012-06-141-1/+1
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-1418-91/+91
* 1. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka2012-06-145-204/+233
* Make machine verifier check the first instruction of the last bundle instead ofAkira Hatanaka2012-06-142-8/+29
* Make comment slightly more helpful.Lang Hames2012-06-141-1/+1
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-142-33/+9
* misched: disable SSA check pending PR13112.Andrew Trick2012-06-141-2/+4
* SmallMap, FlatArrayMap::copyFromStepan Dyatkovskiy2012-06-141-1/+3
* Remove/modify C backend references from LLVM documentation.David Blaikie2012-06-143-8/+9
* Remove C backend reference from the FAQ.David Blaikie2012-06-141-3/+0
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-142-9/+33
* Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands2012-06-141-1/+1
* MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi2012-06-141-5/+7
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-142-1/+8
* Cleanup whitespace.Jush Lu2012-06-141-13/+12
* Revert: test/CodeGen/ARM/iabs.ll in r158441Manman Ren2012-06-141-19/+1
* InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren2012-06-143-3/+34
* Test case for MIPS long branch pass.Akira Hatanaka2012-06-141-0/+23
* Fix Mips/CMakeLists.txt.Akira Hatanaka2012-06-141-0/+1
* Add file MipsLongBranch.cpp.Akira Hatanaka2012-06-141-0/+416
* Fix test cases.Akira Hatanaka2012-06-145-67/+66
* Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-143-30/+2
* Add long branch expansion pass for MIPS.Akira Hatanaka2012-06-142-1/+8
* Add AT to the list of registers clobbered by branches so that it is availableAkira Hatanaka2012-06-141-0/+4
* In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediateAkira Hatanaka2012-06-141-25/+7
* In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediateAkira Hatanaka2012-06-141-39/+16
* Define function MipsInstrInfo::GetInstSizeInBytes, which will be called toAkira Hatanaka2012-06-142-6/+76
* In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.Akira Hatanaka2012-06-141-3/+10
* Add methods to MipsFunctionInfo for initializing and accessing the stack frameAkira Hatanaka2012-06-141-1/+23
* Bundle jump/branch instructions with the instructions in the delay slot inAkira Hatanaka2012-06-132-19/+30
* Group the 'unsigned' members after the pointer to avoid 4 bytes ofChandler Carruth2012-06-131-1/+1
* Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka2012-06-133-17/+46
* Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka2012-06-133-0/+36
* Simplify CreateLoadLR and CreateStoreLR in MipsISelLowering.cpp.Akira Hatanaka2012-06-131-11/+6
* Implement fastcc calling convention for MIPS.Akira Hatanaka2012-06-133-3/+312
* Fix pattern for MKMSK instruction.Richard Osborne2012-06-132-1/+12
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-132-10/+7
* Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper2012-06-132-7/+10
* Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis2012-06-131-2/+9
* *typo: Cyles changed to CyclesKay Tiong Khoo2012-06-133-4/+4
* Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version ofRafael Espindola2012-06-131-0/+2
* It is possible for several constants which aren't individually absorbing toDuncan Sands2012-06-132-1/+17