Use WriteAsOperand instead of getName() to print loop header names,
[oota-llvm.git] / lib /
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2010-01-09 David ChisnallFixed linking of modules containing aliases to constant...
2010-01-09 Duncan SandsSuppress use of uninitialized variable warning.
2010-01-09 Chris Lattneronly factor from expressions whose uses are empty and...
2010-01-09 Dan GohmanRevert an earlier change to SIGN_EXTEND_INREG for vecto...
2010-01-09 Chris Lattnerclean up this code, add a fixme.
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
2010-01-09 Devang PatelNamedMDNode is never used so there is no need to enumer...
2010-01-09 Julien LerougeFix nondeterministic behavior.
2010-01-09 Devang PatelNamedMDNode element is either null or MDNode. Otherwise...
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-09 Evan ChengDan pointed out checking whether a node is dead by...
2010-01-08 Evan ChengFix a critical bug in 64-bit atomic operation lowering...
2010-01-08 Eric ChristopherRemove unnecessary dyn_cast and add a comment. Part...
2010-01-08 Chris Lattnermplement a theoretical fixme.
2010-01-08 Chris Lattnerrename CanEvaluateInDifferentType -> CanEvaluateTruncat...
2010-01-08 Evan ChengFix comment.
2010-01-08 Chris Lattnerteach instcombine to delete sign extending shift pairs...
2010-01-08 Chris Lattnerfix PR5978 by peeling the loop so that we avoid shiftin...
2010-01-08 Duncan SandsSuppress an unused variable warning when assertions...
2010-01-08 Chris Lattnertidy up some stuff duncan pointed out.
2010-01-08 Johnny ChenMinor change, change the order of two "let Inst{.....
2010-01-08 Eric ChristopherAfter further thought revert the patch to make fast...
2010-01-08 Evan ChengReplaceAllUsesOfValueWith may delete other nodes that...
2010-01-08 Evan ChengFix what looks to me obvious instruction definition...
2010-01-08 Eric ChristopherRemove extraneous include.
2010-01-07 Chris Lattnerteach ComputeNumSignBits to look through PHI nodes.
2010-01-07 Chris LattnerEnhance instcombine to reason more strongly about promo...
2010-01-07 Chris LattnerFix rdar://7517201, a regression introduced by r92849.
2010-01-07 Chris Lattnerfactor this code better and reduce nesting at the same
2010-01-07 Evan ChengAPInt'fy TargetLowering::SimplifySetCC to fix PR5963.
2010-01-07 Benjamin KramerSimplify code. No intended functionality/performance...
2010-01-07 Eric ChristopherIf the data requires a relocation then don't attempt to
2010-01-07 Eric ChristopherWe need to put any kind of data with a relocation into a
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-07 Chris Lattnerconstant materialization could be improved.
2010-01-07 Benjamin KramerKill dead store.
2010-01-07 Benjamin KramerRemove dead variable.
2010-01-07 Benjamin KramerUse pop_back_val instead of back()+pop_back.
2010-01-07 Benjamin KramerUse a do-while loop instead of while + boolean.
2010-01-07 Duncan SandsBe less stingy as to how many selects and phi nodes we
2010-01-07 Douglas GregorMore trivial optimizations to a function well outside...
2010-01-07 Chris Lattnerhandle ConstantVector while I'm in here.
2010-01-07 Chris Lattnerfix a globalopt crash on 'bullet' (handling evaluation...
2010-01-07 Evan ChengFix a minor regression from my dag combiner changes...
2010-01-07 Douglas GregorSwitch StringRef::edit_distance over to using raw point...
2010-01-06 Jim Grosbach80 column violations
2010-01-06 Jakob Stoklund OlesenAllow double defs after tail duplication.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Jim GrosbachAddressing mode 6 (load/store) instructions can't encod...
2010-01-06 Jim GrosbachAnti-dependency breaking needs to be careful regarding...
2010-01-06 Eric ChristopherMove the object size intrinsic optimization to inst...
2010-01-06 Evan ChengComment.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Victor HernandezWhen parsing function-local metadata, create a function...
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2010-01-06 Duncan SandsFix a README item: have functionattrs look through...
2010-01-06 Mikhail GlushenkovFormatting.
2010-01-06 Lang HamesFixed malformed -*- lines in PBQP headers.
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-06 Chris Lattnertweaks suggested by Duncan
2010-01-06 Dale JohannesenReenable debug info on PPC. Works well enough to
2010-01-06 Dale JohannesenMake sure debug info hook gets called when emitting
2010-01-06 Chris LattnerTeach instcombine's sext elimination logic to be more...
2010-01-06 Jakob Stoklund OlesenAdd <imp-def> and <imp-kill> operands when replacing...
2010-01-06 Bill WendlingThe previous code could potentially cause a cycle....
2010-01-06 Bill WendlingOnly check the ordering if there is an ordering for...
2010-01-05 Bill WendlingAdd a semi-primitive form of scheduling via the "SDNode...
2010-01-05 Chris Lattnersimplify this code.
2010-01-05 Bill WendlingDon't assign the shift the same type as the variable...
2010-01-05 Johnny ChenUndo r92785, it caused test failure.
2010-01-05 Chris Lattnermake this a static function instead of a method.
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 Victor HernandezRe-add parsing of function-local metadata; this time...
2010-01-05 Chris Lattnermore rearrangement and cleanup, fix my test failure.
2010-01-05 Chris Lattnercleanup
2010-01-05 Chris Lattnerremove two trunc xforms that are subsumed by EvaluateIn...
2010-01-05 Johnny ChenAdd Rt2 to the asm format string for 32-bit Thumb load...
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Jakob Stoklund OlesenDon't specify CR sub-registers as implicit defs of...
2010-01-05 Chris Lattnerjust remove this xform which is subsumed by others.
2010-01-05 Victor HernandezFix comment for CheckDebugInfoIntrinsics
2010-01-05 Chris Lattnermove a trunc-specific transform out of commonIntCastTra...
2010-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Chris Lattnermove a zext specific xform out of commonIntCastTransfor...
2010-01-05 Jakob Stoklund OlesenRemove livein checks from machine code verifier.
2010-01-05 Chris Lattnermove a trunc-specific xform out of commonIntCastTransfo...
2010-01-05 Chris Lattnerreduce indentation
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Benjamin KramerAdd a new predicate for integer type equality tests.
2010-01-05 Chris Lattneroptimize comparisons against cttz/ctlz/ctpop, patch...
2010-01-05 Dan GohmanNick Lewycky pointed out that this code makes changes...
2010-01-05 Devang PatelIf a scope has only one instruction then first instruct...
2010-01-05 Dan GohmanSet Changed properly after calling DeleteDeadPHIs.
2010-01-05 Dan GohmanUse do+while instead of while for loops which obviously...
2010-01-05 Dan GohmanFix indentation.
2010-01-05 Dan GohmanMake RecursivelyDeleteTriviallyDeadInstructions,
2010-01-05 Benjamin KramerAdd newline at EOF.
next