Go to file
Craig Topper 1d578e8835 Fix a bunch of SSE/AVX patterns to use proper memop types. In particular, not using integer loads other than v2i64/v4i64 since the others are all promoted.
llvm-svn: 146031
2011-12-07 08:30:53 +00:00
clang Make changes to SDiagsWriter to make it work in combination with the ARC migrator: 2011-12-07 05:52:12 +00:00
compiler-rt build all C++ files in compiler-rt with -fno-exceptions 2011-12-06 21:11:50 +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 Substituted std::get_terminate() for direct access to the handler function pointer (which is now a static in cxa_handlers.cpp). This has the advantage of going through the atomic API and so is less likely to cause a data race. Ditto for unexpected. 2011-12-06 19:02:03 +00:00
lldb Use the shorter form of the LLDB framework binary path. 2011-12-06 22:48:52 +00:00
llvm Fix a bunch of SSE/AVX patterns to use proper memop types. In particular, not using integer loads other than v2i64/v4i64 since the others are all promoted. 2011-12-07 08:30:53 +00:00
polly ScheduleOptimizer: Rewrite getPrevectorMap to use isl_pw_aff 2011-12-07 07:42:57 +00:00