Commit History

Author SHA1 Message Date
  David Chisnall 11d3f4cc27 Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 13 years ago
  Eli Friedman b135f0f2d8 When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations. PR13252. 13 years ago
  Hans Wennborg de981f3ff1 Add -ftls-model command-line flag. 13 years ago
  Fariborz Jahanian 4904bf4e84 block literal irgen: several improvements on naming block 13 years ago
  Charles Davis 9ee494f986 IRGen: Factor v-table generation into the CGCXXABI object. 13 years ago
  Hans Wennborg 5e2d5dec77 Support the tls_model attribute (PR9788) 13 years ago
  John McCall 260611a325 Restructure how the driver communicates information about the 13 years ago
  Michael J. Spencer adc6cbf5b5 [MSExtensions] Add support for __forceinline. 13 years ago
  Richard Smith ca5233044e PR13064: Store whether an in-class initializer uses direct or copy 13 years ago
  David Blaikie 581deb3da4 Revert Decl's iterators back to pointer value_type rather than reference value_type 13 years ago
  Chris Lattner a61ab05215 adjust to mainline llvm API change. 13 years ago
  Peter Collingbourne 4dc34ebf2a CUDA: add CodeGen support for global variable address spaces. 13 years ago
  Benjamin Kramer ee409a916e Add support for __attribute__((hot)) and __attribute__((cold)). 13 years ago
  Alexey Samsonov fd00eecad6 This patch adds a new Clang compiler flag "-gline-tables-only". 13 years ago
  David Blaikie 262bc18e32 Remove the ref/value inconsistency in filter_decl_iterator. 13 years ago
  Alexey Samsonov 3a70cd6e1c Use enum to set debug info size generated by Clang 13 years ago
  Kostya Serebryany c9fe6056e4 enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-aliasing 13 years ago
  Eric Christopher 0ff258b933 Typo. 13 years ago
  Eric Christopher be6c6869a9 Enable debug info for objective c implementations that may not have 13 years ago
  Chandler Carruth 0f30a12ce7 Revert r153723, and its follow-ups r153728 and r153733. 13 years ago
  John McCall 49d26d2817 Do the static-locals thing properly in the face of unions and 13 years ago
  Bill Wendling 84392d0edc The UTF16 string referenced by a CFString should go into the __TEXT,__ustring 13 years ago
  Bill Wendling 8322c23956 Fix whitespace. 13 years ago
  Kostya Serebryany 8cb4a070d4 add tbaa metadata to vtable pointer loads/stores 13 years ago
  Benjamin Kramer 7e42392eb2 Simplify some users of DenseMap::erase. 13 years ago
  David Blaikie 4e4d08403c Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 13 years ago
  Rafael Espindola 025039377d Replace MarkVarRequired with a more generic 13 years ago
  Rafael Espindola 234fe654a3 Fix a small difference in sema and codegen views of what needs to be output. 13 years ago
  Richard Smith a3ca41f0c2 Reinstate r151879, r151880, reverted in r151922, along with a bugfix for 13 years ago
  Sebastian Redl 062a82cdfa Hack in a loud error for PR12086. Better than a silent miscompile. 13 years ago