Go to file
Dan Gohman 9d203c636b Use getSCEV instead of getUnknown to create a SCEV for a
Constant. This lets ConstantInts be handled as SCEVConstant instead
of SCEVUnknown, as getUnknown no longer has special-case code for
ConstantInt and friends. This usually doesn't affect the final
output, since the constants end up getting folded later, but it
does make intermediate expressions more obvious in many cases.

llvm-svn: 74459
2009-06-29 21:31:18 +00:00
clang Keep track of function template specializations, to eliminate 2009-06-29 20:59:39 +00:00
compiler-rt Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
llvm Use getSCEV instead of getUnknown to create a SCEV for a 2009-06-29 21:31:18 +00:00