oota-llvm.git
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-05 Dan GohmanRemove the SDNPAssociative properties for the flags...
2010-01-05 Dan GohmanSimplify this code; avoid duplicating the low-level...
2010-01-05 Dan GohmanFix a typo in a comment.
2010-01-05 Daniel DunbarFix some struct/class specifier mismatches.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Daniel DunbarUpdate CMake LibDeps
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Devang PatelFix debug_inlined section entries for routines whose...
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Daniel Dunbartblgen/OptParser: Use EmitSourceFileHeader.
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Douglas GregorFix CMake build for InstCombine changes
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Dan GohmanMake this test more portable.
2010-01-04 Evan ChengPerform this folding as a target specific dag combine:
2010-01-04 Dan GohmanUse a pointer type rather than MVT::Other for the Exter...
2010-01-04 Dan GohmanRemove some README.txt entries which are now implemented.
2010-01-04 Devang PatelRemove oversimplified test case.
2010-01-04 Dan GohmanAdd some tests and update an existing test to reflect...
2010-01-04 Dan GohmanA use by operand 1 or 2 of a SELECT is not a FLAGS...
2010-01-04 Dan GohmanFlags-producing add, and, or, etc. have the same profib...
2010-01-04 Dan GohmanAdd SDNPCommutative and SDNPAssociative to several...
2010-01-04 Devang PatelFix begin and end markers for nested scopes.
2010-01-04 Dan GohmanReplace some special-case code which probably was buggy...
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Devang PatelThe test, derived from optimzed IR, does not mention...
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Chris LattnerTruncate GEP indexes larger than the pointer size down...
2010-01-04 Chris Lattnersilence a bogus 'might be used uninit' warning from...
2010-01-04 Dan GohmanAdd a comment.
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Anton KorobeynikovFix invalid chain folding for memory variant of sdiv...
2010-01-04 Chris Lattnermove some more cast-related stuff
2010-01-04 Mikhail Glushenkov80-col violations, trailing whitespace.
2010-01-04 Chris Lattnermove the [Can]EvaluateInDifferentType functions out...
2010-01-04 Chris Lattnersplit 943 lines of instcombine out to a new InstCombine...
2010-01-04 Chris Lattnersplit instcombine of compares (visit[FI]Cmp) out to
2010-01-04 Chris Lattnerupdate cmakefile
2010-01-04 Chris Lattnermove the 'SimplifyDemandedFoo' methods out to their...
2010-01-04 Mikhail GlushenkovFix the Emacs mode string.
2010-01-04 Chris Lattnersplit the instcombine class definition out to a header...
2010-01-04 Chris Lattnerremove a ton of unneeded LLVMContext stuff.
2010-01-04 Chris Lattnermove InstCombineWorklist out to its own header.
2010-01-04 Chris Lattnerforgot to svn add these.
2010-01-04 Chris Lattnermove instcombine to its own library, it's past time.
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2010-01-03 Chris Lattnerit isn't safe to speculative load from a malloc, it...
2010-01-03 Chris Lattneradd PR#
2010-01-03 Chris Lattnerdifferences between two blockaddress's don't cause a
2010-01-03 Chris Lattnerpull my debug hooks out, I'm done with this xform for...
2010-01-03 Nick LewyckySmall cleanups, refactor some duplicated code into...
2010-01-03 Chris Lattnergeneralize the previous transformation to handle indexi...
2010-01-03 Nick LewyckyCleanup.
2010-01-02 Chris Lattnerteach instcombine to optimize idioms like A[i]&42 ...
2010-01-02 Chris LattnerTeach the table lookup optimization to generate range...
2010-01-02 Chris Lattnertheoretically the negate we find could be in a differen...
2010-01-02 Chris Lattneruse enums for the over/underdefined markers for clarity...
2010-01-02 Chris Lattnerremove the random sampling framework, which is not...
2010-01-02 Nick LewyckyFix logic error in previous commit. The != case needs...
2010-01-02 Nick LewyckyOptimize pointer comparison into the typesafe form...
2010-01-02 Chris LattnerGeneralize the previous xform to handle cases where...
2010-01-02 Chris Lattnerfix a miscompilation I introduced of cdecl with a late...
2010-01-02 Chris Lattnerenhance the compare/load/index optimization to work...
2010-01-02 Mikhail GlushenkovForward -O0 to llvm-gcc.
2010-01-02 Mikhail GlushenkovApparently, it is OK for -MT to be specified several...
2010-01-02 Chris Lattnerenhance the previous optimization to work with fcmp...
2010-01-02 Chris LattnerTeach instcombine to fold compares of loads from constant
2010-01-02 Chris Lattnerconstant fold nasty constant expressions formed by...
2010-01-02 Chris Lattnerremove the instcombine transformations that are inserti...
2010-01-02 Chris Lattnerallow this to work on linux hosts.
2010-01-02 Chris LattnerTeach codegen to handle:
2010-01-01 Chris Lattnerrename file.
2010-01-01 Chris Lattnerwhitespace cleanup
2010-01-01 Chris Lattneradd a simple instcombine xform, simplify another one...
2010-01-01 Chris Lattnergeneralize the pointer difference optimization to handle
2010-01-01 Chris Lattnerteach instcombine to optimize pointer difference idioms...
2010-01-01 Chris Lattneruse 'match' to simplify some code.
2010-01-01 Chris Lattnerimplement the transform requested in PR5284
2010-01-01 Mikhail GlushenkovFix a warning on gcc 4.4.
2010-01-01 Mikhail GlushenkovTrailing whitespace, 80-col violations.
2010-01-01 Mikhail GlushenkovMinor simplifactions.
2010-01-01 Mikhail GlushenkovTypo.
2010-01-01 Mikhail GlushenkovMake CheckForSuperfluousOptions handle list form of...
2010-01-01 Mikhail GlushenkovMinor simplifications.
2010-01-01 Mikhail GlushenkovBetter error message.
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
next