| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> | Bruno Cardoso Lopes | 2010-11-12 | 1 | -0/+15 |
* | Add a test to the previous added clo instruction. Patch by Akira again | Bruno Cardoso Lopes | 2010-11-10 | 1 | -0/+33 |
* | Enable machine sinking critical edge splitting. e.g. | Evan Cheng | 2010-09-20 | 1 | -3/+3 |
* | Correct bogus module triple specifications. | Duncan Sands | 2010-08-30 | 21 | -21/+21 |
* | Fix PR7174, a couple o Mips fixes: | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+33 |
* | Fix Mips PR7473. Patch by stetorvs@gmail.com | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+21 |
* | Start function numbering at 0. | Dan Gohman | 2010-04-17 | 1 | -2/+2 |
* | Split big test into multiple directories to cater to | Dale Johannesen | 2010-04-07 | 1 | -0/+33 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Support PIC loading of constant pool entries | Bruno Cardoso Lopes | 2009-11-25 | 1 | -1/+1 |
* | Unbreak test, Bruno please check. | Daniel Dunbar | 2009-11-19 | 1 | -1/+1 |
* | - Add sugregister logic to handle f64=(f32,f32). | Bruno Cardoso Lopes | 2009-11-19 | 1 | -2/+1 |
* | xfail for now. It has been failing. | Evan Cheng | 2009-11-16 | 1 | -0/+1 |
* | - Fix a small bug while handling target constant pools (one param was missing). | Bruno Cardoso Lopes | 2009-11-16 | 1 | -0/+10 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 26 | -27/+27 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 12 | -13/+13 |
* | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 1 | -0/+32 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -1/+1 |
* | Remove SectionKind::Small*. This was only used on mips, and is apparently | Chris Lattner | 2009-07-24 | 1 | -32/+0 |
* | Revert commit 76707, it was breaking the llvm-gcc build | Duncan Sands | 2009-07-22 | 1 | -6/+3 |
* | set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, | Chris Lattner | 2009-07-22 | 1 | -3/+6 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 5 | -9/+9 |
* | This looks like it passes now. | Bill Wendling | 2009-05-27 | 1 | -1/+0 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -0/+21 |
* | The list-td and list-tdrr schedulers don't yet support physreg | Dan Gohman | 2009-01-13 | 1 | -0/+1 |
* | Fix PR2667: add soft float support for sint_to_fp/uint_to_fp | Duncan Sands | 2008-11-10 | 1 | -0/+55 |
* | Turn on LegalizeTypes, the new type legalization | Duncan Sands | 2008-10-27 | 18 | -26/+18 |
* | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper... | Evan Cheng | 2008-10-13 | 1 | -0/+29 |
* | Added testcase for bswap allegrexel intrinsic | Bruno Cardoso Lopes | 2008-09-15 | 1 | -0/+12 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -0/+12 |
* | [Last] Batch 7 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+40 |
* | Batch 6 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+52 |
* | Batch 5 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+43 |
* | Batch 4 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+65 |
* | Batch 3 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+87 |
* | Batch 2 of Mips CodeGen tests | Bruno Cardoso Lopes | 2008-08-08 | 3 | -0/+39 |
* | Batch 1 of Mips CodeGen tests, more coming... | Bruno Cardoso Lopes | 2008-08-08 | 4 | -0/+61 |