llvm-6502/lib/AsmParser
Victor Hernandez 046e78ce55 Remove FreeInst.
Remove LowerAllocations pass.
Update some more passes to treate free calls just like they were treating FreeInst.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85176 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-26 23:43:48 +00:00
..
CMakeLists.txt
LLLexer.cpp Remove FreeInst. 2009-10-26 23:43:48 +00:00
LLLexer.h Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
LLParser.cpp fix PR5295 where the .ll parser didn't reject a function after a global 2009-10-25 23:22:50 +00:00
LLParser.h Auto-upgrade free instructions to calls to the builtin free function. 2009-10-24 04:23:03 +00:00
LLToken.h Rename msasm to alignstack per review. 2009-10-21 23:28:00 +00:00
Makefile
Parser.cpp Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead 2009-09-08 22:20:35 +00:00