| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -9/+14 |
| * | [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d... | Daniel Sanders | 2014-06-12 | 1 | -0/+8 |
| * | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -6/+6 |
| * | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -7/+7 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -2/+2 |
| * | [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre... | Benjamin Kramer | 2014-04-21 | 1 | -1/+1 |
| * | Break PseudoSourceValue out of the Value hierarchy. It is now the root of its... | Nick Lewycky | 2014-04-15 | 1 | -20/+28 |
| * | [mips] Implement NaCl sandboxing of loads, stores and SP changes: | Sasa Stankovic | 2014-03-10 | 1 | -0/+13 |
| * | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 2014-03-07 | 1 | -1/+1 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -7/+7 |
| * | Now that we have C++11, turn simple functors into lambdas and remove a ton of... | Benjamin Kramer | 2014-03-01 | 1 | -16/+6 |
| * | [mips] Coding style clean up. | Akira Hatanaka | 2013-10-07 | 1 | -14/+12 |
| * | [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted out | Akira Hatanaka | 2013-09-28 | 1 | -2/+1 |
| * | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 2013-07-03 | 1 | -2/+2 |
| * | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 1 | -2/+3 |
| * | Fix comment. | Akira Hatanaka | 2013-03-25 | 1 | -3/+3 |
| * | [mips] Remove unused option. Fix 80-column violations. | Akira Hatanaka | 2013-03-01 | 1 | -16/+8 |
| * | [mips] Add the capability to search delay slot filling instructions in | Akira Hatanaka | 2013-03-01 | 1 | -32/+303 |
| * | [mips] Add options to disable searching backward and in successor blocks. | Akira Hatanaka | 2013-03-01 | 1 | -0/+12 |
| * | [mips] Add capability to search in the forward direction for instructions that | Akira Hatanaka | 2013-03-01 | 1 | -23/+92 |
| * | [mips] Define helper function searchRange | Akira Hatanaka | 2013-03-01 | 1 | -9/+29 |
| * | [mips] Rename function findDelayInstr to searchBackward. | Akira Hatanaka | 2013-03-01 | 1 | -3/+3 |
| * | [mips] Define class MemDefsUses. | Akira Hatanaka | 2013-03-01 | 1 | -23/+126 |
| * | [mips] Use class RegDefsUses to track register defs and uses. | Akira Hatanaka | 2013-02-26 | 1 | -89/+82 |
| * | [mips] Disallow moving load/store instructions past volatile instructions. | Akira Hatanaka | 2013-02-14 | 1 | -1/+1 |
| * | [mips] Replace usage of SmallSet with BitVector, which is used to keep track of | Akira Hatanaka | 2013-02-14 | 1 | -86/+83 |
| * | [mips] Fix comments and coding style violations. Declare functions to be const. | Akira Hatanaka | 2013-02-14 | 1 | -64/+47 |
| * | [mips] Simplify code in function Filler::findDelayInstr. | Akira Hatanaka | 2013-02-14 | 1 | -38/+29 |
| * | [mips] Make Filler a class and reduce indentation. | Akira Hatanaka | 2013-02-07 | 1 | -34/+38 |
| * | Use the new MIBundleBuilder class in the Mips target. | Jakob Stoklund Olesen | 2012-12-07 | 1 | -4/+4 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
| * | [mips] Fix delay slot filler so that instructions with register operand $1 are | Akira Hatanaka | 2012-11-16 | 1 | -17/+34 |
| * | Disable Mips' delay slot filler when optimization level is O0. | Akira Hatanaka | 2012-08-24 | 1 | -1/+3 |
| * | Add option disable-mips-delay-filler. Turn on mips' delay slot filler by | Akira Hatanaka | 2012-08-22 | 1 | -4/+5 |
| * | Fix coding style violations. Remove white spaces and tabs. | Akira Hatanaka | 2012-06-14 | 1 | -8/+8 |
| * | Bundle jump/branch instructions with the instructions in the delay slot in | Akira Hatanaka | 2012-06-13 | 1 | -16/+22 |
| * | Switch some getAliasSet clients to MCRegAliasIterator. | Jakob Stoklund Olesen | 2012-06-01 | 1 | -7/+4 |
| * | Add a command line option to skip the delay slot filler pass entirely for Mips. | Akira Hatanaka | 2012-05-14 | 1 | -0/+10 |
| * | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -1/+1 |
| * | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -4/+4 |
| * | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| * | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| * | Tidy up. Simplify logic. No functional change intended. | Akira Hatanaka | 2011-12-19 | 1 | -4/+2 |
| * | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -9/+8 |
| * | Fix assertion string. | Akira Hatanaka | 2011-10-05 | 1 | -1/+1 |
| * | Make sure candidate for delay slot filler is not a return instruction. | Akira Hatanaka | 2011-10-05 | 1 | -3/+5 |
| * | Add RA to the set of registers that are defined if instruction is a call. | Akira Hatanaka | 2011-10-05 | 1 | -4/+4 |
| * | MipsDelaySlotFiller.cpp: Appease msvc to specify llvm::next() explicitly. | NAKAMURA Takumi | 2011-10-05 | 1 | -1/+1 |
| * | Insert space. | Akira Hatanaka | 2011-10-05 | 1 | -1/+1 |
| * | Do not examine variadic or implicit operands if instruction is a return (jr). | Akira Hatanaka | 2011-10-05 | 1 | -2/+3 |