Go to file
Pedro Artigas d8795040de Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
reviewed by Michael Ilseman <milseman@apple.com>

llvm-svn: 169025
2012-11-30 19:09:41 +00:00
clang When an error occurs while building a module on demand, provide "While 2012-11-30 18:38:50 +00:00
clang-tools-extra Following the example from loop-convert tests, simplifying the remove-cstr-calls lit script. 2012-11-05 18:28:45 +00:00
compiler-rt tsan: suppress weird race reports when JVM is embed into the process 2012-11-30 17:45:53 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Implement any() builtin. Patch by Tom Stellard! 2012-10-08 03:39:21 +00:00
libcxx Remove 'noreturn' attribute from friend declaration. This attribute will be 2012-11-29 04:30:50 +00:00
libcxxabi __list::ends_with_template was giving the wrong answer for empty lists. And __parse_unnamed_type_name wasn't properly handling the list of paramters and was not safe against incorrectly mangled lambdas (running past last). 2012-11-30 18:43:50 +00:00
lld Populate entry point into ELF executable. 2012-11-21 21:07:36 +00:00
lldb Added new options to "target create" and "target modules add". 2012-11-30 19:05:35 +00:00
llvm Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X 2012-11-30 19:09:41 +00:00
polly Remove unneeded preservation and restore of ValueMap and ClastVars in GPGPU code 2012-11-30 01:05:05 +00:00