remove these.
[oota-llvm.git] / lib / Target /
2007-02-25 Dale Johannesenremove crediting of Evan Cheng and me.
2007-02-25 Dale JohannesenRemoved WaterListOffset, inserted BBOffsets. Remove...
2007-02-23 Bill WendlingPR1164:
2007-02-23 Lauro Ramos Venanciobugfix: SP wasn't updated for varargs when frame pointe...
2007-02-23 Jim LaskeyDon't spill LR as a callee saved register.
2007-02-23 Lauro Ramos VenancioFix stack alignment in functions with varargs.
2007-02-23 Dale Johannesenrewrite of constant islands
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-02-23 Evan Cheng80 col. violation.
2007-02-23 Anton KorobeynikovExternal weak linkage is supported by recent binutils...
2007-02-23 Evan ChengBy default, spills kills the register being stored.
2007-02-23 Evan ChengAdd option to turn on register scavenger; By default...
2007-02-22 Chris Lattnerremove obsolete file
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-21 Jim LaskeyAdd TAI field for exception table section.
2007-02-21 Evan ChengELF / PIC requires GOT be in the EBX register during...
2007-02-20 Dan GohmanFix typos in comments.
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.
next