rename TargetInstrDescriptor -> TargetInstrDesc.
[oota-llvm.git] / lib / Target / ARM / ARMConstantIslandPass.cpp
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-07-12 Dale JohannesenARM: make branch folder remove unconditional branches
2007-07-11 Dale JohannesenFix hang compiling TimberWolf (allow for islands
2007-07-10 Evan ChengDidn't mean the last commit. Revert.
2007-07-10 Evan ChengUpdate.
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-05-16 Evan ChengFix comment.
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-29 Dale JohannesenRewrite of Thumb constant islands handling (exact allow...
2007-04-27 Evan ChengDoh. ARM::LEApcrel is a single instruction MI.
2007-04-27 Evan ChengSpecial handling of LEApcrel and tLEApcrel.
2007-04-23 Dale JohannesenMake Thumb funcs containing islands 4-byte aligned...
2007-04-03 Evan ChengRemove unused constant pool entries.
2007-04-02 Dale Johannesenfix off by 1 error in displacement computation
2007-03-01 Evan Cheng- Track which callee-saved registers are spilled.
2007-02-28 Dale JohannesenChanges requested in review of last pass. Also pulled...
2007-02-28 Dale JohannesenAdd intelligence about where to break large blocks.
2007-02-25 Dale Johannesencosmetic changes from review of last patch. obvious
2007-02-25 Dale Johannesenremove crediting of Evan Cheng and me.
2007-02-25 Dale JohannesenRemoved WaterListOffset, inserted BBOffsets. Remove...
2007-02-23 Dale Johannesenrewrite of constant islands
2007-02-09 Evan ChengThese vectors are frequently large. Use std::vector...
2007-02-09 Evan ChengAdd reference counting to constantpool entries. Delete...
2007-02-03 Evan Cheng- Branch max. displacement calculation bug.
2007-02-02 Evan ChengUse MBB.empty() instead of MBB.size() for speed.
2007-02-02 Evan ChengWatch out for empty BB.
2007-02-01 Evan ChengPasto. Lots of it.
2007-02-01 Evan Cheng- Off by one bugs in maximum displacement calculation...
2007-02-01 Evan ChengPessmistically assume the .align 2 before the first...
2007-01-31 Evan ChengHandle an interesting corner case: the constpool_entry...
2007-01-31 Evan ChengWhen determining whether a pc relative branch / load...
2007-01-31 Evan ChengSome comments.
2007-01-31 Evan ChengConstPool island bug: watch out for cases where UserMI...
2007-01-31 Evan Cheng- Added Thumb constpool island support.
2007-01-30 Evan Cheng- In thumb mode, if size of MachineFunction is >= 2048...
2007-01-29 Evan ChengFactor GetInstSize() out of constpool island pass.
2007-01-27 Evan ChengThumb jumptable support.
2007-01-26 Evan ChengConditional branch being fixed up is not the last MI...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-26 Evan ChengSplitBlockBeforeInstr() insert a unconditional branch...
2007-01-26 Evan ChengNeed to scan the function for branches even if there...
2007-01-25 Evan ChengForgot to update this.
2007-01-25 Evan ChengAdd comment, fix typo, reduce memory usage, etc.
2007-01-25 Evan ChengDoh. Skip JT branches.
2007-01-25 Evan ChengAdded (preliminary) branch shortening capability to...
2007-01-24 Evan ChengUse PC relative ldr to load from a constantpool in...
2007-01-19 Evan ChengARM backend contribution from Apple.