| Age | Commit message (Expand) | Author |
| 2011-02-20 | Use explicit add_subdirectory's for LLVM target sublibraries instead | Oscar Fuentes |
| 2011-02-10 | Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ... | Bruno Cardoso Lopes |
| 2011-01-23 | Remove more duplicated code. | Rafael Espindola |
| 2011-01-23 | Remove duplicated code. | Rafael Espindola |
| 2011-01-18 | Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta... | Bruno Cardoso Lopes |
| 2011-01-18 | Negative zero is not legal on mips. Patch by Sasa Stankovic | Bruno Cardoso Lopes |
| 2011-01-18 | Handle (i32,i32) => f64 in a cleaner way. Patch by Sasa Stankovic | Bruno Cardoso Lopes |
| 2011-01-18 | Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
| 2011-01-13 | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen |
| 2011-01-10 | Update CMake stuff | Anton Korobeynikov |
| 2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
| 2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
| 2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-12-09 | Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
| 2010-12-09 | Fix delay slot filler for non mips1 targets. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
| 2010-12-07 | Remove target specific node MipsISD::CMov, which is not used because all cond... | Bruno Cardoso Lopes |
| 2010-12-07 | Match a pattern generated by a dag combiner opt where: | Bruno Cardoso Lopes |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
| 2010-11-15 | Attempt to unbreak cmake-based builds | Anton Korobeynikov |
| 2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |
| 2010-11-14 | move all the target's asmprinters into the main target. The piece | Chris Lattner |
| 2010-11-12 | Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> | Bruno Cardoso Lopes |
| 2010-11-10 | Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m... | Bruno Cardoso Lopes |
| 2010-11-09 | Fix trailing whitespace and style, no functionality change | Bruno Cardoso Lopes |
| 2010-11-08 | Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ... | Bruno Cardoso Lopes |
| 2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
| 2010-09-28 | Add support to model pipeline bypass / forwarding. | Evan Cheng |
| 2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
| 2010-09-28 | Remove trailing spaces of MipsMachineFunction.h | Che-Liang Chiou |
| 2010-09-28 | Remove trailing spaces of MipsTargetObjectFile.cpp | Che-Liang Chiou |
| 2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
| 2010-09-21 | eliminate some uses of the getStore overload. | Chris Lattner |
| 2010-09-21 | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner |
| 2010-09-03 | Remove Predicate_* calls from Mips | Jakob Stoklund Olesen |
| 2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
| 2010-08-18 | Don't call Predicate_* in Mips. | Jakob Stoklund Olesen |
| 2010-08-17 | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-07-20 | Fix PR7174, a couple o Mips fixes: | Bruno Cardoso Lopes |
| 2010-07-20 | Fix Mips PR7473. Patch by stetorvs@gmail.com | Bruno Cardoso Lopes |
| 2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen |
| 2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
| 2010-07-11 | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen |
| 2010-07-11 | Replace copyRegToReg with copyPhysReg for Mips. | Jakob Stoklund Olesen |