addPassesToJITCompile now takes a FunctionPassManager, to support
[oota-llvm.git] / lib / Support / CommandLine.cpp
2003-07-30 Chris LattnerAdd support for "named positional arguments"
2003-07-10 Misha BrukmanFixed grammatical error.
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerDestroy using declarations
2002-08-07 Chris LattnerSimplify writing custom parsers.
2002-08-02 Chris LattnerFix lli with no arguments
2002-07-31 Chris LattnerFix bug that was causing problems for lli
2002-07-29 Chris Lattner* Fix assertion failure caused by command line argument...
2002-07-27 Chris LattnerRemove needless #include
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerFix a bug exposed by lli
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerMinor bugfix, prevents error in LLI
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-02-24 Chris Lattner64 bit clean now
2002-01-31 Chris LattnerIf an invalid alternative is listed for an argument...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner* Implement support for folding multiple single letter...
2001-10-27 Chris LattnerProvide option to enable eating of all arguments follow...
2001-10-24 Chris LattnerClean up error handling a bit. Add / as a seperator...
2001-10-13 Chris LattnerAdd StringList support
2001-07-25 Chris LattnerFixed a bug exposed when doing something like this...
2001-07-23 Chris LattnerDoh! Wrong Optional flag. :(
2001-07-23 Chris LattnerAdd a comment indicating that there is documentation...
2001-07-23 Chris LattnerMinor changes to implementation of CommandLine library...
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerInitial checkin