llvm-6502/lib/Transforms
Pedro Artigas b3201c5cf1 Enhance integer division emulation support to handle types smaller than 32 bits,
enhancement done the trivial way; by extending inputs and truncating outputs 
which is addequate for targets with little or no support for integer arithmetic
on integer types less than 32 bits.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176139 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-26 23:33:20 +00:00
..
Hello
InstCombine The transform is: 2013-02-16 23:41:36 +00:00
Instrumentation Unify clang/llvm attributes for asan/tsan/msan (LLVM part) 2013-02-26 06:58:09 +00:00
IPO Retain the name of the new internal global that's been shrunk. 2013-02-13 23:00:51 +00:00
ObjCARC Fixed a careless mistake. 2013-02-23 00:31:32 +00:00
Scalar CVP: If we have a PHI with an incoming select, try to skip the select. 2013-02-24 15:34:43 +00:00
Utils Enhance integer division emulation support to handle types smaller than 32 bits, 2013-02-26 23:33:20 +00:00
Vectorize Allow GlobalValues to vectorize with AliasAnalysis 2013-02-21 22:39:03 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile