- Feb 01, 2011
-
-
Rafael Espindola authored
different visibilities. llvm-svn: 124650
-
Greg Clayton authored
Added a cleanup helper object to make sure the directory that was opened with "DIR *opendir(const char *)" is closed if it is valid with a call to "int closedir (DIR *)". llvm-svn: 124649
-
Greg Clayton authored
Added a cleanup helper object to make sure the directory that was opened with "DIR *opendir(const char *)" is closed if it is valid with a call to "int closedir (DIR *)". llvm-svn: 124648
-
Ken Dyck authored
llvm-svn: 124647
-
Ken Dyck authored
llvm-svn: 124646
-
Evan Cheng authored
llvm-svn: 124645
-
Greg Clayton authored
llvm-svn: 124644
-
Greg Clayton authored
llvm-svn: 124643
-
Johnny Chen authored
C++ virtual function and virtual inheritance. llvm-svn: 124642
-
Eric Christopher authored
llvm-svn: 124641
-
Evan Cheng authored
llvm-svn: 124640
-
Evan Cheng authored
llvm-svn: 124639
-
Greg Clayton authored
llvm-svn: 124638
-
Argyrios Kyrtzidis authored
compatible, not having the same type. Fix rdar://8183908 in which compatible vector types weren't initialized properly leading to a crash. llvm-svn: 124637
-
Greg Clayton authored
callbacks use member functions. llvm-svn: 124636
-
Devang Patel authored
llvm-svn: 124635
-
Rafael Espindola authored
complain about duplicated definitions. llvm-svn: 124634
-
Rafael Espindola authored
* llvm-link would complains about mismatched visibility * If we produce a relocation with an available_externally, it is good to know that it is hidden. llvm-svn: 124633
-
John McCall authored
CheckPointerTypesForAssignment. llvm-svn: 124632
-
Greg Clayton authored
source files around into the places they need to go. llvm-svn: 124631
-
Argyrios Kyrtzidis authored
llvm-svn: 124620
-
Greg Clayton authored
that you run into with inheritance. llvm-svn: 124619
-
John McCall authored
working on canonical types already. llvm-svn: 124618
-
Johnny Chen authored
g_arm_opcodes and g_thumb_opcodes tables. Plus a minor comment fix for EmulateInstruction.h. llvm-svn: 124617
-
- Jan 31, 2011
-
-
Douglas Gregor authored
the disappearance/alteration of files. llvm-svn: 124616
-
John McCall authored
logic. llvm-svn: 124615
-
Douglas Gregor authored
client. Fixes a libclang leak. llvm-svn: 124614
-
Daniel Dunbar authored
ensue. llvm-svn: 124613
-
Daniel Dunbar authored
automatic behavior (which is undesirable in a multithreaded context). llvm-svn: 124612
-
Devang Patel authored
llvm-svn: 124611
-
Devang Patel authored
While printing "interesting" breakpoint locations for debug info quality test harness, focus only on entry block's terminator for now. llvm-svn: 124610
-
Argyrios Kyrtzidis authored
Add -Wcustom-atomic-properties which warns if an atomic-by-default property has custom getter or setter. The rationale is that it is highly likely that the user's getter/setter isn't atomically implemented. Off by default. Addresses rdar://8782645. -Wcustom-atomic-properties and -Wimplicit-atomic-properties are under the -Watomic-properties group. llvm-svn: 124609
-
Roman Divacky authored
Enumerate .code16/32/64 instead of checking .code prefix. This unbreaks some ARM tests. llvm-svn: 124608
-
Devang Patel authored
llvm-svn: 124605
-
Devang Patel authored
llvm-svn: 124604
-
Roman Divacky authored
all lead to a silent miscompilation of code. llvm-svn: 124603
-
Ted Kremenek authored
llvm-svn: 124602
-
David Greene authored
Fix vector sign extend to put the source and destination types in the correct places. llvm-svn: 124601
-
Caroline Tice authored
llvm-svn: 124600
-
Chris Lattner authored
llvm-svn: 124599
-