llvm-6502/lib
Bill Wendling bbbdcd453d Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on
here. The f32 in FCONSTS is handled as a double instead of a float in the
code. So the encoding of the immediate into the instruction isn't exactly in
line with the documentation in that regard. But given that we know it's handled
as a double, it doesn't cause any harm.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116471 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-14 02:33:26 +00:00
..
Analysis add uadd_ov/usub_ov to apint, consolidate constant folding 2010-10-14 00:05:07 +00:00
Archive
AsmParser
Bitcode
CodeGen Register pressure and instruction latency aware machine LICM. Work in progress. 2010-10-14 01:16:09 +00:00
CompilerDriver
ExecutionEngine
Linker
MC MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi! 2010-10-09 16:04:45 +00:00
Support fix a bug I introduced, no idea how this didn't repro right. 2010-10-14 00:30:00 +00:00
System Change explicit search Apple specific code to only reference __eprintf on x86. 2010-10-11 21:34:24 +00:00
Target Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on 2010-10-14 02:33:26 +00:00
Transforms CallGraphSCC passes implicity require CallGraph analysis. 2010-10-13 22:00:45 +00:00
VMCore Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
Makefile