Go to file
Tobias Grosser cef36d5b99 Copy IndVarSimplify pass from LLVM to Polly
This allows us to enable -enable-iv-rewrite by default and releases LLVM from
the burdon to keep that feature. This is an intermediate step. We plan to soon
remove the need for rewritten induction variables entirely.

llvm-svn: 150481
2012-02-14 14:02:33 +00:00
clang Use a simpler (and more efficient) pattern to pad vectors. 2012-02-14 12:06:21 +00:00
compiler-rt [asan] Add lots of missing visibility attributes. 2012-02-14 13:46:06 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Fix up narrowing conversions in switch statement. 2012-02-08 19:15:06 +00:00
libcxxabi __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm. 2012-02-03 20:53:52 +00:00
lld Add support for UndefinedAtom in yaml and native format. Add test cases with undefined atoms 2012-02-07 02:59:54 +00:00
lldb Add test cases exercising SBValue.GetObjectDescription() with the SBValue from SBTarget.FindGlobalVariables() 2012-02-14 01:02:41 +00:00
llvm Fix PR12000. Some vector operations may use scalar operands with types 2012-02-14 13:06:32 +00:00
polly Copy IndVarSimplify pass from LLVM to Polly 2012-02-14 14:02:33 +00:00