llvm-6502/lib
Nuno Lopes 55c9ecba47 reimplement truncate() to make it optimal.
It is optimal at least up to 7 bits (I've tested all such cases)
This change to truncate() allows a little simplification to the multiplication code,
and it also makes multiplication optimal :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160512 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-19 16:27:45 +00:00
..
Analysis Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes 2012-07-15 23:45:24 +00:00
Archive
AsmParser Extend the IL for selecting TLS models (PR9788) 2012-06-23 11:37:03 +00:00
Bitcode Remove tabs. 2012-07-19 00:15:11 +00:00
CodeGen Replace some explicit compare loops with std::equal. 2012-07-19 10:46:05 +00:00
DebugInfo DebugInfo library: add support for fetching absolute paths to source files 2012-07-19 07:03:58 +00:00
ExecutionEngine Remove tabs. 2012-07-19 00:04:14 +00:00
Linker Extend the IL for selecting TLS models (PR9788) 2012-06-23 11:37:03 +00:00
MC Remove tabs. 2012-07-19 00:04:14 +00:00
Object Fixed few warnings. 2012-07-18 04:06:49 +00:00
Support reimplement truncate() to make it optimal. 2012-07-19 16:27:45 +00:00
TableGen TableGen: Location information for diagnostic. 2012-07-12 00:53:31 +00:00
Target [arm-fast-isel] Add support for vararg function calls. 2012-07-19 09:49:00 +00:00
Transforms Replace some explicit compare loops with std::equal. 2012-07-19 10:46:05 +00:00
VMCore Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes. 2012-07-19 15:00:34 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile