| Commit message (Expand) | Author | Age | Files | Lines |
| * | fixed typo | Akira Hatanaka | 2011-03-30 | 1 | -2/+2 |
| * | silence a conditional assignment -Wuninitialized warning. | Chris Lattner | 2011-03-11 | 1 | -1/+1 |
| * | Improve varags handling, with testcases. Patch by Sasa Stankovic | Bruno Cardoso Lopes | 2011-03-09 | 1 | -29/+57 |
| * | Initialize variable. | Bill Wendling | 2011-03-04 | 1 | -1/+1 |
| * | Improve div/rem node handling on mips. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2011-03-04 | 4 | -34/+80 |
| * | Expands register/immediate pairs when the immediate is too large to fit in 16... | Bruno Cardoso Lopes | 2011-03-04 | 3 | -8/+122 |
| * | Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -37/+19 |
| * | Lowers block address. Currently asserts when relocation model is not PIC. Pat... | Bruno Cardoso Lopes | 2011-03-04 | 5 | -1/+40 |
| * | Fix an old copy-n-paste | Bruno Cardoso Lopes | 2011-03-04 | 1 | -2/+2 |
| * | Expands FCOS and FSIN nodes when type is f64. | Bruno Cardoso Lopes | 2011-03-04 | 1 | -0/+2 |
| * | Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -1/+1 |
| * | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes | 2011-03-04 | 20 | -265/+265 |
| * | Use explicit add_subdirectory's for LLVM target sublibraries instead | Oscar Fuentes | 2011-02-20 | 1 | -0/+2 |
| * | Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ... | Bruno Cardoso Lopes | 2011-02-10 | 1 | -47/+71 |
| * | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+2 |
| * | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+3 |
| * | Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta... | Bruno Cardoso Lopes | 2011-01-18 | 2 | -0/+9 |
| * | Negative zero is not legal on mips. Patch by Sasa Stankovic | Bruno Cardoso Lopes | 2011-01-18 | 1 | -0/+2 |
| * | Handle (i32,i32) => f64 in a cleaner way. Patch by Sasa Stankovic | Bruno Cardoso Lopes | 2011-01-18 | 1 | -3/+2 |
| * | Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2011-01-18 | 3 | -10/+229 |
| * | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen | 2011-01-13 | 1 | -1/+1 |
| * | Update CMake stuff | Anton Korobeynikov | 2011-01-10 | 1 | -1/+1 |
| * | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 6 | -22/+24 |
| * | 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 |