Remove DSA header files.
[oota-llvm.git] / include /
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...
2006-11-28 Andrew LenharthAdd per-target support for asm translation in the cbe
2006-11-28 Evan ChengFix indentation.
2006-11-28 Bill WendlingAdded helper function to transition to using llvm streams.
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Bill WendlingProtect against null streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingAdd method that will take a function pointer so that...
2006-11-20 Chris LattnersetOperand should not zap the operand list or add impli...
2006-11-20 Reid SpencerFor PR950:
2006-11-18 Chris LattnerMachineInstr includes this
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
2006-11-17 Jim LaskeyHopefully a good crack at making debugging work on...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...
2006-11-17 Bill Wendling#ifndef NDEBUG the "if (Stream) ..." stuff.
2006-11-17 Evan ChengAdd opcode to TargetInstrDescriptor.
2006-11-17 Bill WendlingAdjusted the // comments so that doxygen picks them up.
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-11-16 Evan ChengAllow target to specify alignment for function stub.
2006-11-16 Bill WendlingAdded "removeRange", which takes and removes an entire...
2006-11-16 Bill WendlingAdded a new method "CreateNewLiveInterval" which, given...
2006-11-15 Evan ChengChangeToRegister should clear IsImp bit.
2006-11-15 Evan ChengDo away with kill / dead maps. Move kill / dead info...
2006-11-15 Evan ChengAdd copyKillDeadInfo to copy kill / dead info; other...
2006-11-15 Devang PatelAdd run(Function &F) support in FunctionPassManager_New
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Reid SpencerAdd a method to get the bit width of a packed type.
2006-11-15 Devang PatelAdd doInitialization and doFinalization support in...
next