- Nov 02, 2010
-
-
John McCall authored
visibility of their function. llvm-svn: 118065
-
Dan Gohman authored
llvm-svn: 118058
-
Dan Gohman authored
llvm-svn: 118057
-
Mikhail Glushenkov authored
llvm-svn: 118056
-
Owen Anderson authored
llvm-svn: 118055
-
Devang Patel authored
llvm-svn: 118054
-
Owen Anderson authored
llvm-svn: 118053
-
Douglas Gregor authored
can be used to automatically synthesize an ivar. llvm-svn: 118052
-
Mikhail Glushenkov authored
This allows using GetDLLSuffix() with appendSuffix(). llvm-svn: 118051
-
Mikhail Glushenkov authored
llvm-svn: 118050
-
Mikhail Glushenkov authored
This makes the behaviour of FindExecutable more consistent across platforms, but I'm not very happy with the name... llvm-svn: 118049
-
Mikhail Glushenkov authored
This makes its behaviour more consistent across platforms. llvm-svn: 118048
-
Mikhail Glushenkov authored
llvm-svn: 118045
-
Mikhail Glushenkov authored
llvm-svn: 118042
-
Johnny Chen authored
rdar://problem/8464339 test/types directory: b basic_type.cpp:171 does not work, while gdb does work It tests that 'breakpoint set -f basic_type.cpp:176' works when int.cpp #include's basic_type.cpp. llvm-svn: 118038
-
Daniel Dunbar authored
some unexpected fallout. llvm-svn: 118037
-
Caroline Tice authored
llvm-svn: 118036
-
Rafael Espindola authored
llvm-svn: 118035
-
John McCall authored
llvm-svn: 118034
-
Greg Clayton authored
llvm-svn: 118033
-
rdar://problem/8612856Andrew Trick authored
breaker needs to check all definitions of the antidepenent register to avoid multiple defs of the same new register. llvm-svn: 118032
-
Chris Lattner authored
llvm-svn: 118031
-
Dale Johannesen authored
PR 8522 / 8616046. Test reduction, analysis and patch by Tim Deegan! (However, review by someone who understands the classes here better is welcome. John Krum will return!) llvm-svn: 118030
-
Jim Grosbach authored
llvm-svn: 118029
-
Devang Patel authored
llvm-svn: 118027
-
Jim Grosbach authored
assumptions about stack layout. Specifically, LR must be saved next to FP. llvm-svn: 118026
-
Chris Lattner authored
llvm-svn: 118025
-
Chris Lattner authored
merging it into a Token field in Operand, and moving the first token to an explicit mnemonic field. These were parallel arrays before (except for the mnemonic) which kept confusing me. llvm-svn: 118024
-
Rafael Espindola authored
llvm-svn: 118023
-
Devang Patel authored
llvm-svn: 118022
-
Johnny Chen authored
The failures that remain are: # rdar://problem/8620735 test/types: frame variable -t a_class_ref.m_b fails # The reference type related failures that remain are: notnow = set(['a_class_ref.m_b', 'a_struct_ref.b', 'a_union_nonzero_ref.u.a']) llvm-svn: 118021
-
Devang Patel authored
llvm-svn: 118020
-
Fariborz Jahanian authored
// rdar: //8620510 and PR7666 llvm-svn: 118019
-
Caroline Tice authored
ptrace thread update that was replying to the SIGSTOP was also causing the process to not really be sigstop'd any more so then the call to ptrace detach was failing, and when debugserver exited the attached process was being killed. Now the ptrace thread update does not disturb the sigstop state of the thread, so the detach works properly. llvm-svn: 118018
-
Johnny Chen authored
# rdar://problem/8482903 # test suite failure for types dir -- "long long" and "unsigned long long" llvm-svn: 118017
-
Duncan Sands authored
llvm-svn: 118016
-
Duncan Sands authored
llvm-svn: 118014
-
Duncan Sands authored
llvm-svn: 118013
-
Greg Clayton authored
types when they are the same size. The new code will use the correct type now when converting DWARF built-in types into clang types. llvm-svn: 118003
-
Greg Clayton authored
llvm-svn: 118002
-