oota-llvm.git
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
2010-01-05 Anton KorobeynikovRegenerate
2010-01-05 Anton KorobeynikovProper deduce z/System LLVM target from target triple...
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 David GreeneAdd an !eq() operator to TableGen. It operates on...
2010-01-05 Dan GohmanAdd an entry on SmallBitVector.
2010-01-05 Chris Lattneroptimize comparisons against cttz/ctlz/ctpop, patch...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2010-01-05 Dan GohmanNick Lewycky pointed out that this code makes changes...
2010-01-05 David GreeneHave TableGen emit code that uses dbgs() rather than...
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 Dan GohmanSome versions of GCC don't like non-static data members...
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...
2010-01-05 Benjamin KramerAdd newline at EOF.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 Chris Lattnerprune some #includes.
2010-01-05 Chris Lattnersplit and/or/xor out into one overly-large (2000LOC...
2010-01-05 Chris Lattnermissed file with previous commit.
next