- Nov 04, 2011
-
-
Rafael Espindola authored
point back in the file in the included testcase. Fixes PR11300. llvm-svn: 143726
-
Devang Patel authored
llvm-svn: 143725
-
Fariborz Jahanian authored
Fixes a bug where enumerator type is not this fixed type. // rdar://10381507 llvm-svn: 143724
-
Bill Wendling authored
decrease some code indentation. No intended functional changes. llvm-svn: 143723
-
Eli Friedman authored
llvm-svn: 143722
-
Dan Gohman authored
llvm-svn: 143721
-
Richard Smith authored
llvm-svn: 143720
-
Dan Gohman authored
llvm-svn: 143719
-
Eli Friedman authored
llvm-svn: 143718
-
Eli Friedman authored
llvm-svn: 143717
-
Eli Friedman authored
llvm-svn: 143716
-
Eli Friedman authored
Delete names for unused parameters in inline function definitions in headers, so LLVM users can compile with -Wunused-parameter. PR11257; based on patch by Kevin Harris. llvm-svn: 143715
-
-
Greg Clayton authored
we often nuke our "build" folder so we can do clean builds. This way if you are building your own LLVM you won't have to rebuild LLVM when you do remove your build folder. The new location for the LLVM build is: lldb/llvm-build llvm-svn: 143713
-
Eli Friedman authored
llvm-svn: 143712
-
Greg Clayton authored
llvm-svn: 143710
-
Daniel Dunbar authored
utils: Remove build-for-llvm-top.sh and ModuleInfo.txt, which are not documented and I am pretty sure no one uses. llvm-svn: 143708
-
Devang Patel authored
llvm-svn: 143706
-
Chad Rosier authored
Patch by Anders Waldenborg <anders@0x63.nu>. llvm-svn: 143705
-
Devang Patel authored
llvm-svn: 143704
-
Benjamin Kramer authored
llvm-svn: 143703
-
Howard Hinnant authored
llvm-svn: 143702
-
Argyrios Kyrtzidis authored
llvm-svn: 143701
-
Argyrios Kyrtzidis authored
object that it receives in ARC. llvm-svn: 143700
-
Argyrios Kyrtzidis authored
This allows the migrator to visit and fix them. llvm-svn: 143699
-
Argyrios Kyrtzidis authored
llvm-svn: 143698
-
Benjamin Kramer authored
llvm-svn: 143696
-
Benjamin Kramer authored
llvm-svn: 143695
-
Benjamin Kramer authored
llvm-svn: 143694
-
Tobias Grosser authored
These fixes were part of a code audit of the SCEVValidator. llvm-svn: 143692
-
Tobias Grosser authored
They show a bug recently reported by Marcello Maggioni <hayarms@gmail.com> llvm-svn: 143691
-
Bill Wendling authored
llvm-svn: 143690
-
Bill Wendling authored
llvm-svn: 143689
-
Bill Wendling authored
around. This is important for some future work as well. llvm-svn: 143688
-
Chandler Carruth authored
handling logic of the generic ToolChain. This flag, despite its name, has *nothing* to do with the GCC flag '-nostdlib' that relates (exclusively) to the linking behavior. It is a most unfortunate name in that regard... It is used to tell InitHeaderSearch.cpp *which* set of C++ standard library header search paths to use -- those for libstdc++ from GCC's installation, or those from a libc++ installation. As this logic is hoisted out of the Frontend, and into the Driver as part of this ToolChain, the generic method will be overridden for the platform, where it can implement this logic directly. As such, hiding the CC1 option passing in the generic space is a natural fit despite the odd naming. Also, expand on the comments to clarify whats going on, and tidy up the Tools.cpp code now that its simpler. llvm-svn: 143687
-
Chandler Carruth authored
implementation in the driver. This cleans up the signature and semantics of the include flag adding component of the toolchain. Another step to ready it for holding all the InitHeaderSearch logic. llvm-svn: 143686
-
Chandler Carruth authored
the rest of the mess in InitHeaderSearch.cpp. We could hoist it into the driver profitably, removing more noise from the driver -> frontend communication. llvm-svn: 143685
-
Chandler Carruth authored
and the C++ include management routine from the proper place when forming preprocessor options in the driver. This is the first step to teaching the driver to manage all of the header search paths. Currently, these methods remain just stubs in the abstract toolchain. Subsequent patches will flesh them out with implementations for various toolchains based on the current code in InitHeaderSearch.cpp. llvm-svn: 143684
-
Craig Topper authored
llvm-svn: 143683
-
Craig Topper authored
llvm-svn: 143682
-