Go to file
Benjamin Kramer a87bdb793e We don't need to place 0 in the URL string now that we return a StringRef.
- URL can go into read only memory now.
- Compilers will fold away all the strstr calls.

llvm-svn: 94887
2010-01-30 14:01:39 +00:00
clang We don't need to place 0 in the URL string now that we return a StringRef. 2010-01-30 14:01:39 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Check alignment of loads when deciding whether it is safe to execute them 2010-01-30 04:42:39 +00:00