1. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 15 years ago
  2. bb3f995 Remove stray emacs mode marker. by Nick Lewycky · 15 years ago
  3. 4f9e971 test: add .cu extension by Peter Collingbourne · 15 years ago
  4. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 15 years ago
  5. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 15 years ago
  6. e2dd6c8 Basic: Add CUDA language option by Peter Collingbourne · 15 years ago
  7. 8a24341 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 15 years ago
  8. 94cd011 add some infrastructure that will let us codegen by Chris Lattner · 15 years ago
  9. 49c64fd Handle -nostartfiles. by Rafael Espindola · 15 years ago
  10. 4c53dc1 get some i32/i8/i1 constants from Builder, which is much less painful than by Chris Lattner · 15 years ago
  11. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 15 years ago
  12. 2600503 When unknown method is sent to a receiver of by Fariborz Jahanian · 15 years ago
  13. d9e0ff2 A CGRecordLayout object persists. Since its contained types may by John McCall · 15 years ago
  14. d0de0ce CGRecordLayoutBuilder does not need to be exported from this module. by John McCall · 15 years ago
  15. b1cb9c9 Update checker build. by Ted Kremenek · 15 years ago
  16. faa5bfc Declaring local static in global block by Fariborz Jahanian · 15 years ago
  17. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 15 years ago
  18. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 15 years ago
  19. 7907fad Eliminate more pointless default statements by Douglas Gregor · 15 years ago
  20. d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 15 years ago
  21. 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 15 years ago
  22. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 15 years ago
  23. 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 15 years ago
  24. 6710cf1 Make the dumper safe against null declaration names. by John McCall · 15 years ago
  25. 85fedbf Update Xcode project: remove Action.cpp, add DumpXML.cpp. by John McCall · 15 years ago
  26. 32b5fe7 System was renamed Support. Fix the build. by Duncan Sands · 15 years ago
  27. aab440b Take John McCall's suggestion and fix this silly gcc warnings in a way that by Nick Lewycky · 15 years ago
  28. f402943 I hate pointless default statements by Douglas Gregor · 15 years ago
  29. a6a2897 Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate type info for its component types by Douglas Gregor · 15 years ago
  30. bbc8175 Add missing file from last commit by Douglas Gregor · 15 years ago
  31. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 15 years ago
  32. bdc4b36 De-C99-ify for loop by Douglas Gregor · 15 years ago
  33. 8e08dec Teach c-index-test to reparse the source file a few times when testing by Douglas Gregor · 15 years ago
  34. 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 15 years ago
  35. 15d5c83 Fix bug in r120299 spotted by dgregor. by Nico Weber · 15 years ago
  36. 9b4b9d6 Fix another case of giving the wrong value kind to a dependent cast to by John McCall · 15 years ago
  37. f0438e7 Replace \r\n with \n. No functional change. by Nick Lewycky · 15 years ago
  38. 1b51e3b Add a default clause to avoid this GCC warning: by Nick Lewycky · 15 years ago
  39. d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 15 years ago
  40. bbd3407 Incomplete enum types not to be treated as integer type by Fariborz Jahanian · 15 years ago
  41. 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 15 years ago
  42. 08e41a6 Always use a function's decl context when building default arguments. Fixes http://http://llvm.org/pr8479. by Nico Weber · 15 years ago
  43. 03013fa Merge System into Support. by Michael J. Spencer · 15 years ago
  44. 8a72621 Revert r120063, it was wrong. by John McCall · 15 years ago
  45. 2a601eb I hate default statements by Douglas Gregor · 15 years ago
  46. 987cec3 Add a test for C++ [stmt.label]p1, from Sashan! by Douglas Gregor · 15 years ago
  47. 7f946ad When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteConsumer on the heap, so it's always cleaned up properly by Douglas Gregor · 15 years ago
  48. 0629cbe Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously by Douglas Gregor · 15 years ago
  49. 3aa8c64 test/CMakeLists.txt: Implement the target "check-all". For now, it has no dependencies. by NAKAMURA Takumi · 15 years ago
  50. fc86d55 Don't store the maximum alignment, we can trivially compute it. by Anders Carlsson · 15 years ago
  51. 7ff776e Revert parts of r120266 that I did not mean to commit by Nico Weber · 15 years ago
  52. 6bb4dcb Minor whitespace and comment fixes. No functionality change. by Nico Weber · 15 years ago
  53. 1d7dc22 More work on laying out virtual bases. by Anders Carlsson · 15 years ago
  54. e4fed47 tighten up operator= to ensure we don't get multiple owners with the same FD. by Chris Lattner · 15 years ago
  55. 71b48d6 fix typo by Chris Lattner · 15 years ago
  56. 83eedd9 BuildVirtualCall doesn't need to take a reference to a pointer. by Anders Carlsson · 15 years ago
  57. 1af610f Make the destructor be the 'vtable anchor' of the CGCXXABI class. by Anders Carlsson · 15 years ago
  58. ee7cde2 Move CGCXXABI functions to CGCXXABI.cpp by Anders Carlsson · 15 years ago
  59. 4992eaf Add a CGCXXABI.cpp file. by Anders Carlsson · 15 years ago
  60. f8b3015 Look through parentheses when deciding whether an expr is a temporary object. Fixes PR8683. by Anders Carlsson · 15 years ago
  61. fbfdb20 Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allows by Chandler Carruth · 15 years ago
  62. 1d636c2 Add missing else. by Rafael Espindola · 15 years ago
  63. 6abb078 Forgot a file in r120182 by Sebastian Redl · 15 years ago
  64. f978000 Allow access to non-static members without an object in sizeof expressions, in C++0x. Patch by Jakub Wieczorek. by Sebastian Redl · 15 years ago
  65. a21e06c For internal consistency's sake, compute the value kind of a dependent cast by John McCall · 15 years ago
  66. 110eaf1 Do not use StripCasts() in this context. by Zhongxing Xu · 15 years ago
  67. b1dbe0e Should not use StripCasts() in this context. by Zhongxing Xu · 15 years ago
  68. 02fe28c Rename CXXObjectRegion to CXXTempObjectRegion. by Zhongxing Xu · 15 years ago
  69. 755f6bc fix a bug introduced in r120173. by Zhongxing Xu · 15 years ago
  70. 4fd5681 Regionstore: support derived-to-base cast by creating a CXXBaseObjectRegion. by Zhongxing Xu · 15 years ago
  71. dc1ad2c Add a fixme. by Zhongxing Xu · 15 years ago
  72. 9d2c060 Add C++ header path for openSUSE 11.4. Patch by İsmail Dönmez. by Rafael Espindola · 15 years ago
  73. 54353f4 Hide a bunch of symbols. by Benjamin Kramer · 15 years ago
  74. f564289 OpaquePtrs are POD-like. by Benjamin Kramer · 15 years ago
  75. 2210490 For CFGAutomaticObjDtor, the type may be reference type, e.g., const A &c = A(); by Zhongxing Xu · 15 years ago
  76. 0e38d5d handle CXXFunctionalCastExpr in visitLValue and Environment. by Zhongxing Xu · 15 years ago
  77. 8ed119f Improve comments. by Zhongxing Xu · 15 years ago
  78. e1aeb13 Add dump method. by Zhongxing Xu · 15 years ago
  79. 8f2c689 Begin work on actually laying out virtual bases. by Anders Carlsson · 15 years ago
  80. 7491f10 Update Xcode project. by Anders Carlsson · 15 years ago
  81. dae0cb5 Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. by Anders Carlsson · 15 years ago
  82. 15441eb Basic: add log2{,f,l}, round{,f,l} builtins by Peter Collingbourne · 15 years ago
  83. 2a5f99e Tie DefineVTablesUsed() in with recursive function instantiation so that we emit by Nick Lewycky · 15 years ago
  84. 0b9fb2f Remove the PrimaryBaseInfo class. by Anders Carlsson · 15 years ago
  85. c9e814b Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 15 years ago
  86. bdb4a9d Move code off the primary base info iterator. No functionality change. by Anders Carlsson · 15 years ago
  87. 245656e Use the newly added function in ASTRecordLayoutBuilder. by Anders Carlsson · 15 years ago
  88. 3a03765 Fix typo. by Anders Carlsson · 15 years ago
  89. 46170f9 Add CXXRecordDecl::getIndirectPrimaryBases. by Anders Carlsson · 15 years ago
  90. 8a9dc4f Simplify code. by Anders Carlsson · 15 years ago
  91. cb690b1 Fix a (probably very old) regression where we weren't using the typedef name for anonymous tag types. by Anders Carlsson · 15 years ago
  92. 2d98777 Revert r120110. We don't want to call ConvertType from within getCGRecordLayout. by Anders Carlsson · 15 years ago
  93. 4cb78b2 Use ConvertType instead of ConvertTagDeclType, since ConvertType will assign a name to the type. by Anders Carlsson · 15 years ago
  94. 3379e9b Simplify code. by Anders Carlsson · 15 years ago
  95. 8292696 Fix build. by Anders Carlsson · 15 years ago
  96. c8f01eb Make CodeGenTypes::getCGRecordLayout compute the layout lazily if it doesn't exist. This matches ASTContext::getASTRecordLayout and is less confusing. by Anders Carlsson · 15 years ago
  97. ba2c2ee CGRecordLayout types are always struct types. by Anders Carlsson · 15 years ago
  98. 3230302 When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is by Zhongxing Xu · 15 years ago
  99. d706434 Let StackFrameContext represent if the call expr is evaluated as lvalue. by Zhongxing Xu · 15 years ago
  100. 13cf5e2 Appease versions of GCC which don't correctly support injected class names. by John McCall · 15 years ago