Age | Commit message (Expand) | Author |
2013-03-14 | Remove some unused variables to clean the Clang -Werror build | David Blaikie |
2013-03-14 | [mips] Rename functions and variables to start with proper case. | Akira Hatanaka |
2013-03-14 | [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is for | Akira Hatanaka |
2013-03-01 | [mips] Fix inefficient code generation. | Akira Hatanaka |
2013-02-16 | [mips] Remove SDNPWantParent from the list of SDNodeProperties. | Akira Hatanaka |
2013-02-15 | [mips] Split SelectAddr, which was used to match address patterns, into two | Akira Hatanaka |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-15 | [mips] Add predicate HasFPIdx for floating-point indexed load instruction | Akira Hatanaka |
2012-10-28 | This patch is for the implementation of mips16 complex pattern addr16. | Reed Kotler |
2012-10-26 | Implement carry for subtract/add for mips16 | Reed Kotler |
2012-10-05 | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler |
2012-09-15 | Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and | Akira Hatanaka |
2012-08-24 | In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if its | Akira Hatanaka |
2012-08-09 | Don't modify MO while use_iterator is still pointing to it. | Jakob Stoklund Olesen |
2012-07-31 | Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as | Akira Hatanaka |
2012-07-25 | Eliminate the stack slot used to save the global base register. | Akira Hatanaka |
2012-07-23 | Add basic ability to setup call frame, and make procedure calls. | Akira Hatanaka |
2012-07-21 | Revert accidental commit. | Akira Hatanaka |
2012-07-21 | Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. | Akira Hatanaka |
2012-06-27 | Silence uninitialized variable warning in MipsISelDAGToDAG.cpp. | Akira Hatanaka |
2012-06-27 | Fix bug in computation of stack size in MipsFrameLowering.cpp. | Akira Hatanaka |
2012-06-21 | 1. fix null program output after some other changes | Akira Hatanaka |
2012-06-14 | Fix coding style violations. Remove white spaces and tabs. | Akira Hatanaka |
2012-06-14 | In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object. | Akira Hatanaka |
2012-06-13 | Implement a DAGCombine in MipsISelLowering.cpp which transforms the following | Akira Hatanaka |
2012-06-02 | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer |
2012-05-12 | Insert instructions to the entry basic block which initializes the global | Akira Hatanaka |
2012-05-11 | Do not replace operands of pseudo instructions with register $zero. | Akira Hatanaka |
2012-04-20 | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper |
2012-03-27 | Add T9 to the list of live-in registers of the entry basic block. | Akira Hatanaka |
2012-03-08 | This patch eliminates redundant instructions that produce 0. | Akira Hatanaka |
2012-03-01 | Fix bugs which were introduced when support for base+index floating point loads | Akira Hatanaka |
2012-02-28 | remove blanks, and some code format | Jia Liu |
2012-02-28 | Do not reserve $gp as a dedicated global base register if the target ABI is n... | Akira Hatanaka |
2012-02-28 | Add support for floating point base register + offset register addressing mode | Akira Hatanaka |
2012-02-24 | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka |
2012-02-17 | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu |
2012-02-17 | add Emacs tag and fix some comment error in file headers | Jia Liu |
2012-01-25 | Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. | Akira Hatanaka |
2012-01-06 | Fix uninitialized variable warning. | Chad Rosier |
2011-12-20 | Add function MipsDAGToDAGISel::SelectMULT and factor out code that generates | Akira Hatanaka |
2011-12-20 | Fix indentation. | Akira Hatanaka |
2011-12-20 | Add code in MipsDAGToDAGISel for selecting constant +0.0. | Akira Hatanaka |
2011-12-20 | Revert part of r146995 that was accidentally commmitted. | Akira Hatanaka |
2011-12-20 | 32-to-64-bit sign extension pattern. | Akira Hatanaka |
2011-12-19 | Tidy up. Simplify logic. No functional change intended. | Akira Hatanaka |
2011-12-19 | Remove the restriction on the first operand of the add node in SelectAddr. | Akira Hatanaka |
2011-12-09 | Rename WrapperPIC. It is now used for both pic and static. | Akira Hatanaka |
2011-12-08 | Implement 64-bit support for thread local storage handling. | Akira Hatanaka |