| Age | Commit message (Expand) | Author |
| 2011-11-10 | Thumb MUL assembly parsing for 3-operand form. | Jim Grosbach |
| 2011-11-10 | When in ARM mode, LDRH/STRH require special handling of negative offsets. | Chad Rosier |
| 2011-11-10 | ARM .thumb_func directive for quoted symbol names. | Jim Grosbach |
| 2011-11-10 | ARM assembly parsing for LSR/LSL/ROR(immediate). | Jim Grosbach |
| 2011-11-10 | ARM assembly parsing for ASR(immediate). | Jim Grosbach |
| 2011-11-10 | For immediate encodings of icmp, zero or sign extend first. Then | Chad Rosier |
| 2011-11-10 | llvm-build: Add --native-target and --enable-targets options, and add logic to | Daniel Dunbar |
| 2011-11-10 | llvm-build: Add an explicit component type to represent targets. | Daniel Dunbar |
| 2011-11-10 | Tidy up. | Jim Grosbach |
| 2011-11-09 | Thumb2 assembly parsing STMDB w/ optional .w suffix. | Jim Grosbach |
| 2011-11-09 | Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM. | Eli Friedman |
| 2011-11-09 | The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12. | Chad Rosier |
| 2011-11-09 | Add support for encoding immediates in icmp and fcmp. Hopefully, this will | Chad Rosier |
| 2011-11-09 | Hide cpu name checking in ARMSubtarget. | Evan Cheng |
| 2011-11-08 | Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l... | Evan Cheng |
| 2011-11-08 | ARMFastISel doesn't support thumb1. Rename isThumb to isThumb2 to reflect this. | Chad Rosier |
| 2011-11-08 | Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported. | Lang Hames |
| 2011-11-08 | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper |
| 2011-11-08 | Make sure to mark vector extload's as expand on ARM. Fixes PR11319. | Eli Friedman |
| 2011-11-08 | Enable support for returning i1, i8, and i16. Nothing special todo as it's the | Chad Rosier |
| 2011-11-07 | Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS-VFP calling convention... | Chad Rosier |
| 2011-11-07 | Simplify some uses of utohexstr. | Benjamin Kramer |
| 2011-11-06 | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer |
| 2011-11-05 | Add support for passing i1, i8, and i16 call parameters. Also, be sure to | Chad Rosier |
| 2011-11-05 | Allow i1 to be promoted to i32 for ARM APCS calling convention. | Chad Rosier |
| 2011-11-04 | Cannot create a result register for non-legal types. | Chad Rosier |
| 2011-11-04 | When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fit | Chad Rosier |
| 2011-11-04 | Enable support for materializing i1, i8, and i16 integers via move immediate. | Chad Rosier |
| 2011-11-04 | build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just | Daniel Dunbar |
| 2011-11-04 | Fix some minor scheduling itinerary bug. It's not expected to actually affect... | Evan Cheng |
| 2011-11-04 | Indentation. | Chad Rosier |
| 2011-11-04 | Add fast-isel support for returning i1, i8, and i16. | Chad Rosier |
| 2011-11-03 | Reapply r143206, with fixes. Disallow physical register lifetimes | Dan Gohman |
| 2011-11-03 | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar |
| 2011-11-03 | Add support for sign-extending non-legal types in SelectSIToFP(). | Chad Rosier |
| 2011-11-02 | Fixed parameter name. | Lang Hames |
| 2011-11-02 | Try to lower memset/memcpy/memmove to vector instructions on ARM where the al... | Lang Hames |
| 2011-11-02 | Add support for comparing integer non-legal types. | Chad Rosier |
| 2011-11-02 | Fix the issue that r143552 was trying to address the _right_ way. One-regist... | Owen Anderson |
| 2011-11-02 | The rules disallowing single-register reglist operands only apply to the POP ... | Owen Anderson |
| 2011-11-02 | Register list operands are not allowed to contain only a single register. Al... | Owen Anderson |
| 2011-11-02 | Factor out an EmitIntExt function. No functionality change intended. | Chad Rosier |
| 2011-11-02 | Factor out a SelectTrunc function. No functionality change intended. | Chad Rosier |
| 2011-11-01 | ARM label operands can be quoted. | Jim Grosbach |
| 2011-11-01 | ARM label operands can have an optional '#' before them. | Jim Grosbach |
| 2011-11-01 | Fix disassembly of some VST1 instructions. | Owen Anderson |
| 2011-11-01 | ARM VLD/VST assembly parsing for symbolic address operands. | Jim Grosbach |
| 2011-10-31 | ARM VST1 w/ writeback assembly parsing and encoding. | Jim Grosbach |
| 2011-10-31 | ARM writeback vs. stride operands for VST/VLD. | Jim Grosbach |
| 2011-10-31 | More not-crashing NEON disassembly updates for the vld refactoring. | Owen Anderson |