Go to file
Tobias Grosser f74a4cd3dd CodeGen: Extract the LLVM-IR generaction of scalar and OpenMP loops.
We create a new file LoopGenerators that provides utility classes for the
generation of OpenMP parallel and scalar loops. This means we move a lot
of the OpenMP generation out of the Polly specific code generator.

llvm-svn: 153325
2012-03-23 10:35:18 +00:00
clang Update checker build. 2012-03-23 07:06:16 +00:00
compiler-rt Handle two-byte short jumps in the relocated code. 2012-03-22 11:29:53 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx It appears that the standard accidentally removed the default constructor for error_category. I'm putting it back in. This fixes http://llvm.org/bugs/show_bug.cgi?id=12321. 2012-03-21 16:18:57 +00:00
libcxxabi I would really like to write the handlers in terms of C++11 atomics. This would give us the best performance, portablity, and safety tradeoff. Unfortunately I can not yet do that. So I've put the desired code in comments, and reverted the handler getters to the slower but safer legacy atomic intrinsics. 2012-03-19 16:56:51 +00:00
lld Test website auto-update. 2012-03-20 18:22:49 +00:00
lldb Fix a typo. 2012-03-23 01:28:19 +00:00
llvm Add soname to LLVM shared library on Linux. Probably the same stuff is necessary for *BSD. 2012-03-23 10:00:42 +00:00
polly CodeGen: Extract the LLVM-IR generaction of scalar and OpenMP loops. 2012-03-23 10:35:18 +00:00