| Commit message (Expand) | Author | Age | Files | Lines |
* | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 2 | -5/+5 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
* | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 2 | -8/+8 |
* | Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2010-12-09 | 2 | -13/+28 |
* | Fix delay slot filler for non mips1 targets. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2010-12-09 | 1 | -5/+9 |
* | Remove target specific node MipsISD::CMov, which is not used because all cond... | Bruno Cardoso Lopes | 2010-12-07 | 3 | -9/+1 |
* | Match a pattern generated by a dag combiner opt where: | Bruno Cardoso Lopes | 2010-12-07 | 2 | -2/+12 |
* | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 1 | -141/+141 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 5 | -28/+25 |
* | Attempt to unbreak cmake-based builds | Anton Korobeynikov | 2010-11-15 | 1 | -0/+1 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 6 | -290/+366 |
* | move all the target's asmprinters into the main target. The piece | Chris Lattner | 2010-11-14 | 5 | -27/+2 |
* | Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> | Bruno Cardoso Lopes | 2010-11-12 | 3 | -3/+6 |
* | Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m... | Bruno Cardoso Lopes | 2010-11-10 | 2 | -8/+12 |
* | Fix trailing whitespace and style, no functionality change | Bruno Cardoso Lopes | 2010-11-09 | 1 | -170/+95 |
* | Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ... | Bruno Cardoso Lopes | 2010-11-08 | 3 | -12/+22 |
* | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -3/+3 |
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -2/+2 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 2 | -0/+36 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 1 | -1/+1 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
* | Remove trailing spaces of MipsMachineFunction.h | Che-Liang Chiou | 2010-09-28 | 1 | -17/+17 |
* | Remove trailing spaces of MipsTargetObjectFile.cpp | Che-Liang Chiou | 2010-09-28 | 1 | -10/+10 |
* | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -6/+4 |
* | eliminate some uses of the getStore overload. | Chris Lattner | 2010-09-21 | 1 | -3/+6 |
* | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner | 2010-09-21 | 1 | -6/+10 |
* | Remove Predicate_* calls from Mips | Jakob Stoklund Olesen | 2010-09-03 | 1 | -2/+3 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 2 | -7/+4 |
* | Don't call Predicate_* in Mips. | Jakob Stoklund Olesen | 2010-08-18 | 2 | -9/+4 |
* | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner | 2010-08-17 | 7 | -7/+7 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Fix PR7174, a couple o Mips fixes: | Bruno Cardoso Lopes | 2010-07-20 | 2 | -1/+21 |
* | Fix Mips PR7473. Patch by stetorvs@gmail.com | Bruno Cardoso Lopes | 2010-07-20 | 1 | -3/+3 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 2 | -53/+0 |
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 2 | -3/+3 |
* | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 2010-07-11 | 2 | -86/+0 |
* | Replace copyRegToReg with copyPhysReg for Mips. | Jakob Stoklund Olesen | 2010-07-11 | 2 | -56/+68 |
* | Use COPY in targets | Jakob Stoklund Olesen | 2010-07-10 | 1 | -6/+2 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 2 | -2/+6 |
* | Propagate debug loc. | Devang Patel | 2010-07-06 | 1 | -4/+4 |
* | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman | 2010-07-06 | 1 | -16/+15 |
* | Revert r107655. | Dan Gohman | 2010-07-06 | 1 | -15/+16 |
* | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman | 2010-07-06 | 1 | -16/+15 |
* | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng | 2010-07-03 | 1 | -5/+5 |
* | Remove isTwoAddress from Mips. | Eric Christopher | 2010-06-21 | 1 | -1/+1 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 2 | -10/+10 |
* | Remove the TargetRegisterClass member from CalleeSavedInfo | Rafael Espindola | 2010-06-02 | 2 | -5/+7 |
* | cleanup | Rafael Espindola | 2010-06-02 | 2 | -31/+0 |