Add missing createXxxPass functions
[oota-llvm.git] / include / llvm / Support /
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2004-12-22 Reid SpencerFor PR351:
2004-12-21 Jeff CohenFix VC++ compilation error
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerGet rid of inclusion of config.h because this file...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-12-13 Reid SpencerRemove commented out functions that have been replaced...
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-12-05 Reid SpencerMake a const method const
2004-11-25 Reid SpencerRestrict the interface to not allow algorithm selection
2004-11-22 John CriswellMoved into the poolalloc tree.
2004-11-21 Chris LattnerIgnore generated files
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerLinker is its own module now. Moved to include/llvm...
2004-11-14 Reid SpencerAdd higher level interface to simplify use of Compressor
2004-11-14 Reid SpencerAdd the MoreHelp function pointer. If non-null, this...
2004-11-13 Chris LattnerAdd useful method, minor cleanups
2004-11-13 Chris LattnerAdd support for shifts
2004-11-03 Chris Lattnerdefining __STDC_LIMIT_MACROS on the command line is...
2004-10-28 John CriswellCommented out the _Alloc_traits specialization entirely...
2004-10-28 John CriswellOnly add the _Alloc_traits specialization in if we...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-26 Chris LattnerFix header
2004-10-26 Misha Brukman* DataTypesFix.h moved to AIXDataTypesFix.h
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-18 Misha BrukmanMove code to redefine INT64_{MIN,MAX} on AIX/PowerPC...
2004-10-18 Misha Brukman* AIX on Power defines INT64_MIN and INT64_MAX in ways...
2004-10-16 Chris LattnerAdd support for the unreachable instruction
2004-10-04 Chris LattnerFix #include flavor
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...
2004-09-24 John CriswellUpdated the last two header files so that they are...
2004-09-24 John CriswellConfigure Datatypes.h.in with AC_CONFIG_HEADERS. This...
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-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerAdd an overload
2004-08-17 Chris LattnerAllow an arbitrary prefix.
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-04 Chris LattnerMinor efficiency improvements
2004-07-30 Misha BrukmanEnable compilation.
2004-07-30 Chris LattnerCheck in some useful helper routines for doing ML-style...
2004-07-24 Chris LattnerProvide timeout values to all abstract interpreters
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-07-21 Brian GaekeInclude <iostream> here, because most people using...
2004-07-21 Brian GaekeAdd prototypes for platform-independent wrappers for...
2004-07-19 John CriswellAdded support for stdint.h. It is now automatically...
2004-07-16 Chris LattnerAdd a new macro to be used for the end of enum lists.
2004-07-11 Chris LattnerProvide better support for pointer-valued command line...
2004-07-11 Chris LattnerAdd a new header
2004-07-08 Chris LattnerAdd a new method
2004-06-27 Chris LattnerGet rid of Annotable's vtable. If anyone deletes an...
2004-06-23 Brian GaekeProvide prototypes for IsNAN() wrapper.
2004-06-19 Chris LattnerInitial checkin of the StableBasicBlockNumbering, a...
2004-06-05 Chris LattnerWarning foo
2004-06-04 Chris LattnerAdd some constants for VC
2004-06-04 Chris LattnerFix a *really* dumb warning on VC
2004-06-04 Chris LattnerAdd ssize_t for VC++
2004-06-04 Chris LattnerAdd more needed typedefs
2004-06-04 Chris LattnerMake this work with VC++
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-06-02 Chris LattnerAdd a new CopyFile function
2004-05-28 Chris LattnerAdd a new function for the JIT
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2004-05-25 Reid SpencerRemoved unused, useless header file.
2004-05-23 Alkis EvlogimenosRemove virtual destructor from InstVisitor. This class...
2004-05-23 Vikram S. AdveAdd getCaller() method.
2004-05-21 Chris LattnerStarting an identifier with an _ is not legal C/C+...
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
2004-05-06 Alkis EvlogimenosFix for gcc3.4: invalid use of forward delacred class...
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-05-04 Misha BrukmanProvide visit(Module&) and visitModule(Module&) functio...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-29 Brian GaekeAdd machine-CFG graph traits specializations.
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-04 Chris LattnerSupport iteration over constant instructions
2004-04-03 Chris LattnerAllow for use of arbitrary iterator types...
2004-04-02 Chris LattnerAdd new function
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerRelax the interface a bit
2004-03-12 Chris LattnerAdd the visitSelectInst visitor method
2004-02-29 Brian GaekeUpdate comment at head of file. Also fix C 'typedef...
2004-02-29 Brian GaekeAdd more architectures, and ELF64 stuff.
2004-02-28 Brian GaekeFix my sloppiness
next