Go to file
Chandler Carruth b0ffe50da8 Move a free function from the Frontend library into the Lex library as
part of HeaderSearch. This function just normalizes filenames for use
inside of a synthetic include directive, but it is used in both the
Frontend and Serialization libraries so it needs a common home.

llvm-svn: 146227
2011-12-09 01:33:57 +00:00
clang Move a free function from the Frontend library into the Lex library as 2011-12-09 01:33:57 +00:00
compiler-rt [asan] fix output test to not require debug symbols in asan run-time 2011-12-09 00:18:21 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Starting using murmur2 when combining multiple size_t's into a single hash, and also for basic_string. Also made hash<thread::id> ever so slighly more portable. I had to tweak one test which is questionable (definitely not portable) anyway. 2011-12-05 00:08:45 +00:00
libcxxabi Modified __cxa_end_catch to handle dependent exceptions. 2011-12-08 19:35:18 +00:00
lldb We now have a test case for stopping within a module in a place where the 2011-12-09 00:58:33 +00:00
llvm Fix comment. 2011-12-09 01:25:04 +00:00
polly ScheduleOptimizer: Do not tile bands with just one dimension 2011-12-08 13:02:58 +00:00