oota-llvm.git
2005-11-03 Chris LattnerFix mac os spelling
2005-11-03 Chris LattnerAdd more bison versions, thanks to Vladimir
2005-11-03 Chris LattnerPer bug 655, give people more options in case 1.35...
2005-11-03 Duraid Madinaadd pattern to load constant 0 into a predicate reg
2005-11-03 Chris Lattneradd a hack that fixes:
2005-11-03 Chris LattnerReject integer literals that are out of range for their...
2005-11-03 Chris LattnerFix a bug that prevented this pattern from matching
2005-11-02 Nate BegemanFix a crash that Andrew noticed, and add a pair of...
2005-11-02 Andrew Lenharthmake this 64 bit clean, fixed test30 of /Regression...
2005-11-02 Andrew LenharthThis is missed by InstCombine, patch comming
2005-11-02 Chris LattnerFix a QOI issue noticed by Markus F.X.J. Oberhumer.
2005-11-02 Duraid Madina"fix" support for FP constants (this code asserts in...
2005-11-02 Duraid Madinaadd F0 and F1 to the FP register class
2005-11-02 Chris LattnerThis works now
2005-11-02 Chris LattnerAdd support for immediates directly in the pattern...
2005-11-02 Jeff CohenKeep VC++ happy.
2005-11-02 Duraid Madinaadd support for SELECT to TargetSelectionDAG.td, add...
2005-11-02 Duraid Madinaadd support for loading FP constants +0.0 and +1.0...
2005-11-02 Chris LattnerFix a source of undefined behavior when dealing with...
2005-11-01 Misha Brukman* Replace ampersands in section titles with more formal...
2005-11-01 Misha BrukmanRe-generated to fix copy-paste typo noticed by Marco...
2005-11-01 Misha BrukmanFixed copy-paste typo, patch by Marco Matthies.
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Jeff CohenKeep VC++ happy.
2005-11-01 Chris LattnerLet people who run the nightly tester specify paths...
2005-11-01 Duraid Madinaheh, scheduling was easy?
2005-11-01 Duraid MadinaFORTRAN!!! :( and other similarly unfortunate things...
2005-11-01 Duraid Madinaso tablegen was thinking I might want to convert FPs...
2005-11-01 Duraid Madinaadd support for int->FP and FP->int ops, and add ia64...
2005-11-01 Duraid Madinaadd zeroextend predicate->integer
2005-11-01 Chris LattnerAdd a flag to enable a darwin linker optimization
2005-10-31 Chris LattnerMake constant pool entries use private labels. This...
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
next