Becuase these type were on Core, it required core to be included all over the place, notably in IR/Value.h and IR/Type.h . As a result, any change in Core.h require to recompile LLVM almost completely, which is painful.
Moving them to Support.h allow for most of LLVM to not depend on Core.h , saving a lot of compilation time.
There is no functionality change, only reorganisation of header to save compilation time.
Please keep these lines sorted. The #include "llvm-c/Analysis.h" line in particular should come first here as the compiler will error on the first missing LLVM header.