- Nov 11, 2011
-
-
Eli Friedman authored
Get rid of an optimization in SCCP which appears to have many issues. Specifically, it doesn't handle many cases involving undef correctly, and it is missing other checks which lead to it trying to re-mark a value marked as a constant with a different value. It also appears to trigger very rarely. Fixes PR11357. llvm-svn: 144352
-
-
Bill Wendling authored
"saved register" index. <rdar://problem/10430076> llvm-svn: 144350
-
Chad Rosier authored
rdar://10412592 llvm-svn: 144348
-
Bill Wendling authored
llvm-svn: 144346
-
Daniel Dunbar authored
- Can be used to generate the substitution values we currently use for the various target related .def files. llvm-svn: 144345
-
Daniel Dunbar authored
LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. llvm-svn: 144344
-
Jim Grosbach authored
rdar://10429490 llvm-svn: 144338
-
Jim Grosbach authored
llvm-svn: 144337
-
Nicolas Geoffray authored
llvm-svn: 144336
-
Daniel Dunbar authored
now. llvm-svn: 144335
-
Daniel Dunbar authored
llvm-svn: 144334
-
Jim Grosbach authored
rdar://10130228. llvm-svn: 144331
-
Jim Grosbach authored
Was not checking the first register in the register list. llvm-svn: 144329
-
- Nov 10, 2011
-
-
Daniel Dunbar authored
llvm-svn: 144328
-
Rafael Espindola authored
it first. This is a more general fix to pr11300. llvm-svn: 144324
-
Daniel Dunbar authored
some more of the explicit dependencies. I'm staging things more slowly this time in case there is more unanticipated fallout. llvm-svn: 144323
-
Jim Grosbach authored
Get the source register that isn't tied to the destination register correct, even when the assembly source operand order is backwards. rdar://10428630 llvm-svn: 144322
-
Daniel Dunbar authored
that depends on MBlazeCodeGen. This is a layering violation that should really be fixed. llvm-svn: 144321
-
Daniel Dunbar authored
all-targets instead of an explicit list. llvm-svn: 144320
-
Eric Christopher authored
as well. llvm-svn: 144319
-
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
-
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
-
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
-
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
-
Jim Grosbach authored
Start of rdar://9704684 llvm-svn: 144293
-
Daniel Dunbar authored
consistency with other targets. llvm-svn: 144292
-