| Age | Commit message (Expand) | Author |
| 2011-01-23 | Add support for the --noexecstack option. | Rafael Espindola |
| 2011-01-23 | Null initialize a few variables flagged by | Ted Kremenek |
| 2011-01-23 | Remove more duplicated code. | Rafael Espindola |
| 2011-01-23 | Remove duplicated code. | Rafael Espindola |
| 2011-01-21 | Last round of fixes for movw + movt global address codegen. | Evan Cheng |
| 2011-01-21 | Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm", | Bruno Cardoso Lopes |
| 2011-01-21 | Convert -enable-sched-cycles and -enable-sched-hazard to -disable | Andrew Trick |
| 2011-01-20 | Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative | Evan Cheng |
| 2011-01-20 | Fix the encoding and parsing of clrex instruction | Bruno Cardoso Lopes |
| 2011-01-20 | Change instruction names for consistency | Bruno Cardoso Lopes |
| 2011-01-20 | Add cdp/cdp2 instructions for thumb/thumb2 | Bruno Cardoso Lopes |
| 2011-01-20 | - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same... | Bruno Cardoso Lopes |
| 2011-01-20 | Add mcr*2 and mr*c2 support to thumb2 targets | Bruno Cardoso Lopes |
| 2011-01-20 | Add mcr* and mr*c support to thumb targets | Bruno Cardoso Lopes |
| 2011-01-20 | Refactor mcr* and mr*c instructions into classes with the same encoding. No f... | Bruno Cardoso Lopes |
| 2011-01-20 | Correct itinerary entry for t2MOV_pic_ga_add_pc. | Evan Cheng |
| 2011-01-20 | Sorry, several patches in one. | Evan Cheng |
| 2011-01-19 | Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ... | Bruno Cardoso Lopes |
| 2011-01-19 | ARM/ISel: Factor out isScaledConstantInRange() helper. | Daniel Dunbar |
| 2011-01-19 | For ARM subtargets with useNEONForSinglePrecisionFP, double count uses | Andrew Trick |
| 2011-01-19 | whitespace | Andrew Trick |
| 2011-01-19 | Don't forget to emit the load from indirect symbol when using movw + movt to ... | Evan Cheng |
| 2011-01-18 | Create two new generic classes to represent the following VMRS/VMSR variations: | Bruno Cardoso Lopes |
| 2011-01-18 | Fix MRS encoding for arm and thumb. | Bruno Cardoso Lopes |
| 2011-01-18 | Fix the encoding of t2ISB by using the right class and also parse it correctly | Bruno Cardoso Lopes |
| 2011-01-18 | Follow the current hack set and enable the correct parsing of bkpt while in t... | Bruno Cardoso Lopes |
| 2011-01-18 | Add support for parsing and encoding ARM's official syntax for the BFI instru... | Bruno Cardoso Lopes |
| 2011-01-18 | Add a FIXME. | Jim Grosbach |
| 2011-01-18 | McARM: Use accessors where appropriate. | Daniel Dunbar |
| 2011-01-18 | McARM: Fill in ASMOperand::dump() for memory operands. | Daniel Dunbar |
| 2011-01-18 | McARM: Make ARMOperand use a union where appropriate. | Daniel Dunbar |
| 2011-01-18 | McARM: Unify ParseMemory() successfull return. | Daniel Dunbar |
| 2011-01-18 | McARM: Early exit on failure (NEFC). | Daniel Dunbar |
| 2011-01-18 | McARM: Always keep an offset expression, if used (instead of assuming == 0 if... | Daniel Dunbar |
| 2011-01-18 | McARM: Add a variety of asserts on the sanity of memory operands. | Daniel Dunbar |
| 2011-01-18 | McARM: Use a consistent marker for not-set OffsetRegNum. | Daniel Dunbar |
| 2011-01-18 | McARM: Start marking T2 address operands as such, for the benefit of the parser. | Daniel Dunbar |
| 2011-01-18 | Remove unused variables found by gcc-4.6's -Wunused-but-set-variable. | Jeffrey Yasskin |
| 2011-01-17 | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng |
| 2011-01-16 | Provide instruction sizes for ARMv5 variants of MUL instructions. | Anton Korobeynikov |
| 2011-01-16 | Spill R4 if it's going to be used to restore SP from FP. | Evan Cheng |
| 2011-01-15 | 80-col. | Eric Christopher |
| 2011-01-15 | Fix a comment. | Bob Wilson |
| 2011-01-14 | Fix 80-cols. | Eric Christopher |
| 2011-01-14 | Completed :lower16: / :upper16: support for movw / movt pairs on Darwin. | Evan Cheng |
| 2011-01-13 | Recognize alternative register names like ip -> r12. | Owen Anderson |
| 2011-01-13 | Fix a few more places that should use MBB::getLastNonDebugInstr(). | Jakob Stoklund Olesen |
| 2011-01-13 | Add support to the ARM MC infrastructure to support mcr and friends. This req... | Owen Anderson |
| 2011-01-13 | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen |
| 2011-01-13 | Tidy comments, indentation, and 80-column violations. | Bob Wilson |