- Feb 07, 2012
-
-
Chris Lattner authored
llvm-svn: 149942
-
Derek Schuff authored
llvm-svn: 149941
-
Kostya Serebryany authored
llvm-svn: 149940
-
Ted Kremenek authored
llvm-svn: 149939
-
Eli Friedman authored
Misc improvements to the diagnostic when a variable is odr-used in a context that is not allowed to capture variables. Fixes PR11883. llvm-svn: 149937
-
Bill Wendling authored
std::vector. llvm-svn: 149936
-
Bill Wendling authored
445.gobmk by ~1.7%. llvm-svn: 149935
-
Chad Rosier authored
llvm-svn: 149934
-
Bill Wendling authored
llvm-svn: 149933
-
Andrew Trick authored
1. Added a status note when a config file is loaded directly with load_config. This helps notice loads of lit.cfg from lit.site.cfg 2. Added a status note on the result of a config load. Previously, it was just notifying that it tries to load a config file. Now it will also say whether the load succeeded or the file wasn't found The two changes give better visibility into which config files were actually loaded by lit. The effect is only on --debug runs. Patch by Eli Bendersky! llvm-svn: 149932
-
Eli Friedman authored
llvm-svn: 149931
-
Eli Friedman authored
llvm-svn: 149930
-
Devang Patel authored
Relax valid location check. This fixes a clang crash while emitting debug info for properties that are synthesized by the compiler by default. llvm-svn: 149929
-
- Feb 06, 2012
-
-
Chris Lattner authored
llvm-svn: 149928
-
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
-