oota-llvm.git
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 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2010-01-08 Evan ChengFix a critical bug in 64-bit atomic operation lowering...
2010-01-08 Eric ChristopherGrammar thinko.
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 Tobias GrosserAdd assert to check dominance dfs numbers.
2010-01-07 Tobias GrosserRemove workaround in PostDominators
2010-01-07 Tobias GrosserFix DFS number calculation for postdominators
2010-01-07 Chris Lattnerteach ComputeNumSignBits to look through PHI nodes.
2010-01-07 Chris Lattnerfilecheckize
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 David GreeneRevert r92939. These intrinsics get matched to LLVM...
2010-01-07 Evan ChengAPInt'fy TargetLowering::SimplifySetCC to fix PR5963.
2010-01-07 David GreeneAdd some "missing" instrinsics to make the SSE intrinsi...
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 Kovarththanan... Fix occurrence typo
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 SandsCorrect spelling.
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-07 Jakob Stoklund... Add comments.
2010-01-06 Jim Grosbach80 column violations
2010-01-06 Jakob Stoklund... Allow double defs after tail duplication.
2010-01-06 Jakob Stoklund... Add 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 Douglas GregorFix struct/class mismatch
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 Duncan SandsThis is testing a darwin specific feature, so only...
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... Add <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 Dan GohmanMove this test from test/Transforms/IndVarSimplify to
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 Chris Lattnermerge some tests.
2010-01-05 Johnny ChenAdd Rt2 to the asm format string for 32-bit Thumb load...
2010-01-05 Chris Lattnermerge cast2 into cast.ll
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Chris Lattnerremove useless test.
2010-01-05 Chris Lattneranother example.
2010-01-05 Jakob Stoklund... Don't specify CR sub-registers as implicit defs of...
2010-01-05 Chris Lattnerremove a useless negative test, add a rdar # to an...
2010-01-05 Chris Lattnerclean up tests.
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... Remove livein checks from machine code verifier.
2010-01-05 Chris Lattnermove a trunc-specific xform out of commonIntCastTransfo...
2010-01-05 Chris Lattnerreduce indentation
next