fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.
[oota-llvm.git] / lib / CodeGen /
2007-05-03 Evan ChengDon't create indexed load / store with zero offset!
2007-05-03 Chris LattnerAllow i/s to match (gv+c). This fixes CodeGen/PowerPC...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Anton KorobeynikovProperly set arguments bitwidth of EHSELECT node
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengIf call frame is not part of stack frame and no dynamic...
2007-05-01 Evan ChengForgot about chain result; also UNDEF cannot have multi...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-05-01 Evan ChengUnder normal circumstances, when a frame pointer is...
2007-05-01 Evan Cheng* Only turn a load to UNDEF if all of its outputs have...
2007-04-30 Chris LattnerFix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBra...
2007-04-30 Chris Lattnerprint isLandingPad() for MBBs
2007-04-30 Chris LattnerContinue refactoring inline asm code. If there is...
2007-04-30 Evan ChengUpdates.
2007-04-30 Chris Lattnerrefactor GetRegistersForValue to take OpInfo as an...
2007-04-30 Chris Lattnerrefactor some code, no functionality change
2007-04-30 Chris LattnerClean up multi-line asam string printing. Instead...
2007-04-29 Chris Lattnergeneralize aggregate handling
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Chris Lattnermemory operands that have a direct operand should have...
2007-04-28 Chris Lattnereliminate more redundant constraint type analysis
2007-04-28 Chris Lattnermerge constraint type analysis stuff together.
2007-04-28 Chris LattnerSignificant refactoring of the inline asm stuff, to...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattnermemory inputs to an inline asm are required to have...
2007-04-28 Chris LattnerFix CodeGen/Generic/2007-04-27-LargeMemObject.ll and
2007-04-28 Chris LattnerFix this to match change to InlineAsm class.
2007-04-27 Chris LattnerFix incorrect legalization of EHSELECTOR. This fixes
2007-04-27 Evan ChengExpand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_...
2007-04-27 Chris Lattnerimprove EH global handling, patch by Duncan Sands.
2007-04-26 Chris Lattnerenable Anton's shift/and switch lowering stuff! It...
2007-04-26 Anton KorobeynikovFixx off-by-one bug, which prevents llvm-gcc bootstrap...
2007-04-26 Dan GohmanFix a typo in a comment.
2007-04-26 Evan ChengRename findRegisterUseOperand to findRegisterUseOperand...
2007-04-26 Evan ChengMinor bug.
2007-04-26 Evan ChengBe careful when to add implicit kill / dead operands...
2007-04-25 Evan ChengMatch MachineFunction::UsedPhysRegs changes.
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
2007-04-25 Evan ChengClean up.
2007-04-25 Evan ChengData structure change to improve compile time (especial...
2007-04-25 Evan ChengThis was lefted out. Fixed sumarray-dbl.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Evan ChengFix for PR1306.
2007-04-25 Evan ChengClean up.
2007-04-25 Chris Lattnersupport for >4G stack frames
2007-04-25 Chris Lattnersupport > 4G stack objects
2007-04-25 Chris Lattnerallow support for 64-bit stack objects
2007-04-25 Chris LattnerBe more careful about folding op(x, undef) when we...
2007-04-24 Bill WendlingAssertion when using a 1-element vector for an add...
2007-04-24 Scott MichelUse '-1U' where '-1UL' is obvious overkill, eliminating...
2007-04-23 Dale Johannesenmodify per review commentary
2007-04-23 Dale Johannesenmake EmitAlignment work the way Chris says it should
2007-04-22 Christopher LambPR400 phase 2. Propagate attributed load/store informat...
2007-04-21 Lauro Ramos VenancioX86 TLS: Implement review feedback.
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-20 Lauro Ramos VenancioAllow the lowering of ISD::GLOBAL_OFFSET_TABLE.
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-18 Evan ChengVarInfo::UsedBlocks is no longer used. Remove.
2007-04-18 Chris Lattnerallow SRL to simplify its operands, as it doesn't deman...
2007-04-18 Chris LattnerWhen replacing a node in SimplifyDemandedBits, if the...
2007-04-18 Chris Lattnerfix a pasto
2007-04-18 Evan ChengDon't populate TryAgainList when coalescing only physic...
2007-04-18 Evan ChengIncrement use count of new virtuals created during...
2007-04-17 Chris LattnerFix a bug in my previous patch, grabbing the shift...
2007-04-17 Chris LattnerFold (x << c1)>> c2 into a single shift if the bits...
2007-04-17 Evan ChengCopy coalescing change to prevent a physical register...
2007-04-17 Evan ChengAdd a register allocation preference field; add a metho...
2007-04-17 Evan ChengKeep track of number of uses within the function per...
2007-04-17 Chris LattnerSIGN_EXTEND_INREG does not demand its top bits. Give...
2007-04-16 Reid SpencerFix problems in the PartSet lowering having to do with...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-14 Chris Lattnerdisable switch lowering using shift/and. It still...
2007-04-14 Anton KorobeynikovFix PR1325: Case range optimization was performed in...
2007-04-14 Chris Lattnerdisable shift/and lowering to work around PR1325 for...
2007-04-13 Anton KorobeynikovFix PR1323 : we haven't updated phi nodes in good manner :)
2007-04-12 Reid SpencerMake sure intrinsics that are lowered to functions...
2007-04-12 Reid SpencerFix bugs in generated code for part_select and part_set...
2007-04-12 Reid SpencerFix a bug in PartSet. The replacement value needs to...
2007-04-12 Chris Lattnerthe result of an inline asm copy can be an arbitrary...
2007-04-12 Chris Lattnerfold noop vbitconvert instructions
2007-04-12 Chris LattnerFix weirdness handling single element vectors.
2007-04-12 Reid SpencerFor PR1284:
2007-04-11 Chris Lattnerfix an infinite loop compiling ldecod, notice by JeffC.
2007-04-11 Chris LattnerFix this harder.
2007-04-11 Chris Lattnerdon't create shifts by zero, fix some problems with...
2007-04-11 Chris LattnerTeach the codegen to turn [aez]ext (setcc) -> selectcc...
2007-04-11 Chris LattnerCodegen integer abs more efficiently using the trick...
2007-04-11 Reid SpencerFor PR1146:
2007-04-10 Chris Lattnerapparently some people commit without building the...
2007-04-09 Jeff CohenNo longer needed.
2007-04-09 Chris Lattnerremove dead target hooks.
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Anton KorobeynikovUse integer log for metric calculation
2007-04-09 Jeff CohenUnbreak VC++ build.
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-09 Reid SpencerFor PR1146:
next