| Age | Commit message (Expand) | Author |
| 2012-03-07 | Tidy up. Remove dead code that slipped into previous commit. | Jim Grosbach |
| 2012-03-06 | ARM more NEON VLD/VST composite physical register refactoring. | Jim Grosbach |
| 2012-03-06 | ARM refactor more NEON VLD/VST instructions to use composite physregs | Jim Grosbach |
| 2012-03-06 | Tidy up. Kill some dead code. | Jim Grosbach |
| 2012-03-06 | Allow the same types in DPair as in QPR. | Jakob Stoklund Olesen |
| 2012-03-06 | Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction. | Kevin Enderby |
| 2012-03-06 | Add <imp-def> operands when reloading into physregs. | Jakob Stoklund Olesen |
| 2012-03-06 | Split fpscr into two registers: FPSCR and FPSCR_NZCV. | Lang Hames |
| 2012-03-05 | ARM vpush/vpop assembler mnemonics accept an optional size suffix. | Jim Grosbach |
| 2012-03-05 | ARM Refactor VLD/VST spaced pair instructions. | Jim Grosbach |
| 2012-03-05 | ARM Remove a bit of dead code. | Jim Grosbach |
| 2012-03-05 | ARM refactor away a bunch of VLD/VST pseudo instructions. | Jim Grosbach |
| 2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
| 2012-03-05 | updated patch for the ARM fused multiply add/sub | Sebastian Pop |
| 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 |