- Nov 05, 2011
-
-
Michael J. Spencer authored
llvm-svn: 143770
-
Eli Friedman authored
llvm-svn: 143769
-
Eli Friedman authored
llvm-svn: 143768
-
Ted Kremenek authored
llvm-svn: 143767
-
Ted Kremenek authored
llvm-svn: 143766
-
Ted Kremenek authored
llvm-svn: 143765
-
Ted Kremenek authored
llvm-svn: 143764
-
Ted Kremenek authored
Serialized diagnostics: pull category name serialization into diagnostic blocks. The goal is to remove BLOCK_STRINGS so that the bitcode file can potentially be streamed. llvm-svn: 143763
-
Ted Kremenek authored
llvm-svn: 143762
-
Ted Kremenek authored
llvm-svn: 143761
-
Ted Kremenek authored
Serialized diagnostics: encode a 24 bit version number as part of the "magic number" of serialized diagnostics. llvm-svn: 143760
-
Ted Kremenek authored
llvm-svn: 143759
-
Ted Kremenek authored
llvm-svn: 143758
-
Ted Kremenek authored
llvm-svn: 143757
-
-
Chandler Carruth authored
Windows. There are still FIXMEs and lots of problems with this code. Some of them will be addressed shortly by my follow-up patches, but most are going to wait until we isolate this code and can fix it properly. This version should be no worse than what we had before. llvm-svn: 143752
-
Chandler Carruth authored
as the system include interface before I start adding implementations of it to individual ToolChain implementations. llvm-svn: 143751
-
Argyrios Kyrtzidis authored
llvm-svn: 143748
-
Argyrios Kyrtzidis authored
GC managed non-objc object memory. llvm-svn: 143747
-
- Nov 04, 2011
-
-
Argyrios Kyrtzidis authored
create an attributed type with same type as the original type. We effectively retain the source info that an ownership attribute was present but the attribute is ignored by not modifying the type that it was applied to. llvm-svn: 143736
-
Devang Patel authored
Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. llvm-svn: 143733
-
Chad Rosier authored
rdar://10383444 llvm-svn: 143732
-
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
-
Richard Smith authored
llvm-svn: 143720
-
Devang Patel authored
llvm-svn: 143706
-
Devang Patel authored
llvm-svn: 143704
-
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
-
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
-
Richard Smith authored
initializations which refer indirectly to elements of the object being initialized. llvm-svn: 143680
-
Richard Smith authored
to allow us to implement the C++11 rule that a non-active union member can't be read, and use it to implement subobject access for string literals. llvm-svn: 143677
-
Richard Smith authored
be at the same address as another object, we do know it won't alias a null pointer. llvm-svn: 143674
-
Richard Trieu authored
llvm-svn: 143667
-