Remove unused pass
[oota-llvm.git] / include /
2004-09-14 Chris LattnerRemove unused pass
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-14 Chris LattnerAdjust to #include movage
2004-09-13 Reid SpencerAdd the GetLibraryPath method.
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-12 Misha Brukman* Fix grammar
2004-09-11 Reid SpencerFix the replace method to assert if an item was erased...
2004-09-11 Reid SpencerCorrect the interface of a function to use the correct...
2004-09-11 Reid SpencerImplement the remove method for deleting entries from...
2004-09-11 Reid SpencerMake the dependent libraries list use a SetVector inste...
2004-09-11 Reid SpencerInitial commit of a file to declare the interface for...
2004-09-11 Reid SpencerAdd methods for detecting file types by magic number...
2004-09-11 Reid SpencerAdd methods for detecting different kinds of files...
2004-09-09 Chris LattnerAdd missing #include
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-05 Reid SpencerAdd HAS_U_INT64_T
2004-09-03 Misha BrukmanI was actually wrong in my "simplification".
2004-09-03 Misha BrukmanSimplify check for uint64_t and u_int64_t
2004-09-03 Reid SpencerProvide correct definition of uint64_t for platforms...
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-02 John CriswellAdded u_int64_t because some systems use that instead...
2004-09-02 Alkis EvlogimenosPull in definition of std::unary_function.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Reid SpencerInitial commit for platform independent system configur...
2004-08-29 Nate BegemanUpdate doxygen comment now that getSpillSize is suppose...
2004-08-29 Reid SpencerPut the lib/System interface functions in llvm::sys...
2004-08-29 Reid SpencerInitial commit of the platform agnostic interface to...
2004-08-29 Reid SpencerAdd a function to remove whole directorys on fatal...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-27 Alkis EvlogimenosAdd getLastBlock member. This is useful when growing...
2004-08-27 Alkis EvlogimenosAdd MachineBasicBlock2IndexFunctor. This is useful...
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-24 Reid SpencerAdd a function that gets just the dependent libraries...
2004-08-24 Reid SpencerProvide a method for wholesale extraction of the depend...
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-08-21 Reid SpencerDump the DependentLibsBlockID, its not a block, its...
2004-08-21 Reid SpencerAdd new methods:
2004-08-21 Reid SpencerBytecode Analyzer cleanup:
2004-08-20 Reid SpencerChanges resulting from change in autoconf/configure...
2004-08-20 Reid SpencerAdded various LLVM_* strings that are configured to...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-18 Misha BrukmanInstead of int64_t, overload itostr with `long long...
2004-08-18 Brian GaekeM_DUMMY_PHI_FLAG is no longer used to distinguish V9...
2004-08-18 Chris LattnerAll targets are now allowed to have their own MachineFu...
2004-08-18 Brian GaekeM_PSEUDO_FLAG is no longer used. Get rid of it and...
2004-08-18 Chris LattnerAlkis pointed out that this is not a character (we...
2004-08-17 Chris Lattnernew method
2004-08-17 Chris LattnerAdd an overload
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerAdd punctuation, add a new method
2004-08-17 Misha BrukmanAdd itostr(long) for our furry 64-bit friends.
2004-08-17 Misha BrukmanUltra-doxygenify some function header comments.
2004-08-17 Chris LattnerAllow targets to specify a comment character
2004-08-17 Chris LattnerAdd missing \t
2004-08-17 Chris LattnerAdd some hooks
2004-08-17 Chris LattnerAllow an arbitrary prefix.
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmweriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class
2004-08-16 Chris LattnerFit into 80 lines, add a gross hack for MachineFunctionInfo
2004-08-16 Chris LattnerThese files now live in lib/Target/SparcV9
2004-08-16 Reid SpencerBack out include/llvm/System changes until a satisfacto...
2004-08-16 Chris LattnerFlags and TSFlags were (thankfully) never used, so...
2004-08-15 Chris LattnerAdd new TargetRegisterClass::contains method
2004-08-15 Chris LattnerImplement a long overdue FIXME, by changing these metho...
2004-08-15 Chris LattnerRemove helper method
2004-08-15 Chris LattnerEliminate the RegisterClass argument, since it can...
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-15 Reid SpencerFirst version of a class to represent the notion of...
2004-08-15 Reid SpencerFirst version of a class to represent operating system...
2004-08-14 Nate BegemanElminiate MachineFunction& argument from eliminateFrame...
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-13 Chris LattnerAdd a pass
2004-08-12 Chris LattnerAllow targets to specify particular stack slots that...
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerRemove dead methods
2004-08-10 Misha BrukmanAdd new constructor.
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-08-04 Chris LattnerMove method out of line
2004-08-04 Alkis EvlogimenosClean up whitespace.
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-08-04 Alkis EvlogimenosRemove uneeded getValues() functions.
2004-08-04 Brian GaekegetResultPos() is dead.
2004-08-04 Brian GaekeThese headers have been moved/merged into other files.
2004-08-04 Chris LattnerNew methods
2004-08-04 Chris LattnerMinor efficiency improvements
2004-08-04 Chris LattnerNow that ConstantPointerRef is gone, it is the case...
2004-08-04 Chris LattnerAdd a special version of getType for ConstantPointerNul...
2004-08-04 Chris LattnerThe Type* is redundant with the TypeSlot
2004-08-01 Tanya LattnerAdding friend MSSchedule for ModuloScheduling pass.
2004-08-01 Chris LattnerFix warning
2004-07-31 Chris LattnerExpose breakcriticaledges as a functionpass
2004-07-31 Chris LattnerNew pass
next