| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unnecessary forward declarations. | Craig Topper | 2012-03-22 | 1 | -1/+0 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 14 | -25/+21 |
* | Fix some copy and paste remnants of Cell and SPU in Hexagon files. | Craig Topper | 2012-03-17 | 4 | -6/+6 |
* | Fix typo in file header. | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | Pass TargetOptions to HexagonTargetMachine constructor by reference to match ... | Craig Topper | 2012-03-17 | 2 | -3/+4 |
* | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper | 2012-03-11 | 1 | -3/+3 |
* | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper | 2012-03-05 | 1 | -4/+4 |
* | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 2 | -5/+5 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 2 | -2/+2 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 2 | -2/+2 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 2 | -2/+2 |
* | Delete incorrect reference to inexistent Hexagon architecture manuals. | Evandro Menezes | 2012-02-27 | 1 | -3/+0 |
* | Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i... | Craig Topper | 2012-02-27 | 1 | -1/+0 |
* | Remove unused cl::opt, make another opt static. | Benjamin Kramer | 2012-02-24 | 1 | -3/+0 |
* | Fix the numbering of some of the registers and reclassify a couple of them. | Brendon Cahoon | 2012-02-23 | 1 | -66/+64 |
* | Efficient pattern for store truncate. Patch by Evandro Menezes. | Sirish Pande | 2012-02-22 | 4 | -22/+7 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 28 | -39/+40 |
* | Optimize redundant sign extends and negation of predicates. | Sirish Pande | 2012-02-15 | 15 | -209/+1037 |
* | Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole." | Eric Christopher | 2012-02-15 | 2 | -292/+129 |
* | Revert "Optimize redundant sign extends and negation of predicates" | Eric Christopher | 2012-02-15 | 13 | -745/+80 |
* | Replacing HexagonOptimizeSZExtends with HexagonPeephole. | Sirish Pande | 2012-02-15 | 2 | -129/+292 |
* | Optimize redundant sign extends and negation of predicates | Sirish Pande | 2012-02-15 | 13 | -80/+745 |
* | Test for commit access. | Sirish Pande | 2012-02-09 | 1 | -2/+2 |
* | Codegen pass definition cleanup. No functionality. | Andrew Trick | 2012-02-08 | 1 | -1/+1 |
* | Use TSFlag bit to describe instruction properties. | Brendon Cahoon | 2012-02-08 | 6 | -314/+208 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 6 | -28/+21 |
* | Hexagon: Remove forbidden iostream includes (it introduces static initializers) | Benjamin Kramer | 2012-02-06 | 8 | -73/+46 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -0/+1 |
* | TargetPassConfig: confine the MC configuration to TargetMachine. | Andrew Trick | 2012-02-04 | 2 | -8/+5 |
* | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick | 2012-02-03 | 2 | -15/+37 |
* | Fix the cmake build | Rafael Espindola | 2012-02-01 | 1 | -0/+1 |
* | VLIW specific scheduler framework that utilizes deterministic finite automato... | Andrew Trick | 2012-02-01 | 5 | -0/+42 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 4 | -7/+0 |
* | Add a CoveredBySubRegs property to Register descriptions. | Jakob Stoklund Olesen | 2012-01-18 | 1 | -1/+1 |
* | Initializing to false makes better sense. Thanks, David. | Chad Rosier | 2012-01-06 | 1 | -1/+1 |
* | Fix uninitialized variable warning. | Chad Rosier | 2012-01-06 | 1 | -1/+1 |
* | Clean up some Release build warnings. | Benjamin Kramer | 2011-12-27 | 3 | -24/+14 |
* | Hexagon: Remove unused variables. | Benjamin Kramer | 2011-12-18 | 2 | -13/+0 |
* | Hexagon: Fix a nasty order-of-initialization bug. | Benjamin Kramer | 2011-12-16 | 2 | -2/+2 |
* | Target/Hexagon: Fix CMake build. | NAKAMURA Takumi | 2011-12-16 | 1 | -1/+0 |
* | Add MCTargetDesc library to Hexagon target | Tony Linthicum | 2011-12-15 | 15 | -30/+186 |
* | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth | 2011-12-13 | 1 | -0/+2 |
* | Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies(). | NAKAMURA Takumi | 2011-12-13 | 2 | -16/+0 |
* | LLVMBuild: Introduce a common section which currently has a list of the | Daniel Dunbar | 2011-12-12 | 2 | -3/+4 |
* | fix warning | Tony Linthicum | 2011-12-12 | 1 | -1/+1 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 54 | -0/+20764 |