2009-07-01 |
Bob Wilson | Add a new addressing mode for NEON load/store instructions. |
blob | commitdiff | raw |
2009-06-30 |
David Goodwin | Improve Thumb-2 jump table support. |
blob | commitdiff | raw | diff to current |
2009-06-30 |
David Goodwin | Add conditional and unconditional thumb-2 branch. Add... |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Evan Cheng | Implement Thumb2 ldr. |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Bob Wilson | Fix up a few minor typos in comments. |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Bob Wilson | Fix 80-col violations and remove trailing whitespace... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Duncan Sands | Rename PaddedSize to AllocSize, in the hope that this |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Dale Johannesen | Remove refs to non-DebugLoc versions of BuildMI from... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Evan Cheng | Suppress a compile time warning. |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
blob | commitdiff | raw | diff to current |
2008-11-08 |
Evan Cheng | Use ARMFunctionInfo to track number of constpool entrie... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Dan Gohman | Switch the MachineOperand accessors back to the short... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Dan Gohman | Remove isImm(), isReg(), and friends, in favor of |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Dan Gohman | Pool-allocation for MachineInstrs, MachineBasicBlocks... |
blob | commitdiff | raw | diff to current |
2008-04-16 |
Nicolas Geoffray | Infrastructure for getting the machine code size of... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Chris Lattner | rename MachineInstr::setInstrDescriptor -> setDesc |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Chris Lattner | rename TargetInstrDescriptor -> TargetInstrDesc. |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Chris Lattner | Rename MachineInstr::getInstrDescriptor -> getDesc... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Chris Lattner | Add new shorter predicates for testing machine operands... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Chris Lattner | Use MachineOperand::getImm instead of MachineOperand... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Duncan Sands | Eliminate the remaining uses of getTypeSize. This |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Dale Johannesen | ARM: make branch folder remove unconditional branches |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Dale Johannesen | Fix hang compiling TimberWolf (allow for islands |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Evan Cheng | Didn't mean the last commit. Revert. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Evan Cheng | Update. |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Evan Cheng | Reflects the chanegs made to PredicateOperand. |
blob | commitdiff | raw | diff to current |
2007-05-16 |
Evan Cheng | Fix comment. |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Evan Cheng | Add PredicateOperand to all ARM instructions that have... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-29 |
Dale Johannesen | Rewrite of Thumb constant islands handling (exact allow... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Evan Cheng | Doh. ARM::LEApcrel is a single instruction MI. |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Evan Cheng | Special handling of LEApcrel and tLEApcrel. |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Dale Johannesen | Make Thumb funcs containing islands 4-byte aligned... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Evan Cheng | Remove unused constant pool entries. |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Dale Johannesen | fix off by 1 error in displacement computation |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Evan Cheng | - Track which callee-saved registers are spilled. |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Dale Johannesen | Changes requested in review of last pass. Also pulled... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Dale Johannesen | Add intelligence about where to break large blocks. |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Dale Johannesen | cosmetic changes from review of last patch. obvious |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Dale Johannesen | remove crediting of Evan Cheng and me. |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Dale Johannesen | Removed WaterListOffset, inserted BBOffsets. Remove... |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Dale Johannesen | rewrite of constant islands |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Evan Cheng | These vectors are frequently large. Use std::vector... |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Evan Cheng | Add reference counting to constantpool entries. Delete... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Evan Cheng | - Branch max. displacement calculation bug. |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Evan Cheng | Use MBB.empty() instead of MBB.size() for speed. |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Evan Cheng | Watch out for empty BB. |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Evan Cheng | Pasto. Lots of it. |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Evan Cheng | - Off by one bugs in maximum displacement calculation... |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Evan Cheng | Pessmistically assume the .align 2 before the first... |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Evan Cheng | Handle an interesting corner case: the constpool_entry... |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Evan Cheng | When determining whether a pc relative branch / load... |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Evan Cheng | Some comments. |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Evan Cheng | ConstPool island bug: watch out for cases where UserMI... |
blob | commitdiff | raw | diff to current |
2007-01-31 |
Evan Cheng | - Added Thumb constpool island support. |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Evan Cheng | - In thumb mode, if size of MachineFunction is >= 2048... |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Evan Cheng | Factor GetInstSize() out of constpool island pass. |
blob | commitdiff | raw | diff to current |
2007-01-27 |
Evan Cheng | Thumb jumptable support. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Evan Cheng | Conditional branch being fixed up is not the last MI... |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Jim Laskey | Make LABEL a builtin opcode. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Evan Cheng | SplitBlockBeforeInstr() insert a unconditional branch... |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Evan Cheng | Need to scan the function for branches even if there... |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Evan Cheng | Forgot to update this. |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Evan Cheng | Add comment, fix typo, reduce memory usage, etc. |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Evan Cheng | Doh. Skip JT branches. |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Evan Cheng | Added (preliminary) branch shortening capability to... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
Evan Cheng | Use PC relative ldr to load from a constantpool in... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Evan Cheng | ARM backend contribution from Apple. |
blob | commitdiff | raw | diff to current |
|