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