Added operator methods to the Statistic class; some LLVM projects depend
[oota-llvm.git] / include /
2006-12-19 John CriswellAdded operator methods to the Statistic class; some...
2006-12-19 Devang PatelEnable new pass manager.
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-19 Devang Patels/BasicBlockPassManager/BBPassManager/g
2006-12-19 Reid SpencerCorrect the description of ConstantInt::isValueValidFor...
2006-12-19 Reid SpencerMake ConstantInt not care about sign any more. To ensur...
2006-12-19 Chris LattnerDoxgenate comments.
2006-12-18 Bill WendlingRemoved llvm_ostream and used std::ostream instead.
2006-12-18 Reid SpencerRemove the createInferredCast methods now that their...
2006-12-18 Reid SpencerRemove the two-argument (inferred cast) form of Constan...
2006-12-18 Reid SpencerDetermine if the -enable-pic option was given.
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-17 Bill WendlingAccidental submission.
2006-12-17 Reid SpencerFix problems in the CBE and InstructionCombining which...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Chris LattnerApply B. Scott Michel's patch for PR1054, thanks!
2006-12-16 Evan ChengTypo.
2006-12-16 Jeff CohenThe best unbreakage yet, addressing Bill's concerns.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-15 Jeff CohenComplete unbreak of VC++ (Chris identified the simple...
2006-12-15 Evan ChengSilly assertion. Forgot variable_ops instructions can...
2006-12-14 Jim LaskeyFile missing from last check in.
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-13 Chris Lattnerfit in 80 cols
2006-12-13 Devang PatelUsing PDL as a prefix for PassDebugLevel enums is not...
2006-12-13 Evan ChengAdd getTypeToExpandTo() which recursively walks Transfo...
2006-12-13 Devang PatelMove enum PassDebugLevel from PassManagerT.h to Pass.h.
2006-12-13 John CriswellRemove DSA.
2006-12-13 John CriswellRemove DSA header files.
2006-12-13 John CriswellRemove DSA.
2006-12-13 Reid SpencerChange the interface to SCEVExpander::InsertCastOfTo...
2006-12-13 Evan ChengUpdate comments.
2006-12-13 Evan ChengUpdate comments.
2006-12-13 Devang PatelAdd #ifdef switch toggle between old and new pass manag...
2006-12-13 Devang PatelFunctionPassManager does not support runOnModule().
2006-12-13 Devang PatelMove getAnalysis() and getAnalysisID() definitions...
2006-12-13 Devang PatelImplement PassManager_New destructors.
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-12 Jim LaskeyRemove unneeded include.
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-12 Reid SpencerImplement getIntegerCast and getFPCast for ConstantExpr...
2006-12-12 Reid SpencerImplement createIntegerCast and createFPCast factory...
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-11 Nate BegemanAdd a default relocation type, and allow clients to...
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-09 Evan ChengAdded option -soft-float to generate SW fp library...
2006-12-08 Devang PatelAdd AnalysisResolver_New.
2006-12-08 Devang PatelAdd AnalysisResolver_New. It is a replacement for existing
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-08 Devang PatelImplement FunctionPassManager_New::FunctionPassManager_...
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Andrew LenharthPacked Structures
2006-12-08 Evan ChengUse MI's TargetInstrDescriptor.
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Reid SpencerProvide a getOpcode() method on CmpInst to ensure the...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Jim LaskeyIgnoring the upper 32 bits of a 64 bit constant is...
2006-12-06 Reid SpencerFor PR950:
2006-12-06 Reid SpencerFix some 80 col violations.
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Evan ChengMove copyKillDeadInfo out-of-line. Add findRegisterUseO...
2006-12-06 Chris LattnerRemove the dead CachedWriter class.
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-12-06 Chris Lattnerremove unused api
2006-12-06 Chris Lattneradd a helper to call llvm_shutdown()
2006-12-05 Reid SpencerBail on the getInferredCast idea. Remove the function...
2006-12-04 Reid SpencerAdd cast creation functions for Pointer Casts, either...
2006-12-04 Reid SpencerSeparate the get and getTy functions for ICmp and FCmp...
2006-12-04 Reid SpencerUnclutter this by using new cast creation functions.
2006-12-04 Reid SpencerImplement new cast creation functions for both instruct...
2006-12-04 Reid SpencerFor PR950: Provide an isCompare method for detection...
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-12-04 Reid SpencerTake a baby step towards getting rid of inferred casts...
2006-12-03 Reid SpencerRemove dead code.
2006-12-03 Reid SpencerImplement creation of ICmp and FCmp constant expressions.
2006-12-01 Chris LattnerSwitch analysis groups to be unregistered when llvm_shu...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnerpass cfgonly up the ctor instead of calling an explicit...
2006-12-01 Chris Lattnermove 'cfgonly' pass tracking into PassInfo, instead...
2006-12-01 Chris Lattnerremove 'target constructor' support.
2006-12-01 Evan ChengTypo
2006-12-01 Evan Cheng- Add getOperandConstraint() to TargetInstrDescriptor.
2006-12-01 Evan ChengAdd weak reference directive.
2006-12-01 Chris LattnerRemove dead methods
2006-12-01 Chris Lattneradd a new ConstantIntegral::get method. Simplify the...
2006-12-01 Reid SpencerDefine the HAVE_PTHREAD symbol.
2006-11-30 Jim LaskeyChange global descriptor names to provide name, full...
2006-11-30 Evan Cheng- MachineInstr now keeps a ptr to TargetInstrDescriptor...
2006-11-29 Reid SpencerGet the delegation right for InstVisitor.
2006-11-29 Bill WendlingOops! didn't mean to put this in there yet.
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-11-28 Bill WendlingSupport for llvm streams.
2006-11-28 Chris LattnerAdd a helper function
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
next