llvm-6502/lib
Bill Wendling 69c4ef321c Add support for parsing a Real value. It stores the Real value as its binary
encoding. It's up to the individual back-ends to convert it to their preferred
representation when printing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124229 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-25 21:26:41 +00:00
..
Analysis In which I discover that zero+zero is zero, d'oh! 2011-01-25 15:14:15 +00:00
Archive
AsmParser Move unnamed_addr after the function arguments on Sabre's request. 2011-01-25 19:09:56 +00:00
Bitcode
CodeGen Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrinisic. 2011-01-25 18:09:58 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Add support for parsing a Real value. It stores the Real value as its binary 2011-01-25 21:26:41 +00:00
Object
Support
Target Don't merge restore with tail call instruction. 2011-01-25 01:28:33 +00:00
Transforms Teach mergefunc how to emit aliases safely again -- but keep it turned it off 2011-01-25 08:56:50 +00:00
VMCore Move unnamed_addr after the function arguments on Sabre's request. 2011-01-25 19:09:56 +00:00
Makefile