Refactor common code from ParseAssemblyString and ParseAssemblyFile,
[oota-llvm.git] / include / llvm / Assembly / Parser.h
2009-09-02 Dan GohmanRefactor common code from ParseAssemblyString and Parse...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-01-16 Chris Lattnerremove a dead method.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-31 Misha BrukmanFixed grammar and capitalization.
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-08-18 Reid SpencerFor PR797:
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings, patch...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-01 Jeff CohenAdd llvm-as project to Visual Studio
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2002-08-30 Chris LattnerUpdate comments
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-13 Chris LattnerRemove exception specification. Only slows code down.
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-06-06 Chris LattnerInitial revision