- Sep 23, 2010
-
-
Jim Grosbach authored
new VariantKind to the MCSymbolExpr seems like overkill, but I'm not sure there's a more straightforward way to get the printing difference captured. (i.e., x86 uses @PLT, ARM uses (PLT)). llvm-svn: 114613
-
Dan Gohman authored
llvm-svn: 114612
-
Caroline Tice authored
into python-extensions.swig, which gets included into lldb.swig, and adds them back into the classes when swig generates it's C++ file. This keeps the Python stuff out of the general API classes. Also fixed a small bug in the copy constructor for SBSymbolContext. llvm-svn: 114602
-
Jim Grosbach authored
llvm-svn: 114601
-
Johnny Chen authored
actually test-and-compare anything yet. The lldbtest.TestBase has an added method setTearDownCleanup(dictionary=None) to facilitate running the cleanup right after each data type test is run. The test case can pass a dictionary object when registering the test case cleanup. There is currently only int_type test in the repository. llvm-svn: 114600
-
Owen Anderson authored
lowered using a series of shifts. Fixes <rdar://problem/8285015>. llvm-svn: 114599
-
Cameron Esfahani authored
llvm-svn: 114597
-
rdar://problem/8228022Nate Begeman authored
Explicitly cast arguments to the type the builtin expects, which is <vN x i8> llvm-svn: 114596
-
Bob Wilson authored
CombineTo to avoid putting the result on the worklist. I don't think it makes much difference for now, but it might help someday as we add more DAG combine optimizations. llvm-svn: 114595
-
Rafael Espindola authored
llvm-svn: 114594
-
Chris Lattner authored
llvm-svn: 114592
-
Dan Gohman authored
llvm-svn: 114591
-
Bob Wilson authored
of those. Refactor to share code for handling BUILD_VECTOR(VMOVRRD). I don't have a testcase that exercises this, but it seems like an obvious good thing to do. llvm-svn: 114589
-
- Sep 22, 2010
-
-
Dan Gohman authored
llvm-svn: 114588
-
Douglas Gregor authored
semantic parents of the given cursor. llvm-svn: 114587
-
Devang Patel authored
llvm-svn: 114586
-
Devang Patel authored
llvm-svn: 114585
-
Tom Care authored
llvm-svn: 114581
-
Jim Grosbach authored
llvm-svn: 114578
-
Eric Christopher authored
needs to happen for darwin. llvm-svn: 114577
-
Jim Grosbach authored
llvm-svn: 114576
-
Sebastian Redl authored
llvm-svn: 114575
-
Dan Gohman authored
llvm-svn: 114574
-
Rafael Espindola authored
llvm-svn: 114570
-
Bob Wilson authored
truncates are free only in the case where the extended type is legal but the load type is not. If both types are illegal, such as when they are too big, the load may not be legalized into an extended load. llvm-svn: 114568
-
Jim Grosbach authored
llvm-svn: 114563
-
Jim Grosbach authored
llvm-svn: 114561
-
Jim Grosbach authored
llvm-svn: 114560
-
Howard Hinnant authored
llvm-svn: 114559
-
Daniel Dunbar authored
end up altering the thread on which crashes are done because of its use of Darwin's broken raise() implementation. llvm-svn: 114558
-
Johnny Chen authored
rdar://problem/8464339 test/types directory: b basic_type.cpp:171 does not work, while gdb does work. llvm-svn: 114557
-
Rafael Espindola authored
llvm-svn: 114556
-
Jim Grosbach authored
llvm-svn: 114555
-
Bob Wilson authored
ARM cross-compiler on x86, because the MMO size did not match the type size. This fixes the MMO size and also the size of the stack object to match the type size. llvm-svn: 114554
-
Jim Grosbach authored
llvm-svn: 114553
-
Howard Hinnant authored
llvm-svn: 114551
-
Jim Grosbach authored
llvm-svn: 114550
-
Caroline Tice authored
Add SBValueList.h & SBStream.h to build-swig-Python.sh; add SBValueList.h to lldb.swig llvm-svn: 114549
-
Douglas Gregor authored
Fix a hard-to-reproduce crash-on-invalid, where we weren't checking for a valid result from ActOnIdExpression llvm-svn: 114548
-
Howard Hinnant authored
llvm-svn: 114545
-