oota-llvm.git
2005-10-31 Andrew LenharthUpdated alpha known problems.
2005-10-31 Chris LattnerApparently these do pass on some alphas
2005-10-31 Chris LattnerFix an iterator invalidation problem in code used by...
2005-10-31 Chris LattnerLimit the search depth of MaskedValueIsZero to 6 instru...
2005-10-31 Jim LaskeyEmit itinerary class in instruction info.
2005-10-31 Jim LaskeyGenerate cpu to itinerary map.
2005-10-31 Chris Lattnerthese tests fail on alpha for some reason
2005-10-31 Jim Laskey1. Embed and not inherit vector for NodeGroup.
2005-10-31 Duraid Madinaadd FP compares and implicit register defs to the dag...
2005-10-30 Jeff CohenUpdate Getting Started for Visual Studio page.
2005-10-30 Chris LattnerSignificantly simplify this code and make it more aggre...
2005-10-30 Chris Lattnernew testcase
2005-10-30 Chris LattnerReduce the number of copies emitted as machine instruct...
2005-10-30 Chris LattnerIf the module has no t-t and the host is an alpha,...
2005-10-30 Duraid Madinafix some broken comparisons, this affected the Pattern...
2005-10-30 Chris LattnerThe pass was removed, but the spirit lives on
2005-10-30 Chris LattnerThis is implemented
2005-10-30 Chris LattnerCodegen mul by negative power of two with a shift and...
2005-10-30 Chris Lattnernew testcase
2005-10-30 Chris LattnerFix a problem that Nate noticed with LSR:
2005-10-30 Chris Lattnernew testcase
2005-10-29 Chris LattnerRevert an accidental commit.
2005-10-29 Jeff CohenMore files deleted.
2005-10-29 Chris LattnerMake -time-passes output prettier
2005-10-29 Chris LattnerMake negative immediates in patterns work correctly...
2005-10-29 Duraid Madinaadd some FP stuff, some mix.* stuff, and constant pool...
2005-10-29 Chris LattnerFix <> in html
2005-10-29 Chris LattnerFirst hack-and-slash on the release notes. Comments...
2005-10-29 Chris LattnerRemove the lowerconstantexprs pass
2005-10-29 Chris LattnerThis pass is now obsolete since all targets have moved...
2005-10-29 Chris LattnerRemove the LowerConstantExpressionsPass pass
2005-10-29 Chris Lattnerremove reference to this pass
2005-10-29 Chris LattnerBasic updates
2005-10-29 Chris LattnerBuh bye Expression.(cpp|h)
2005-10-29 Chris Lattnerremove a dead file
2005-10-29 Chris Lattnerremove a dead header
2005-10-29 Chris LattnerRemove dead #include
2005-10-29 Chris LattnerNow that instcombine does this xform, remove it from...
2005-10-29 Chris LattnerPull some code out into a function, give it the ability...
2005-10-29 Duraid Madinaadd shladd
2005-10-29 Duraid Madinatest for the formation of shladd
2005-10-29 Chris LattnerRemove a special case, allowing the general case to...
2005-10-28 Nate BegemanNew case to handle someday
2005-10-28 Chris LattnerSwitch more code over to using getValueAsListOfDefs...
2005-10-28 Chris LattnerDon't emit "32" for unordered comparison
2005-10-28 Chris LattnerRename Record::getValueAsListDef to getValueAsListOfDef...
2005-10-28 Chris LattnerUse the new interface Jim added
2005-10-28 Jim LaskeyRemoved Mr. Smith from the code.
2005-10-28 Jim LaskeyAdded method to return a vector of records for a ListIn...
2005-10-28 Chris Lattneradd a hack to get code with ordered comparisons working...
2005-10-28 Chris Lattneradd support for branch on ordered/unordered.
2005-10-28 Chris Lattneradd the xfail lines
2005-10-28 Chris LattnerNew testcase. Probably many targets don't support...
2005-10-28 Chris LattnerDo not globalize internal symbols
2005-10-28 Chris LattnerThese are autogenerated
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-10-28 Chris LattnerThe nightly tester report doesn't report JIT code size...
2005-10-28 Chris LattnerFix a bit of backwards logic that broke exptree and...
2005-10-28 Jim LaskeyAdd some commentary.
2005-10-28 Chris Lattnerremove dead stuff
2005-10-28 Chris LattnerEliminate getClass, it is not needed
2005-10-28 Jeff CohenKeep Visual Studio happy.
2005-10-28 Chris Lattnera bad case for bitfield insert
2005-10-27 Jim LaskeyNow generating instruction itineraries for scheduling...
2005-10-27 Jim LaskeyStructures used to hold scheduling information.
2005-10-27 Chris Lattnerupdate project file
2005-10-27 Chris LattnerDo not sink any instruction with side effects, includin...
2005-10-27 Chris LattnerFix #include order
2005-10-27 Chris Lattnerunbreak the build again
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-27 Chris LattnerFix DSE to not nuke dead stores unless they redundant...
2005-10-27 Chris LattnerFix typo
2005-10-27 Chris LattnerTeach instcombine to promote stuff like (cast (malloc...
2005-10-27 Chris LattnerPromote cases like cast (malloc sbyte, 100) to int...
2005-10-27 Chris LattnerMinor change to this file to support obscure cases...
2005-10-27 Chris LattnerAdd a simple xform that is useful for bitfield operations.
2005-10-27 Jeff CohenFine tune Visual Studio's use of bison/flex.
2005-10-27 Chris LattnerMake sure to build things in the right order, build...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-26 Andrew Lenharthint comparison patterns
2005-10-26 Chris LattnerFix some spello's pointed out by Gabor Greif
2005-10-26 Jim LaskeyTypo made worse x 2 - take 2.
2005-10-26 Chris LattnerFix an assert compiling MallocBench/gs
2005-10-26 Jim LaskeyTypo x 2
2005-10-26 Jim LaskeySimplify.
2005-10-26 Andrew LenharthSimplify instinfo, set random bits on more fp insts...
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-26 Jim LaskeyAdd attribute name and type to SubtargetFeatures.
2005-10-26 Chris Lattnerfold nested and's early to avoid inefficiencies in...
2005-10-26 Chris LattnerCondcodes are in the ISD namespace
2005-10-26 Chris LattnerAdd nodes for CondCodeSDNode and setcc, and add a bunch...
2005-10-26 Chris LattnerAdd support for CondCode's
2005-10-26 Jeff CohenFix comment.
2005-10-26 Jeff CohenEliminate use of sed in Visual Studio builds.
2005-10-26 Jeff CohenEliminate need for bison/flex in Visual Studio builds.
2005-10-26 Jeff CohenUpdate Visual Studio projects to reflect moved file.
2005-10-25 Nate BegemanAdd a regression test for the recent fix for FP_TO_UINT...
2005-10-25 Nate BegemanAdd a note about some bitfield stuff we could be doing...
2005-10-25 Nate BegemanCorrectly Expand or Promote FP_TO_UINT based on the...
next