1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/AsmParser
Victor Hernandez e8998896f5 Auto-upgrade free instructions to calls to the builtin free function.
Update all analysis passes and transforms to treat free calls just like FreeInst.
Remove RaiseAllocations and all its tests since FreeInst no longer needs to be raised.

llvm-svn: 84987
2009-10-24 04:23:03 +00:00
..
CMakeLists.txt
LLLexer.cpp Rename msasm to alignstack per review. 2009-10-21 23:28:00 +00:00
LLLexer.h Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
LLParser.cpp Auto-upgrade free instructions to calls to the builtin free function. 2009-10-24 04:23:03 +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