| Age | Commit message (Expand) | Author |
| 2010-03-13 | Fix another warning. There is a functionality change but I believe it's correct. | Benjamin Kramer |
| 2010-03-13 | Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new | Bob Wilson |
| 2010-03-13 | Change ARM ld/st multiple instructions to have variant instructions for | Bob Wilson |
| 2010-03-13 | Combine the code to build VLDM and VSTM instructions, since they are | Bob Wilson |
| 2010-03-12 | Tidy up. No functional changes. | Bob Wilson |
| 2010-03-12 | Remove obsolete comments. VLDM is implemented in ARMInstrVFP.td. | Bob Wilson |
| 2010-03-12 | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin |
| 2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
| 2010-03-11 | Set the (Format)F filed of t2Int_MemBarrierV7 & t2Int_SyncBarrierV7 to ThumbFrm, | Johnny Chen |
| 2010-03-11 | When outputing a non-lazy pointer for a stub, we may need to fill in the value | Bill Wendling |
| 2010-03-11 | Added Thumb2 LDRD/STRD pre/post variants for disassembly only. | Johnny Chen |
| 2010-03-11 | Fix ARM buildbot breakage. | Bob Wilson |
| 2010-03-11 | Lower small memcpys to load/stores on Thumb2. | Bob Wilson |
| 2010-03-10 | Fix an obvious typo in an assert. | Bob Wilson |
| 2010-03-10 | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling |
| 2010-03-10 | Make sure the LR gets pushed in functions that use vaargs. This fixes | Jim Grosbach |
| 2010-03-10 | comment why we use custom epilogue for t1 functions using vaargs. | Jim Grosbach |
| 2010-03-10 | Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero | Johnny Chen |
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
| 2010-03-10 | Clear up the last (famous last words) frame index value reuse issues for Thumb1. | Jim Grosbach |
| 2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
| 2010-03-09 | MSR (Move to Special Register from ARM core register) requires a mask to specify | Johnny Chen |
| 2010-03-09 | scavenged frame index value re-use gets confused when more than one base | Jim Grosbach |
| 2010-03-09 | The ARM EH experiment worked! | Bill Wendling |
| 2010-03-09 | This is part of an LLC-beta test used to test <rdar://problem/6804645>. Please | Bill Wendling |
| 2010-03-09 | Print blank line and clear stubs vector. | Bill Wendling |
| 2010-03-09 | MC-ize the stub printing in ARM. | Bill Wendling |
| 2010-03-08 | don't reset defaults. | Chris Lattner |
| 2010-03-08 | Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit | Bob Wilson |
| 2010-03-08 | fix a bunch of partially ambiguous patterns on ARM. As an | Chris Lattner |
| 2010-03-06 | Initial bits of ARMv4-only support. | Anton Korobeynikov |
| 2010-03-06 | Thumb1 epilogue code generation needs to take into account that callee-saved | Jim Grosbach |
| 2010-03-05 | Trivial comment change. | Johnny Chen |
| 2010-03-04 | Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version | Johnny Chen |
| 2010-03-04 | pr6478: The frame pointer spill frame index is only defined when there is a | Bob Wilson |
| 2010-03-04 | pr6480: Don't try producing ld/st-multiple instructions when the address is | Bob Wilson |
| 2010-03-04 | Added 32-bit Thumb instructions for Preload Data (PLD, PLDW) and Preload | Johnny Chen |
| 2010-03-03 | Modified the asm string of 16-bit Thumb MUL instruction so that it prints: | Johnny Chen |
| 2010-03-03 | Added 32-bit Thumb instructions LDRT, LDRBT, LDRHT,,LDRSBT, LDRSHT, STRT, STRBT, | Johnny Chen |
| 2010-03-03 | Added 32-bit Thumb instructions t2NOP, t2YIELD, t2WFE, t2WFI, t2SEV, and t2DBG | Johnny Chen |
| 2010-03-03 | - Change MachineInstr::isIdenticalTo to take a new option that determines whe... | Evan Cheng |
| 2010-03-03 | Eliminate unused instruction classes. | Evan Cheng |
| 2010-03-03 | Added 32-bit Thumb instructions t2DMB variants, t2DSB variants, and t2ISBsy for | Johnny Chen |
| 2010-03-02 | Added 32-bit Thumb instruction CLREX (Clear-Exclusive) for disassembly only. | Johnny Chen |
| 2010-03-02 | Removed the extra S from the multiclass def T2I_adde_sube_s_irs as well as from | Johnny Chen |
| 2010-03-02 | Added 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB16, SXTAB16, UXTAB16, SEL, | Johnny Chen |
| 2010-03-02 | AL is an optional mnemonic extension for always, except in IT instructions. | Johnny Chen |
| 2010-03-02 | Change some asm shift opcode strings to lowercase. | Johnny Chen |
| 2010-03-02 | fix typo add missing ( | Xerxes Ranby |
| 2010-03-02 | Unbreak llvm-arm-linux buildbot and fix PR5309. | Xerxes Ranby |