llvm-6502/lib/Transforms
Dale Johannesen 7b9486ad43 Add an int64_t variant of abs, for host environments
without one.  Use it where we were using abs on
int64_t objects.
(I strongly suspect the casts to unsigned in the
fragments in LoopStrengthReduce are not doing whatever
the original intent was, but the obvious change to
uint64_t doesn't work.  Maybe later.)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71612 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-13 00:24:22 +00:00
..
Hello Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Instrumentation Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
IPO Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
Scalar Add an int64_t variant of abs, for host environments 2009-05-13 00:24:22 +00:00
Utils Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
Makefile I should definitely read make docs someday :( 2009-03-11 20:40:15 +00:00