Files
llvm-6502/include/llvm/Support
Hans Wennborg d52e9a143f BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined behaviour
In theory, alignPtr() could push a pointer beyond the end of the current slab, making
comparisons with that pointer undefined behaviour. Use an integer type to avoid this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216973 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-02 21:51:35 +00:00
..
2014-08-08 21:35:52 +00:00
2014-07-23 17:18:05 +00:00
2013-12-12 15:45:32 +00:00
2014-06-25 15:47:36 +00:00
2014-06-24 05:59:52 +00:00
2014-08-23 23:07:14 +00:00
2014-03-05 00:43:02 +00:00