- Feb 06, 2012
-
-
Andrew Trick authored
llvm-svn: 149927
-
Andrew Trick authored
llvm-svn: 149926
-
Kostya Serebryany authored
The problem initially reported by Mozilla folks (http://code.google.com/p/address-sanitizer/issues/detail?id=20), but it also prevents us from enabling LLVM bootstrap with AddressSanitizer. llvm-svn: 149925
-
Chris Lattner authored
allocating an std::string. llvm-svn: 149924
-
Abramo Bagnara authored
Added source location for the template keyword in DependentTemplateSpecializationTypeLoc nodes (DTSTLoc). The new info is propagated to TSTLoc on template instantiation, getting rid of 3 FIXMEs in TreeTransform.h and another one Parser.cpp. Simplified code in TypeSpecLocFiller visitor methods for DTSTLoc and DependentNameTypeLoc by removing what now seems to be dead code (adding corresponding assertions). llvm-svn: 149923
-
Nick Lewycky authored
llvm-svn: 149922
-
Jakob Stoklund Olesen authored
LiveIntervalAnalysis has a number of functions that simply forward to SlotIndexes. Since SlotIndexes is a stand-alone analysis now, clients should really refer to it directly. llvm-svn: 149921
-
Jakob Stoklund Olesen authored
We have automatic local renumbering now. llvm-svn: 149920
-
Nick Lewycky authored
llvm-svn: 149919
-
Derek Schuff authored
This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. llvm-svn: 149918
-
Johnny Chen authored
Add help string for 'frame variable' to link to 'watchpoint set' which allows for using an expression to specify the address to watch for. rdar://problem/10703290 llvm-svn: 149917
-
Chris Lattner authored
llvm-svn: 149916
-
Chris Lattner authored
llvm-svn: 149915
-
Bill Wendling authored
llvm-svn: 149914
-
Bill Wendling authored
instruction anyway?! llvm-svn: 149913
-
Chris Lattner authored
instead of always using ConstantVector. llvm-svn: 149912
-
Bill Wendling authored
llvm-svn: 149911
-
Jakob Stoklund Olesen authored
llvm-svn: 149910
-
Manuel Klimek authored
assignment operator. llvm-svn: 149909
-
Eli Friedman authored
llvm-svn: 149908
-
Ted Kremenek authored
Tweak format string checking to work with %@ and ObjC toll-free bridging. <rdar://problem/10814120> llvm-svn: 149907
-
Bill Wendling authored
were no 'unwind' instructions being generated before this, so this is in effect a no-op. llvm-svn: 149906
-
Bill Wendling authored
llvm-svn: 149905
-
Sean Callanan authored
code. Removing these. llvm-svn: 149903
-
Bill Wendling authored
remove the code that handles them. llvm-svn: 149901
-
Johnny Chen authored
llvm-svn: 149900
-
Johnny Chen authored
llvm-svn: 149899
-
Bill Wendling authored
llvm-svn: 149898
-
Bill Wendling authored
llvm-svn: 149897
-
Aaron Ballman authored
Patch by Nikola Smiljanic llvm-svn: 149896
-
Chandler Carruth authored
some architectures. These are useful for interacting with multiarch or bi-arch GCC (or GCC-based) toolchains. llvm-svn: 149895
-
Eric Christopher authored
Add a quiet option for dwarfdump and move it out of NDEBUG only. Still requires an option as we don't want this on by default. llvm-svn: 149894
-
Johnny Chen authored
llvm-svn: 149893
-
Kostya Serebryany authored
llvm-svn: 149892
-
Johnny Chen authored
Plus mark the virtual inheritance test cases as expected failures. llvm-svn: 149891
-
Eric Christopher authored
to leave this as a debug only option for now. llvm-svn: 149890
-
Abramo Bagnara authored
Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / DependentTSTLoc. Uniformed names referencing elaborated keyword. No intended functionality changes. llvm-svn: 149889
-
Fariborz Jahanian authored
enums with underlying type explicitly specified (feature which is on by default in objective-c). // rdar://10798770 llvm-svn: 149888
-
Derek Schuff authored
llvm-svn: 149887
-
Devang Patel authored
llvm-svn: 149881
-