Go to file
Benjamin Kramer f8b86964ca Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."
I disabled putting the new global into the same COMDAT as the function for now.
There's a fundamental problem when we inline references to the global but still
have the global in a COMDAT linked to the inlined function. Since this is only
an optimization there may be other versions of the COMDAT around that are
missing the new global and hell breaks loose at link time.

I hope the chromium build doesn't break this time :)

llvm-svn: 231564
2015-03-07 13:37:13 +00:00
clang Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals." 2015-03-07 13:37:13 +00:00
clang-tools-extra Renamed function to avoid confusion about purpose. 2015-03-06 00:39:42 +00:00
compiler-rt Adding sanitizer_symbolizer_win.h to CMakeLists.txt 2015-03-07 11:04:36 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Oops. This arg is passed, just ignored. 2015-03-06 18:51:25 +00:00
libcxxabi Fix build with GCC: 2015-03-05 02:56:05 +00:00
lld Update makefile to reflect that the Passes directory is gone here. 2015-03-07 09:03:17 +00:00
lldb Move Python Init from InitializeForLLGS to Initialize 2015-03-07 03:37:15 +00:00
llgo [llgo] Disable known failing packages in check-libgo 2015-03-06 02:49:07 +00:00
llvm [DAGCombiner] Fix wrong folding of AND dag nodes. 2015-03-07 12:24:55 +00:00
openmp moved Windows-specific flags under the WINDOWS guard in CMake 2015-03-05 17:50:48 +00:00
polly Fix compilation after 'Make DataLayout Non-Optional in the Module' commit 2015-03-05 09:48:20 +00:00