- Nov 10, 2011
-
-
Eric Christopher authored
as well. llvm-svn: 144319
-
Pete Cooper authored
Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> llvm-svn: 144318
-
Chris Lattner authored
to delete core files. This causes a warning in clang/lib/StaticAnalyzer on case insensitive filesystems, since it contains a "Core" directory. Since this is pointless anyway, just zap it. llvm-svn: 144317
-
Chad Rosier authored
For correctness, disable this for now. rdar://10418009 llvm-svn: 144316
-
Jim Grosbach authored
Use the getIdentifier() method of the token, not getString(), otherwise we keep the quotes as part of the symbol name, which we don't want. rdar://10428015 llvm-svn: 144315
-
Tony Linthicum authored
llvm-svn: 144314
-
Tony Linthicum authored
llvm-svn: 144313
-
Pete Cooper authored
Size of data being pointed to wasn't always being checked so some small writes were killing big writes Fixes <rdar://problem/10426753> llvm-svn: 144312
-
Chris Lattner authored
llvm-svn: 144311
-
Eli Friedman authored
llvm-svn: 144310
-
Daniel Dunbar authored
which didn't appear ready for prime time. llvm-svn: 144309
-
Tony Linthicum authored
llvm-svn: 144308
-
Tony Linthicum authored
llvm-svn: 144307
-
Eric Christopher authored
forward decls and have names into the dwarf accelerator types table. llvm-svn: 144306
-
Daniel Dunbar authored
that the standard includes we use in compiler-rt also work. llvm-svn: 144305
-
Eric Christopher authored
multiple dies per function and support C++ basenames. llvm-svn: 144304
-
Owen Anderson authored
Add additional checking to ensure that MachineMemOperands are never set to null, which can happen in weird circumstances where target intrinsic hooks are implemented incorrectly. llvm-svn: 144303
-
rdar://problem/9334299Greg Clayton authored
Added the ability to get a type without qualifiers (const, volatile, restrict, etc). llvm-svn: 144302
-
Jim Grosbach authored
More of rdar://9704684 llvm-svn: 144301
-
Daniel Dunbar authored
llvm-svn: 144300
-
Daniel Dunbar authored
require this tool to resolve (currently). llvm-svn: 144299
-
Duncan Sands authored
llvm-svn: 144298
-
Greg Clayton authored
string to avoid possible later crashes. Modified the locations that do set the crash description to NULL out the string when they are done doing their tasks. llvm-svn: 144297
-
Devang Patel authored
llvm-svn: 144296
-
Jim Grosbach authored
Start of rdar://9704684 llvm-svn: 144293
-
Daniel Dunbar authored
consistency with other targets. llvm-svn: 144292
-
Daniel Dunbar authored
llvm-svn: 144291
-
NAKAMURA Takumi authored
test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots to specify explicit -mtriple=x86_64-darwin. I guess it expects -relocation-model=pic. llvm-svn: 144290
-
Tobias Grosser authored
llvm-svn: 144289
-
Tobias Grosser authored
llvm-svn: 144288
-
Tobias Grosser authored
llvm-svn: 144287
-
Tobias Grosser authored
This does not work reliable and is probably not needed. I accidentally changed this in this recent commit: commit a0bcd63c6ffa81616cf8c6663a87588803f7d91c Author: grosser <grosser@91177308-0d34-0410-b5e6-96231b3b80d8> Date: Thu Nov 10 12:47:21 2011 +0000 ScopDetect: Use INVALID macro to fail in case of aliasing This simplifies the code and also makes the error message available to the graphviz scop viewer. git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@144284 llvm-svn: 144286
-
Tobias Grosser authored
llvm-svn: 144285
-
Tobias Grosser authored
This simplifies the code and also makes the error message available to the graphviz scop viewer. llvm-svn: 144284
-
Tobias Grosser authored
llvm-svn: 144283
-
Tobias Grosser authored
llvm-svn: 144282
-
Tobias Grosser authored
llvm-svn: 144281
-
Tobias Grosser authored
address is part of the access function. Also remove unused special cases that were necessery when the base address was still contained in the access function llvm-svn: 144280
-
Tobias Grosser authored
llvm-svn: 144279
-
Tobias Grosser authored
Previously we allowed in access functions only a single SCEVUnknown, which later became the base address. We now use getPointerBase() to derive the base address and all remaining unknowns are handled as parameters. This allows us to handle cases like A[b+c]; llvm-svn: 144278
-