| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Workaround a couple of Darwin assembler bugs. | Evan Cheng | 2009-08-01 | 1 | -23/+41 | 
| *  | - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offset | Evan Cheng | 2009-07-31 | 1 | -6/+6 | 
| *  | tbb / tbh instructions only branch forward, not backwards. | Evan Cheng | 2009-07-29 | 1 | -2/+4 | 
| *  | Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /... | Evan Cheng | 2009-07-29 | 1 | -38/+144 | 
| *  | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 1 | -8/+2 | 
| *  | Disable my constant island pass optimization (to make use soimm more effectiv... | Evan Cheng | 2009-07-24 | 1 | -4/+2 | 
| *  | Make sure thumb2 jumptable entries are aligned. | Evan Cheng | 2009-07-24 | 1 | -4/+5 | 
| *  | Fix up ARM constant island pass for Thumb2. | Evan Cheng | 2009-07-23 | 1 | -125/+129 | 
| *  | Fixing cp island pass. Step 1: Determine whether the constant pool offset can be | Evan Cheng | 2009-07-21 | 1 | -18/+23 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+2 | 
| *  | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 1 | -0/+2 | 
| *  | 80 col violation. | Evan Cheng | 2009-07-07 | 1 | -2/+2 | 
| *  | Add a new addressing mode for NEON load/store instructions. | Bob Wilson | 2009-07-01 | 1 | -0/+1 | 
| *  | Improve Thumb-2 jump table support. | David Goodwin | 2009-06-30 | 1 | -1/+5 | 
| *  | Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table. | David Goodwin | 2009-06-30 | 1 | -6/+30 | 
| *  | Implement Thumb2 ldr. | Evan Cheng | 2009-06-29 | 1 | -4/+7 | 
| *  | Fix up a few minor typos in comments. | Bob Wilson | 2009-05-12 | 1 | -7/+7 | 
| *  | Fix 80-col violations and remove trailing whitespace.  No functional changes. | Bob Wilson | 2009-05-12 | 1 | -69/+71 | 
| *  | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 | 
| *  | Remove refs to non-DebugLoc versions of BuildMI from ARM. | Dale Johannesen | 2009-02-13 | 1 | -8/+14 | 
| *  | Suppress a compile time warning. | Evan Cheng | 2009-01-28 | 1 | -0/+2 | 
| *  | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 | 
| *  | Use ARMFunctionInfo to track number of constpool entries and jumptables. | Evan Cheng | 2008-11-08 | 1 | -5/+2 | 
| *  | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -3/+3 | 
| *  | Remove isImm(), isReg(), and friends, in favor of  | Dan Gohman | 2008-09-13 | 1 | -1/+1 | 
| *  | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 | 
| *  | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -8/+9 | 
| *  | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray | 2008-04-16 | 1 | -10/+10 | 
| *  | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner | 2008-01-11 | 1 | -1/+1 | 
| *  | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -2/+2 | 
| *  | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -2/+2 | 
| *  | Add new shorter predicates for testing machine operands for various types:  | Chris Lattner | 2007-12-30 | 1 | -11/+11 | 
| *  | Use MachineOperand::getImm instead of MachineOperand::getImmedValue.  Likewis... | Chris Lattner | 2007-12-30 | 1 | -1/+1 | 
| *  | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| *  | Eliminate the remaining uses of getTypeSize.  This | Duncan Sands | 2007-11-05 | 1 | -1/+1 | 
| *  | ARM:  make branch folder remove unconditional branches | Dale Johannesen | 2007-07-12 | 1 | -5/+2 | 
| *  | Fix hang compiling TimberWolf (allow for islands | Dale Johannesen | 2007-07-11 | 1 | -6/+7 | 
| *  | Didn't mean the last commit. Revert. | Evan Cheng | 2007-07-10 | 1 | -8/+6 | 
| *  | Update. | Evan Cheng | 2007-07-10 | 1 | -6/+8 | 
| *  | Reflects the chanegs made to PredicateOperand. | Evan Cheng | 2007-07-05 | 1 | -1/+3 | 
| *  | Fix comment. | Evan Cheng | 2007-05-16 | 1 | -1/+1 | 
| *  | Add PredicateOperand to all ARM instructions that have the condition field. | Evan Cheng | 2007-05-15 | 1 | -6/+6 | 
| *  | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 | 
| *  | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 | 
| *  | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+4 | 
| *  | Rewrite of Thumb constant islands handling (exact allowance for padding | Dale Johannesen | 2007-04-29 | 1 | -84/+222 | 
| *  | Doh. ARM::LEApcrel is a single instruction MI. | Evan Cheng | 2007-04-27 | 1 | -5/+3 | 
| *  | Special handling of LEApcrel and tLEApcrel. | Evan Cheng | 2007-04-27 | 1 | -0/+11 | 
| *  | Make Thumb funcs containing islands 4-byte aligned.  Fix bugs maintaining | Dale Johannesen | 2007-04-23 | 1 | -6/+19 |