Go to file
Devang Patel e02e58528a If the front end has emitted llvm.dbg.cu and other debug info anchors (clang does it now) then use them directly. This saves one scan of entire module, to collect debug info, which in turns saves few machine cycles at compile time.
llvm-svn: 130759
2011-05-03 16:45:22 +00:00
clang Removing strncpy() checking in CString checker for now. Some significant changes need to be made to properly support modeling of it since it potentially leaves strings non-null terminated. 2011-05-03 16:34:26 +00:00
compiler-rt clang/Darwin: Update ios static lib to build for all archs, in case the 2011-04-30 01:20:56 +00:00
debuginfo-tests Test case for r130373. 2011-04-28 02:23:17 +00:00
libcxx Correction to set of overloaded pair constructors for C++0x 2011-04-29 18:10:55 +00:00
lldb Add a test case to exercise the 'target stop-hook add' command without relying on pexpect 2011-05-03 00:19:01 +00:00
llvm If the front end has emitted llvm.dbg.cu and other debug info anchors (clang does it now) then use them directly. This saves one scan of entire module, to collect debug info, which in turns saves few machine cycles at compile time. 2011-05-03 16:45:22 +00:00
polly Refactor: Move 'isParallelFor' from codegen backend to Dependences analysis, so other passes can also use it. 2011-05-03 13:46:58 +00:00