llvm-6502/lib
Benjamin Kramer bc1430a0a0 BlockFrequency: Use a smarter overflow check.
This trades one 64 bit div for one 64 bit mul and some arithmetic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143106 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-27 16:38:50 +00:00
..
Analysis Revert Duncan's r143028 expression folding which appears to be the culprit 2011-10-27 15:47:25 +00:00
Archive
AsmParser LLLexer: Factor hex char parsing. 2011-10-27 14:08:01 +00:00
Bitcode
CodeGen Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
DebugInfo
ExecutionEngine
Linker
MC Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
Object Add support for scattered relocations to the MachO relocatation pretty printer. 2011-10-26 20:42:54 +00:00
Support BlockFrequency: Use a smarter overflow check. 2011-10-27 16:38:50 +00:00
TableGen
Target A branch predicated on a constant can just FastEmit an unconditional branch. 2011-10-27 00:21:16 +00:00
Transforms It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't do that. <rdar://problem/10352360> 2011-10-27 01:33:51 +00:00
VMCore
CMakeLists.txt
Makefile