Age | Commit message (Expand) | Author |
2012-04-23 | Merging r155287: | Bill Wendling |
2012-04-23 | Merging r155286: | Bill Wendling |
2012-04-22 | Inline a variable that's used only in an assert. | Bill Wendling |
2012-04-18 | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth |
2012-04-16 | Remove unused variable | David Blaikie |
2012-04-16 | Hexagon V5 (Floating Point) Support. | Sirish Pande |
2012-04-15 | HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse... | NAKAMURA Takumi |
2012-04-15 | Target/Hexagon: Tweak to fix msvc build. | NAKAMURA Takumi |
2012-04-13 | Remove iostream from New Value Jump. | Sirish Pande |
2012-04-13 | Add support for Hexagon Architectural feature, New Value Jump. | Sirish Pande |
2012-04-13 | Pass to replace tranfer/copy instructions into combine instruction where poss... | Sirish Pande |
2012-04-13 | Silence various build warnings from Hexagon backend that show up in release b... | Craig Topper |
2012-04-12 | Update CMake build. | Ted Kremenek |
2012-04-12 | Hexagon: fix CMake error. | Evandro Menezes |
2012-04-12 | HexagonPacketizer patch. | Sirish Pande |
2012-04-12 | Hexagon: enable assembler output through the MC layer. | Evandro Menezes |
2012-03-27 | Prune some includes | Craig Topper |
2012-03-22 | Remove some unnecessary forward declarations. | Craig Topper |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
2012-03-17 | Fix some copy and paste remnants of Cell and SPU in Hexagon files. | Craig Topper |
2012-03-17 | Fix typo in file header. | Craig Topper |
2012-03-17 | Pass TargetOptions to HexagonTargetMachine constructor by reference to match ... | Craig Topper |
2012-03-11 | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper |
2012-03-05 | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper |
2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper |
2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-27 | Delete incorrect reference to inexistent Hexagon architecture manuals. | Evandro Menezes |
2012-02-27 | Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i... | Craig Topper |
2012-02-24 | Remove unused cl::opt, make another opt static. | Benjamin Kramer |
2012-02-23 | Fix the numbering of some of the registers and reclassify a couple of them. | Brendon Cahoon |
2012-02-22 | Efficient pattern for store truncate. Patch by Evandro Menezes. | Sirish Pande |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-02-15 | Optimize redundant sign extends and negation of predicates. | Sirish Pande |
2012-02-15 | Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole." | Eric Christopher |
2012-02-15 | Revert "Optimize redundant sign extends and negation of predicates" | Eric Christopher |
2012-02-15 | Replacing HexagonOptimizeSZExtends with HexagonPeephole. | Sirish Pande |
2012-02-15 | Optimize redundant sign extends and negation of predicates | Sirish Pande |
2012-02-09 | Test for commit access. | Sirish Pande |
2012-02-08 | Codegen pass definition cleanup. No functionality. | Andrew Trick |
2012-02-08 | Use TSFlag bit to describe instruction properties. | Brendon Cahoon |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-06 | Hexagon: Remove forbidden iostream includes (it introduces static initializers) | Benjamin Kramer |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-04 | TargetPassConfig: confine the MC configuration to TargetMachine. | Andrew Trick |
2012-02-03 | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick |
2012-02-01 | Fix the cmake build | Rafael Espindola |
2012-02-01 | VLIW specific scheduler framework that utilizes deterministic finite automato... | Andrew Trick |