oota-llvm.git
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.
2010-01-05 Chris Lattnersplit instcombine of shifts out to its own file.
2010-01-05 Chris Lattnereliminate getBitCastOperand and simplify some over...
2010-01-05 Chris Lattnersplit call handling out to InstCombineCalls.cpp
2010-01-05 Chris Lattneroptimize cttz and ctlz when we can prove something...
2010-01-05 Chris Lattnerthis inline function moved to addsub
2010-01-05 Chris Lattnersplit add/sub out to its own file. Eliminate use of
2010-01-05 Chris Lattnerall the places we use hasOneUse() we know are instructi...
2010-01-05 Chris Lattnereliminate AssociativeOpt and its last uses.
2010-01-05 Chris Lattnerinline the FoldICmpLogical functor.
2010-01-05 Evan ChengCode refactoring.
2010-01-05 Chris Lattnerinline the 'AddRHS' transformation, simplifying things...
2010-01-05 Chris Lattnerremove massive over-genality manifested as a big template
2010-01-05 Chris Lattnersplit mul/div/rem instructions out to their own file.
2010-01-05 Chris Lattnerclean up header.
2010-01-05 Chris Lattnersplit select out to its own file.
2010-01-05 Chris Lattnersplit out load/store/alloca.
2010-01-05 Chris Lattnerreduce indentation
2010-01-05 Chris Lattnersplit vector stuff out to InstCombineVectorOps.cpp
2010-01-05 Chris Lattnersplit PHI node stuff out to InstCombinePHI.cpp
2010-01-05 Chris Lattnerconvert various IntrinsicInst's to use class instead...
2010-01-05 Chris Lattnerfix an infinite loop in reassociate building emacs.
2010-01-05 David GreeneChange this back to errs().
2010-01-05 David GreeneThese should probably be errs().
2010-01-05 Devang PatelDelete renaming use of dead dbg intrinsics.
2010-01-05 Devang PatelUse StringRef.startswith().
2010-01-05 David GreeneFix a build error by adding a missing commit.
2010-01-05 David GreeneFix a build error and change errs() to dbgs().
2010-01-05 Dan GohmanRemove an unneeded svn:ignore property.
2010-01-05 David GreeneEnable debug buffering.
2010-01-05 David GreeneEnable debug buffering.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
next