| Age | Commit message (Expand) | Author |
| 2012-03-05 | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper |
| 2012-03-04 | Use <def,undef> operands when spilling NEON bundles. | Jakob Stoklund Olesen |
| 2012-03-04 | Use uint16_t instead of unsigned to store registers in reg classes. Reduces s... | Craig Topper |
| 2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
| 2012-03-01 | Neuter the optimization I implemented with r107852 and r108258 which turn some | Evan Cheng |
| 2012-03-01 | Handle regmasks in Thumb1RegisterInfo::saveScavengerRegister(). | Jakob Stoklund Olesen |
| 2012-03-01 | ARM use the right opcode for FP<->Integer move in fast-isel. | Jim Grosbach |
| 2012-03-01 | Change ARMInstPrinter::printPredicateOperand() so it will not abort if it | Kevin Enderby |
| 2012-02-29 | Make MemoryObject accessor members const again | Derek Schuff |
| 2012-02-28 | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach |
| 2012-02-28 | ARM vbit/vbif/vbsl assembly optional size suffix. | Jim Grosbach |
| 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-28 | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen |
| 2012-02-27 | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach |
| 2012-02-27 | Fix the symbolic operand added for the C disassmbler API for the ARM bl | Kevin Enderby |
| 2012-02-24 | Remove unused cl::opt, make another opt static. | Benjamin Kramer |
| 2012-02-24 | Thumb2 asm aliases for wide bitwise w/ immediate instructions. | Jim Grosbach |
| 2012-02-24 | comment fix | Jia Liu |
| 2012-02-24 | Switch ARM target to register masks. | Jakob Stoklund Olesen |
| 2012-02-24 | Make sure the regs are low regs for tMUL size reduction. | Jim Grosbach |
| 2012-02-24 | Thumb2 size reduction fix for tied operands of tMUL. | Jim Grosbach |
| 2012-02-24 | When emitting a cmp with 0 for a lowered select, mask out the high | Dan Gohman |
| 2012-02-23 | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby |
| 2012-02-23 | Remove unused variable. | Duncan Sands |
| 2012-02-23 | Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits | Evan Cheng |
| 2012-02-23 | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng |
| 2012-02-22 | Remove extra semi-colons. | Chad Rosier |
| 2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
| 2012-02-22 | Clarify ARM calling conventions. | Jakob Stoklund Olesen |
| 2012-02-21 | Calls don't really change the stack pointer. | Jakob Stoklund Olesen |
| 2012-02-21 | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng |
| 2012-02-20 | Improve generated code for extending loads and some trunc stores on ARM. | James Molloy |
| 2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles |
| 2012-02-19 | comment fix ARM.h | Jia Liu |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2012-02-17 | Handle regmask operands in ARMInstrInfo. | Jakob Stoklund Olesen |
| 2012-02-17 | Fix ARMBaseInstrInfo::getInstrLatency for calls. | Jakob Stoklund Olesen |
| 2012-02-17 | [fast-isel] Add support for returning non-legal types with no sign- or zero- | Chad Rosier |
| 2012-02-17 | Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba... | Lang Hames |
| 2012-02-16 | Remove unnecessary assignment to temporary, ResultReg. | Chad Rosier |
| 2012-02-16 | Oop - r150653 + r150654 broke one of my test cases. Backing out for now... | Lang Hames |
| 2012-02-16 | FPSCR shouldn't be reserved. | Lang Hames |
| 2012-02-15 | Add braces to if clause to make symmetric with associate else clause. | Chad Rosier |
| 2012-02-15 | Strip the pointer casts from the constants here. | Bill Wendling |
| 2012-02-15 | Use a temporary variable, rather then a series of redundant calls. | Chad Rosier |
| 2012-02-14 | Remove unnecessary assignment to temporary, ResultReg. | Chad Rosier |
| 2012-02-14 | Third time's the charm...? | Lang Hames |
| 2012-02-14 | Unswap swap operands, partially reducing confusion. | Lang Hames |