llvm-6502/lib
Eric Christopher abbbfbd672 Rewrite the expander for umulo/smulo to remember to sign extend the input
manually and pass all (now) 4 arguments to the mul libcall. Add a new
ExpandLibCall for just this (copied gratuitously from type legalization).

Fixes rdar://9292577


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129842 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-20 01:19:45 +00:00
..
Analysis Use ArrayRef variants. 2011-04-18 23:51:03 +00:00
Archive
AsmParser Revert r129235 pending a vetting of the EH rewrite. 2011-04-10 23:18:04 +00:00
Bitcode Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
CodeGen Rewrite the expander for umulo/smulo to remember to sign extend the input 2011-04-20 01:19:45 +00:00
CompilerDriver
ExecutionEngine Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
Linker
MC Made the MC disassembler check before accessing 2011-04-20 00:43:34 +00:00
Object
Support ADT/Triple: Drop support for -osx style triples, we are going with -macosx 2011-04-19 23:55:20 +00:00
Target ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS 2011-04-20 00:14:25 +00:00
Transforms Trivial simplification. 2011-04-19 15:23:29 +00:00
VMCore Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
CMakeLists.txt
Makefile