1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/AsmParser
Tim Northover 52ba1e77cb Make APFloat constructor require explicit semantics.
Previously we tried to infer it from the bit width size, with an added
IsIEEE argument for the PPC/IEEE 128-bit case, which had a default
value. This default value allowed bugs to creep in, where it was
inappropriate.

llvm-svn: 173138
2013-01-22 09:46:31 +00:00
..
CMakeLists.txt
LLLexer.cpp Make APFloat constructor require explicit semantics. 2013-01-22 09:46:31 +00:00
LLLexer.h Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
LLParser.cpp There was a switch fall-through in the parser for textual LLVM that caused 2013-01-07 13:32:38 +00:00
LLParser.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
LLToken.h Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. 2012-12-20 16:04:27 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
Parser.cpp Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00