| Age | Commit message (Expand) | Author |
| 2011-09-13 | Tidy up a few 80 column violations. | Jim Grosbach |
| 2011-09-02 | Don't fast-isel for atomic load/store; some cases require extra handling miss... | Eli Friedman |
| 2011-08-31 | Fixup for functions that return a bool. | Chad Rosier |
| 2011-08-23 | [SU]XT[BH] are only available on ARMv6 and up. | Jim Grosbach |
| 2011-07-27 | ARM extend instructions simplification. | Jim Grosbach |
| 2011-07-20 | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng |
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
| 2011-06-28 | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng |
| 2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
| 2011-06-08 | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher |
| 2011-06-03 | Add ARM fast-isel support for materializing the address of a global in cases ... | Eli Friedman |
| 2011-05-28 | Fix ARM fast isel to correctly flag memory operands to stores. This fixes | Cameron Zwarich |
| 2011-05-27 | Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076 | Eli Friedman |
| 2011-05-25 | Rewrite fast-isel integer cast handling to handle more cases, and to be simpl... | Eli Friedman |
| 2011-05-25 | Prepare ARMFastISel::SelectSIToFP for getRegForValue returning registers for ... | Eli Friedman |
| 2011-05-16 | Kill some dead code. | Jim Grosbach |
| 2011-05-02 | Apparently the check for direct calls is unnecessary. | Eric Christopher |
| 2011-04-29 | Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T... | Eli Friedman |
| 2011-04-29 | Add FastEmitInst_ii for the arm fast isel generator. It doesn't use it, but | Eric Christopher |
| 2011-04-29 | Some cleanup and optimize fallthrough more. | Eric Christopher |
| 2011-04-29 | Re-committing r130454, which does not in fact break anything. | Eli Friedman |
| 2011-04-29 | Add trunc->branch support, this won't help with clang's i8->i1 truncations | Eric Christopher |
| 2011-04-29 | Update comments and checks to match reality. | Eric Christopher |
| 2011-04-29 | Whitespace. | Eric Christopher |
| 2011-04-28 | Revert r130454; apparently this doesn't actually work. | Eli Friedman |
| 2011-04-28 | Fix a rather obscure crash caused by ARM fast-isel generating code which rede... | Eli Friedman |
| 2011-04-28 | Be more layout aware here and swap the successor and branch condition | Eric Christopher |
| 2011-04-16 | Correct result when a branch condition is live across a block | Stuart Hastings |
| 2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
| 2011-04-05 | Just use BL all the time. It's safer that way. | Eric Christopher |
| 2011-03-30 | Add a ARM-specific SD node for VBSL so that forms with a constant first operand | Cameron Zwarich |
| 2011-03-22 | Migrate the fix in r128041 to ARM's fastisel support as well. | Eric Christopher |
| 2011-03-12 | Sometimes isPredicable lies to us and tells us we don't need the operands. | Eric Christopher |
| 2011-02-22 | Only use blx for external function calls on thumb, these could be fixed | Eric Christopher |
| 2011-01-27 | Use the incoming VT not the VT of where we're trying to store to determine | Eric Christopher |
| 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-05 | fix some -Wself-assign warnings. | Chris Lattner |
| 2010-12-21 | Arm and thumb call instructions are also in different orders. | Eric Christopher |
| 2010-12-15 | Don't handle -arm-long-calls in fast isel for now. | Eric Christopher |
| 2010-12-01 | Refactor load/store handling again. Simplify and make some room for | Eric Christopher |
| 2010-11-30 | Noticed this on inspection, fix and update some comments. | Eric Christopher |
| 2010-11-29 | Update fastisel for the changes in r120272. | Eric Christopher |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-11-20 | Rewrite address handling to use a structure with all the possible address | Eric Christopher |
| 2010-11-20 | STRH only needs the additional operand, not t2STRH. Also invert conditional | Eric Christopher |
| 2010-11-19 | Don't need to save piecemeal now. | Eric Christopher |
| 2010-11-19 | Update comment. | Eric Christopher |
| 2010-11-19 | Update comment. | Eric Christopher |
| 2010-11-19 | Refactor address mode handling into a single struct (ala x86), this | Eric Christopher |