Go to file
Michael Kuperstein 661e288a70 Ensure bitcode encoding of instructions and their operands stays stable.
This includes instructions that relate to memory access (load/store/GEP), comparison instructions and calls.

Work was done by lama.saba@intel.com.

llvm-svn: 202647
2014-03-02 15:26:36 +00:00
clang [C++11] Work around an incompatibility between llvm::tie and std::tie. 2014-03-02 13:18:22 +00:00
clang-tools-extra [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:48:32 +00:00
compiler-rt Move __clzti2 into 128bit fragment. 2014-03-01 15:57:30 +00:00
debuginfo-tests Relax testcase: Newer versions of LLDB don't necessarily print the "{". 2014-02-27 17:51:50 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx More LWG issues. Mark , and as complete. Add a test for , and mark that as complete. No actual changes to the libc++ code; all of these were already in place. 2014-02-27 16:13:36 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [C++11] Work around an incompatibility between llvm::tie and std::tie. 2014-03-02 13:45:18 +00:00
lldb Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread. 2014-03-01 00:17:06 +00:00
llvm Ensure bitcode encoding of instructions and their operands stays stable. 2014-03-02 15:26:36 +00:00
openmp Make affinity support conditional on KMP_AFFINITY_SUPPORTED 2014-03-02 04:12:06 +00:00
polly C++11: Use foreach in ScopDetection 2014-03-02 12:02:46 +00:00