RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted.
[oota-llvm.git] / lib / CodeGen /
2007-05-17 Evan ChengMove isSuccessor() offline, change it to use std::find.
2007-05-17 Chris Lattnerdisable MaskedValueIsZero, ComputeMaskedBits, and Simpl...
2007-05-17 Chris Lattneradd expand support for ADDC/SUBC/ADDE/SUBE so we can...
2007-05-16 Evan ChengAdd target hook to specify block size limit for if...
2007-05-16 Dale JohannesenDon't fold bitconvert(load) for preinc/postdec loads...
2007-05-16 Evan ChengisBlockPredicable() always ignore terminal instructions...
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; Moved isPredicable...
2007-05-16 Duncan SandsOutput exception call-sites in address order, as requir...
2007-05-16 Chris LattnerUse a ptr set instead of a linear search to unique...
2007-05-16 Evan ChengDevang points out that we need an assertion here.
2007-05-16 Evan ChengBug fix: should check ABI alignment, not pref. alignment.
2007-05-16 Evan ChengInitial commit of (very basic) if converter.
2007-05-15 Dale JohannesenRemove extra CFG edges before doing these passes; it...
2007-05-15 Lauro Ramos VenancioFix an infinite recursion in GetNegatedExpression.
2007-05-15 Duncan SandsThe index into the actions table is a ULEB128 not a...
2007-05-15 Reid SpencerUn-brain-dead-ify the lowering of part set for the...
2007-05-15 Chris LattnerFix some subtle issues handling immediate values. ...
2007-05-15 Evan ChengAdded getNumExplicitOperands and findFirstPredOperand.
2007-05-14 Chris Lattnerimplement a simple fneg optimization/propagation thing...
2007-05-14 Evan ChengOnly worry about intervening kill if there are more...
2007-05-14 Evan ChengFix for PR1406:
2007-05-14 Evan ChengWhen marking a register as being implicitly defined...
2007-05-14 Reid SpencerGive names to the final result values of the part_set...
2007-05-13 Anton KorobeynikovEmit function debug frames in one atom. This will preve...
2007-05-13 Anton KorobeynikovEmit multiple common EH frames for multiple (including...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-12 Reid SpencerGet the size of auto arrays right, regardless of its...
2007-05-11 Devang PatelFix lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of...
2007-05-11 Anton KorobeynikovPerform correct actions numbers/sizes computation
2007-05-11 Anton KorobeynikovFix action No calculation in multiple-invoke-one-LP...
2007-05-10 Dale JohannesenDo not generate branches to entry block. This fixes...
2007-05-10 Anton KorobeynikovOoops. Some debugging stuff :)
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-10 Duncan SandsLater computations assume we are aligned at this point.
2007-05-10 Anton KorobeynikovTypeIds are indexed by j, not i
2007-05-10 Dale JohannesenMake tail merging handle many more cases (all it can...
2007-05-09 Evan ChengCan't fold the bit_convert is the store is a truncating...
2007-05-09 Anton KorobeynikovDo not assert, when case range split metric is zero...
2007-05-08 Bill WendlingChange names from RA to something unique to get rid...
2007-05-08 Evan ChengEliminate MarkVirtRegAliveInBlock recursion.
2007-05-07 Evan ChengForgot a check.
2007-05-07 Evan ChengEnable a couple of xforms:
2007-05-07 Dale JohannesenHandle some non-exit blocks in tail merging.
2007-05-07 Duncan SandsParameter attributes on invoke calls were being lost...
2007-05-06 Anton KorobeynikovDetabify
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-05 Duncan SandsUse the personality function that was registered with...
2007-05-05 Chris LattnerPropagate alignment/volatility in two places.
2007-05-05 Duncan SandsSpelling fix.
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-04 Duncan SandsA bitcast of a global variable may have been constant...
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
next