- Sep 23, 2012
-
-
Craig Topper authored
llvm-svn: 164471
-
- Sep 15, 2012
-
-
Craig Topper authored
llvm-svn: 163974
-
- Jun 20, 2012
-
-
Kaelyn Uhrain authored
llvm::RawMemoryObject handles empty ranges just fine, and the assert can be triggered in the wild by e.g. invoking clang with a file that included an empty pre-compiled header file when clang has been built with assertions enabled. Without assertions enabled, clang will properly report that the empty file is not a valid PCH. llvm-svn: 158769
-
- Feb 29, 2012
-
-
Derek Schuff authored
llvm-svn: 151687
-
- Feb 06, 2012
-
-
Nick Lewycky authored
llvm-svn: 149922
-
Derek Schuff authored
This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. llvm-svn: 149918
-