Project file maintenance.
[oota-llvm.git] / utils /
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-01 Devang PatelChange LinkTimeOptimizer.h install location.
2007-11-30 Devang PatelChange lib lto install location.
2007-11-27 Ted KremenekUpdated GenLibDeps.pl to employ "use strict" to help...
2007-11-26 Chuck Rose IIIAdd TGParser files to VStudio project files. Removed...
2007-11-22 Chris Lattneradd missing #include
2007-11-22 Chris Lattnerresolve the last fixme's in the new tblgen parser.
2007-11-22 Chris Lattnerchange the Init print methods to return strings, and...
2007-11-22 Chris Lattnereliminate a bunch of print methods that are duplicate...
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...
2007-11-21 Chuck Rose IIISwitching back to strtoll. Including config.h. On...
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
2007-11-20 Chris LattnerAdd the ability to convert a tblgen type to a string.
2007-11-19 Chris LattnerRecord the start of the current token, for use in error...
2007-11-19 Chris LattnerAdd carat diagnostics to tblgen lexer errors.
2007-11-18 Chris Lattnerminor cleanups
2007-11-18 Chris Lattnerensure header is self contained.
2007-11-18 Chris Lattnerreimplement the tblgen lexer with a simple hand-written...
2007-11-14 Duncan SandsEliminate the recently introduced CCAssignToStackABISiz...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-12 Bill WendlingMove SYSCTL stuff close to where it's used.
2007-11-12 Devang PatelBuild universal llvm.
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-12 Owen AndersonFix on 64-bit machines.
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-11 Anton KorobeynikovAdd convenient helper to obtain list of ints
2007-11-10 Dale JohannesenAdd CCAssignToStackABISizeAlign for convenience in
2007-11-10 Evan ChengAdded -test-opts to specify test options.
2007-11-09 Bill WendlingInitial commit of files that support building LLVM...
2007-11-07 Dale JohannesenInterchange Dwarf numbers of ESP and EBP on x86 Darwin.
2007-11-02 Neil BoothRemove some unnecessary C-style statics.
2007-10-24 Chris Lattnerswitch some calls to SelectionDAG::getTargetNode to use
2007-10-19 Anton KorobeynikovUpdate this file for 2.0 syntax. Contributed by Jan...
2007-10-18 Chris Lattnertblgen uses dynamic_cast heavily, so it needs rtti...
2007-10-17 Gordon HenriksenReverting unnecessary commit of generated files.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-10-15 Chris LattnerOne mundane change: Change ReplaceAllUsesOfValueWith...
2007-10-12 Evan ChengFix typos.
2007-10-02 Tanya LattnerIf the user did not check out LLVM and request it to...
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-25 Evan ChengRename keyword "modify" -> "implicit".
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-09-17 Evan ChengBug fix and minor clean up of generated code.
2007-09-17 Chris Lattnerregenerate
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-12 Evan ChengInitial support for multi-result patterns:
2007-09-11 Evan ChengAllow set operators with multiple destinations, i.e...
2007-09-11 Chris Lattnerupdate this to use llvm-config, patch by Jose M. Moya
2007-09-07 Evan ChengTableGen no longer emit CopyFromReg nodes for implicit...
2007-09-04 Evan ChengAlways check the type of node. This prevents situations...
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-13 Reid SpencerMake use of the llvm-ld tool's new ability to read...
2007-08-11 Reid SpencerNow that llvm-ld can accept - as input from stdin,...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Evan ChengAdded TargetInstrDescriptor::numDefs - num of results.
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-07-26 Dan GohmanFix a pasto in a comment.
2007-07-26 Christopher LambHave register info provide the inverse mapping of regis...
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-26 Christopher LambTeach TableGen about the new vector types.
2007-07-24 Dan GohmanA minor simplication in the generated code.
2007-07-20 Chandler CarruthFixing some differences between CVS and SVN diff'ing...
2007-07-20 Evan ChengNo need for noResults anymore.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-18 Chris LattnerWork around a bogus gcc 4.2 warning.
2007-07-13 Dan GohmanEliminate an unused parameter.
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...
next