simplify some code that was not llvm_shutdown safe
[oota-llvm.git] / lib / Target /
2007-02-20 Evan ChengHow the heck did I forget patterns for llvm.x86.sse2...
2007-02-19 Reid SpencerSimplify some code by moving variable declarations...
2007-02-19 Reid SpencerImplement support for non-standard integer bit widths...
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-17 Chris LattnerFix ixaddrs as well, allowing ppc64 to compile to:
2007-02-17 Chris LattnerCompile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:
2007-02-17 Chris LattnerDo not dereference invalid ranges. Generalize targetda...
2007-02-16 Chris LattnerFix CodeGen/PowerPC/2007-02-16-AlignPacked.ll
2007-02-16 Reid SpencerRemove an unnecessary predicate.
2007-02-16 Chris Lattnersimplify some code, ensure that packed structures get...
2007-02-16 Chris Lattnerfix incorrect encoding of vminsw.
2007-02-16 Andrew LenharthThis was done recently
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1202:
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFixed packed structure breakage from earlier TargetData...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Andrew LenharthWell this isn't as ugly and it works better. At least...
2007-02-13 Chris Lattneradd a note
2007-02-13 Lauro Ramos VenancioAdd space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...
2007-02-12 Chris Lattnermore notes
2007-02-12 Chris Lattneradd a note
2007-02-10 Chris LattnerSwitch LayoutInfo to be a DenseMap instead of an std...
2007-02-10 Chris Lattneradd a typedef
2007-02-10 Chris Lattnereliminate the std::vector from StructLayout, allocating...
2007-02-10 Chris Lattnerencapsulate the rest of the StructLayout members.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Chris LattnerUse ManagedStatic to manage LayoutInfo, instead of...
2007-02-10 Chris LattnerChange TargetData::getIndexedOffset interface to not...
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-09 Chris Lattneradd a note
2007-02-09 Nate BegemanRemove fixed item
2007-02-08 Evan ChengThis is done.
2007-02-08 Andrew Lenharthreturn addresses, those I already have
2007-02-08 Bill WendlingFixed comments.
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-02-08 Bill WendlingAdded new method to add a "simple" code emitter. That...
2007-02-08 Bill WendlingDead files. Functionality has been taken over by the...
2007-02-07 Evan ChengisLowRegister() expects input is a physical register.
2007-02-07 Evan ChengRename.
2007-02-07 Evan ChengIf sp offset will be materialized in a register. Clear...
2007-02-07 Evan ChengGet rid of references to iostream.
2007-02-07 Evan ChengNew entry.
2007-02-07 Evan ChengIn thumb mode, R3 is reserved, but it can be live in...
2007-02-07 Evan ChengUpdate
2007-02-07 Evan Cheng- If fp (r7) is used to reference stack objects, use...
2007-02-07 Evan ChengeliminateFrameIndex() is even more complicated if frame...
2007-02-07 Evan ChengSpill / restore should avoid modifying the condition...
2007-02-06 Evan ChengSelect add FI, c correctly.
2007-02-06 Evan ChengfoldMemoryOperand() cannot fold tMOVrr sp into load...
2007-02-06 Evan ChengeliminateFrameIndex() bug when frame pointer is used...
2007-02-06 Evan Cheng- Store val, [sp, c] must be selected to tSTRsp.
2007-02-05 Reid SpencerAlthough targets are not required to support integers...
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Chris LattnerFix a miscompilation in the addr mode code trying to...
2007-02-03 Evan ChengARM callseq_end should have a input flag operand so...
2007-02-03 Evan ChengFix comments.
2007-02-03 Bill WendlingMoved the GetTargetRelocation method from PPCMachOWrite...
2007-02-03 Bill WendlingMoved the GetTargetRelocation method to the PPCMachOWri...
2007-02-03 Bill WendlingPut destructor out-of-line.
2007-02-03 Evan Cheng- Branch max. displacement calculation bug.
2007-02-02 Lauro Ramos Venanciobugfix: SP isn't resetted when function has FP and...
2007-02-02 Evan ChengAnother thumb large stack offset codegen 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-02 Evan ChengUgh. Only meant to do this in thumb mode.
2007-02-02 Chris Lattneradd a note
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-02 Evan ChengFix a bug in getARMCMP (which translate CondCode to...
2007-02-01 Evan ChengThumb does not have clz.
2007-02-01 Lauro Ramos VenancioDefine PrivateGlobalPrefix for ARM Linux. (Fix CodeGen...
2007-02-01 Evan ChengPasto. Lots of it.
2007-02-01 Lauro Ramos VenancioFix .thumb_func directive on linux.
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Evan Cheng- Off by one bugs in maximum displacement calculation...
2007-02-01 Anton KorobeynikovFixed uninitialized stuff inside LegalizeDAG. Fortunate...
2007-02-01 Evan Cheng.set pc relative displacement bug: label should be...
2007-02-01 Evan ChengAdd a note.
2007-02-01 Evan ChengAlso set alignment of stack-based structs to 4 in thumb...
2007-02-01 Evan ChengSpecial epilogue for vararg functions. We cannot do...
2007-02-01 Evan ChengPessmistically assume the .align 2 before the first...
2007-02-01 Evan ChengPossible JT improvements.
2007-02-01 Chris LattnerFix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
2007-01-31 Evan ChengDon't emit unnecessary .align directive.
2007-01-31 Evan ChengHandle an interesting corner case: the constpool_entry...
2007-01-31 Evan ChengDon't want to add FramePtr to callee save spill list...
2007-01-31 Evan ChengDarwin ABI requires FP to point to stack slot of prev FP.
2007-01-31 Evan ChengAdd entry.
2007-01-31 Evan ChengThumb add sp, #imm requires the immediate value be...
2007-01-31 Evan ChengUpdate comment.
2007-01-31 Evan ChengDead comment.
2007-01-31 Evan ChengThumb asm syntax does not want 's' suffix for flag...
2007-01-31 Evan ChengWhen determining whether a pc relative branch / load...
next