1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/AsmParser
Dan Gohman b8016872b6 Remove the API compatibility layer which converted add, sub, and mul
to fadd, fsub, and fmul, when used with a floating-point type. LLVM
has supported the new instructions since 2.6, so it's time to get
on board.

llvm-svn: 102971
2010-05-03 22:44:19 +00:00
..
CMakeLists.txt
LLLexer.cpp
LLLexer.h
LLParser.cpp Remove the API compatibility layer which converted add, sub, and mul 2010-05-03 22:44:19 +00:00
LLParser.h fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXX 2010-04-07 04:08:57 +00:00
LLToken.h
Makefile
Parser.cpp enhance SMDiagnostic to also maintain a pointer to the SourceMgr. 2010-04-06 18:06:18 +00:00