Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / lib / AsmParser / Parser.cpp
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-08 Dan GohmanFix the path to llvm/Assembly/Parser.h in a comment.
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-18 Chris LattnerReplace the original flex lexer with a hand writen...
2006-08-18 Reid SpencerFor PR797:
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings. Patch...
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-07-13 Chris LattnerFine-grainify namespacification, prune #include
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-22 Misha BrukmanUppercase the acronym ASCII.
2002-08-30 Chris LattnerAsmParser now depends on clients to verify that input...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-02-20 Chris LattnerClose input file if exception is thrown
2002-02-20 Chris LattnerChange to verifier interface
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-13 Chris LattnerRemove exception specification
2001-07-22 Chris LattnerRemove dependence on command line library. Silly anyway.
2001-06-06 Chris LattnerInitial revision