index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Assembly
/
Parser.h
Age
Commit message (
Expand
)
Author
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2009-09-08
Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead
Dan Gohman
2009-09-02
Add a comment noting the memory ownership rules.
Dan Gohman
2009-09-02
Refactor common code from ParseAssemblyString and ParseAssemblyFile,
Dan Gohman
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-02
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-01-16
remove a dead method.
Chris Lattner
2009-01-02
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2008-12-31
Fixed grammar and capitalization.
Misha Brukman
2008-02-20
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-08-18
For PR797:
Reid Spencer
2005-05-20
Give the asmparser the ability to parse strings, patch contributed by
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-01
Add llvm-as project to Visual Studio
Jeff Cohen
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2002-08-30
Update comments
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-10-13
Remove exception specification. Only slows code down.
Chris Lattner
2001-07-23
Large scale changes to implement new command line argument facility
Chris Lattner
2001-06-06
Initial revision
Chris Lattner