llvm-6502/lib/Transforms
Benjamin Kramer 24a5f30f77 MergeFunc: Make pointer and integer types generate the same hash.
The logic that actually compares the types considers pointers and integers the
same if they are of the same size. This created a strange mismatch between hash
and reality and made the test case for this fail on some platforms (yay,
test cases).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179905 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-19 23:06:44 +00:00
..
Hello
InstCombine Keep coding stanard. Don't use "else if" after "return". 2013-04-19 01:18:04 +00:00
Instrumentation
IPO MergeFunc: Make pointer and integer types generate the same hash. 2013-04-19 23:06:44 +00:00
ObjCARC [objc-arc] Do not mismatch up retains inside a for loop with releases outside said for loop in the presense of differing provenance caused by escaping blocks. 2013-04-18 05:39:45 +00:00
Scalar Fix a comment, PR15777. 2013-04-18 17:42:14 +00:00
Utils
Vectorize LoopVectorizer: Use matcher from PatternMatch.h for the min/max patterns 2013-04-19 21:03:36 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile