llvm-mirror/lib/AsmParser
Chris Lattner d616582a7a Miscellaneous cleanups:
* Convert post to pre-increment for for loops
  * Use generic programming more
  * Use new Value::cast* instructions
  * Use new Module, Method, & BasicBlock forwarding methods
  * Use new facilities in STLExtras.h
  * Use new Instruction::isPHINode() method

llvm-svn: 96
2001-06-27 23:41:11 +00:00
..
Lexer.cpp Initial revision 2001-06-06 20:29:01 +00:00
Lexer.l Initial revision 2001-06-06 20:29:01 +00:00
llvmAsmParser.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
llvmAsmParser.h Updates to support 2001-06-11 15:04:20 +00:00
llvmAsmParser.y Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Parser.cpp Initial revision 2001-06-06 20:29:01 +00:00
ParserInternals.h Initial revision 2001-06-06 20:29:01 +00:00