* llvm.spec.in: update blurb
[oota-llvm.git] / utils /
2007-07-10 Evan ChengTry committing again. Add OptionalDefOperand. Remove...
2007-07-09 Reid SpencerRemove the cvsupdate script. Its no longer useful in...
2007-07-09 Reid SpencerSubversionify the script.
2007-07-06 Evan ChengImmutablePredicateOperand is no more.
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-06 Evan ChengRefactor code to add initial support for OptionalDefOpe...
2007-07-05 Evan ChengTeach DAGISelEmitter about zero_reg.
2007-07-05 Evan ChengInstructions with ImmutablePredicateOperand aren't...
2007-07-04 Reid SpencerIgnore the .svn directories so countloc.sh and llvmgrep...
2007-07-03 Anton KorobeynikovTest modified svn mailer
2007-07-02 Reid SpencerRemove the last vestiges of -usesvn.
2007-07-02 Reid SpencerWe want the Subversion checkout to succeed even if...
2007-06-29 John CriswellApplied Reid's patch. Long live Subversion!
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Reid SpencerFix problems with the checkout and cd directories for...
2007-06-27 Evan ChengOne additional field in TargetRegisterDesc.
2007-06-26 Evan ChengAdd immediate sub-registers.
2007-06-26 Reid SpencerUpdate for Subversion conversion:
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-26 Dan GohmanFix a typo in a comment.
2007-06-19 Chris Lattnersilence warning when assertions are disabled.
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2007-06-06 Evan ChengAdd clobbersPred - instruction that clobbers condition...
2007-06-04 Bill WendlingPatches by Chuck Rose to unbreak V Studio builds.
2007-06-04 Dan GohmanRemove the operator<< for MVT::ValueType in preparation...
2007-05-22 Reid SpencerThe Intrinsic::getDeclaration function's Tys parameter...
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; opcode can be...
2007-05-15 Chris LattnerFix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash...
2007-05-15 Evan ChengAdded \!con(a,b) syntax to concatnate two dag fragments.
2007-05-15 Evan ChengMark all (not just the first) predicate operand M_PREDI...
2007-05-15 Evan ChengPredicateOperand related bug fix.
2007-05-14 Evan ChengRemove duplicated line.
2007-05-08 Evan ChengIf a PredicateOperand has an empty ExecuteAlways field...
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-05-03 Lauro Ramos VenancioMake my proxy happy.
2007-05-01 Nate BegemanA bit of feedback from Chris that I missed; error rathe...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-04-26 Dan GohmanUpdate a comment to reflect recent changes in the type...
2007-04-26 Lauro Ramos Venanciobugfix: remember that ResNode was declared.
2007-04-22 Christopher LambFix generation of certain scheduler itineraries.
2007-04-21 Evan ChengBug fix; add super-registers sets.
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-20 Evan ChengAdd sub-registers sets.
2007-04-16 Reid SpencerFor PR1328:
2007-04-13 Tanya LattnerAdding target triplet to be passed to database.
2007-04-10 Jeff CohenCorrectly report version of GCC used.
2007-04-07 Reid SpencerUpdate for PathWithStatus
2007-04-07 Reid SpencerTerminate some lines that need to be.
2007-04-07 Reid SpencerReinstate the SVN capability without requiring Date...
2007-04-04 Reid SpencerRevert this until the Date::Parse module can be install...
2007-04-03 Reid SpencerPrepare for Subversion migration by implementing a...
2007-04-01 Reid SpencerFor PR1297:
2007-03-27 Bill WendlingAdd better support for keywords.
2007-03-26 Bill WendlingAdd support for the v1i64 type. This makes better code...
2007-03-22 Duncan SandsThe -funcresolve and -raise options no longer exist.
2007-03-19 Evan ChengRecognize target instruction flag 'isReMaterializable'.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-06 Anton KorobeynikovUse new SDIselParamAttr enumeration. This removes ...
2007-02-28 Chris Lattnerrename some CCActions
2007-02-28 Chris Lattnerimplement CCPromoteToType
2007-02-27 Chris Lattnerreapply
2007-02-27 Chris Lattner*** empty log message ***
2007-02-27 Evan ChengBacking out
2007-02-27 Chris Lattnerinitial support for calling convention generation,...
2007-02-26 Chris Lattneremit an enum value for the # of target registers.
2007-02-15 Chris Lattnerthe lengths of the strings are known, just use memcmp
2007-02-15 Chris LattnerImplement Function::getIntrinsicID without it needing...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris Lattnerremove obsolete path
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-06 Reid SpencerSet the new NO_INSTALL flag for build-only tools.
2007-02-06 Jim LaskeyError check and eliminate unnecessary value.
2007-02-06 Jim LaskeyRegenerate.
2007-02-06 Jim LaskeyDeemed too cute to live.
2007-02-06 Jim LaskeyRegenerate.
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-02-05 Reid SpencerUse opt to generate the list of passes to run.
2007-01-26 Jim LaskeyMake the constant honest.
2007-01-26 Jim LaskeyFiles missing from LABEL check in.
2007-01-17 Chris LattnerMake tblgen error more useful. Patch by B. Scott Michel
2007-01-17 Reid SpencerFix this tool for use on Darwin which requires the...
2007-01-16 Reid SpencerJoin two lines that caused awk to squak on some platforms.
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerPut in some needed \ at the end of lines!!!
2006-12-31 Reid SpencerFor PR950:
2006-12-18 Reid SpencerRemove some clutter and make it keep going instead...
2006-12-12 Jim LaskeyIgnore entries with blank names.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-12-11 Reid SpencerProvide a script that can track down which optimization...
2006-12-09 Reid SpencerAllow the input of the test program to be specified.
2006-12-08 Reid SpencerAdd the -ldl library option.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-11-25 Reid SpencerOnly show the first few lines of difference.
2006-11-24 Reid SpencerAdd an option to enable lli (interpreter mode) testing.
2006-11-22 Reid SpencerStop early if there is no mis-optimization.
next