- Nov 11, 2011
-
-
Jim Grosbach authored
llvm-svn: 144411
-
Andrew Trick authored
Fixes PR8113. llvm-svn: 144409
-
Jim Grosbach authored
rdar://9672822 llvm-svn: 144407
-
Nicolas Geoffray authored
Add a custom safepoint method, in order for language implementers to decide which machine instruction gets to be a safepoint. llvm-svn: 144399
-
Bob Wilson authored
llvm-svn: 144392
-
Dan Bailey authored
llvm-svn: 144388
-
Dan Bailey authored
llvm-svn: 144387
-
Benjamin Kramer authored
This will break users of the LLVMCreateDisasm API (not that I know of any). They have to call the LLVMInitializeAll* functions from llvm-c/Target.h themselves now. edis' C API in all its horribleness should be unaffected. llvm-svn: 144385
-
Benjamin Kramer authored
llvm-svn: 144384
-
Benjamin Kramer authored
llvm-svn: 144383
-
Craig Topper authored
llvm-svn: 144380
-
Chad Rosier authored
llvm-svn: 144377
-
Chad Rosier authored
rdar://10412592 llvm-svn: 144376
-
Akira Hatanaka authored
type is not i32. MIPS does not have 64-bit integer multiply-add/sub instructions. llvm-svn: 144373
-
Akira Hatanaka authored
llvm-svn: 144372
-
Akira Hatanaka authored
llvm-svn: 144371
-
Akira Hatanaka authored
llvm-svn: 144370
-
Akira Hatanaka authored
llvm-svn: 144368
-
Akira Hatanaka authored
llvm-svn: 144367
-
Akira Hatanaka authored
VK_Mips_GPOFF_HI/LO. llvm-svn: 144366
-
Eli Friedman authored
llvm-svn: 144361
-
Eric Christopher authored
llvm-svn: 144360
-
Chad Rosier authored
llvm-svn: 144356
-
Eric Christopher authored
addr DIE when adding to the dwarf accelerator tables. llvm-svn: 144354
-
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
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
-
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
-
-
Rafael Espindola authored
it first. This is a more general fix to pr11300. llvm-svn: 144324
-
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
-
Chad Rosier authored
For correctness, disable this for now. rdar://10418009 llvm-svn: 144316
-