- Oct 06, 2010
-
-
Nick Lewycky authored
llvm-svn: 115802
-
Greg Clayton authored
llvm-svn: 115801
-
Fariborz Jahanian authored
based on underlying type's deprecatedness. llvm-svn: 115800
-
Dan Gohman authored
llvm-svn: 115799
-
Jim Grosbach authored
llvm-svn: 115798
-
Rafael Espindola authored
llvm-svn: 115795
-
Rafael Espindola authored
llvm-svn: 115793
-
Dan Gohman authored
llvm-svn: 115792
-
Howard Hinnant authored
llvm-svn: 115791
-
Douglas Gregor authored
expressions. Fixes PR8209 in the narrowest way possible. I'm still considering whether I want to implement the extension that permits the use of VLA types in a 'new' expression. llvm-svn: 115790
-
Devang Patel authored
llvm-svn: 115789
-
Dan Gohman authored
llvm-svn: 115788
-
Francois Pichet authored
llvm-svn: 115785
-
Tobias Grosser authored
llvm-svn: 115777
-
Bill Wendling authored
llvm-svn: 115764
-
Bill Wendling authored
fix is trying to accomplish. This code could still use some polishing. llvm-svn: 115759
-
Chandler Carruth authored
automatically when syncing due to the auto-props selecting svn:eol-style of 'native'. llvm-svn: 115758
-
Duncan Sands authored
Patch by John Tytgat. llvm-svn: 115757
-
Evan Cheng authored
allow target to correctly compute latency for cases where static scheduling itineraries isn't sufficient. e.g. variable_ops instructions such as ARM::ldm. This also allows target without scheduling itineraries to compute operand latencies. e.g. X86 can return (approximated) latencies for high latency instructions such as division. - Compute operand latencies for those defined by load multiple instructions, e.g. ldm and those used by store multiple instructions, e.g. stm. llvm-svn: 115755
-
Bill Wendling authored
source module *and* it must be merged (instead of simply replaced or appended to), then merge instead of replacing or adding another global. The ObjC __image_info section was being appended to because of this failure. This caused a crash because the linker expects the image info section to be a specific size. <rdar://problem/8198537> llvm-svn: 115753
-
Chris Lattner authored
operand kind for immediates. Use these to define a new BinOpRI class and switch AND8/16/32ri over to it. AND64ri32 needs some more refactoring before it can make the switcheroo. llvm-svn: 115752
-
Tanya Lattner authored
llvm-svn: 115749
-
Chris Lattner authored
llvm-svn: 115748
-
Chris Lattner authored
that i8 operations are even and i16,i32,i64 operations have a low opcode bit set (they are odd). llvm-svn: 115747
-
Chris Lattner authored
llvm-svn: 115745
-
Chris Lattner authored
llvm-svn: 115744
-
Nico Weber authored
llvm-svn: 115743
-
Chris Lattner authored
as the operator of the dag. Specifically, this allows parsing things like (F.x 4) in addition to just (a 4). Unfortunately, this runs afoul of an idiom being used by llvmc. It is using dags like (foo [1,2,3]) to represent a list of stuff being passed into foo. With this change, this is parsed as a [1,2,3] subscript on foo instead of being the first argument to the dag. Cope with this in the short term by requiring a "-llvmc-temp-hack" argument to tblgen to get the old parsing behavior. llvm-svn: 115742
-
Chris Lattner authored
llvm-svn: 115741
-
Chris Lattner authored
llvm-svn: 115740
-
Chris Lattner authored
llvm-svn: 115739
-
Greg Clayton authored
use the python API that is exposed through SWIG to do some cool stuff. Also fixed synchronous debugging so that all process control APIs exposed through the python API will now wait for the process to stop if you set the async mode to false (see disasm.py). llvm-svn: 115738
-
Bill Wendling authored
llvm-svn: 115737
-
Bill Wendling authored
llvm-svn: 115736
-
Bill Wendling authored
llvm-svn: 115735
-
Greg Clayton authored
symbol. llvm-svn: 115734
-
Greg Clayton authored
Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. llvm-svn: 115733
-
Anders Carlsson authored
When checking for uninitialized fields in member initializers, special case static variables and enums. Fixes PR8075. llvm-svn: 115732
-
NAKAMURA Takumi authored
llvm-svn: 115731
-
John McCall authored
I don't know when this stopped happening, but this seems to be the right place to do it. llvm-svn: 115730
-