1. fdba9c0 Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. by Anders Carlsson · 14 years ago
  2. d9f473c Update .xcodeproj file (Yes this is getting old and I should really switch to the cmake based project :) by Anders Carlsson · 14 years ago
  3. 99d1252 Update the xcode project for real and don't check in a failing test. by Anders Carlsson · 14 years ago
  4. 8f09543 Refix rewriting of an ivar access when it is by Fariborz Jahanian · 14 years ago
  5. 58b7eee Move the VTT related code into its own file, CGVTT.cpp by Anders Carlsson · 14 years ago
  6. c1a35d9 Update Xcode project. by Anders Carlsson · 14 years ago
  7. d4a0552 More work on the FullExpr class. by Anders Carlsson · 15 years ago
  8. 5ee56e9 Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Action::FullExpr to Action::MakeFullExpr to avoid name clashes. by Anders Carlsson · 15 years ago
  9. 864db01 Remove clang-cc tool, it has joined in unholy union with clang. by Daniel Dunbar · 15 years ago
  10. 347c2a0 Fix tabs. by Anders Carlsson · 15 years ago
  11. 5ec2e7c Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there. by Anders Carlsson · 15 years ago
  12. 6e2cf8c Update .xcodeproj file by Anders Carlsson · 15 years ago
  13. 7cd6a9e Update project file. by Anders Carlsson · 15 years ago
  14. 764d0c2 Move GlobalDecl to its own file. Also add DenseMapInfo traits. by Anders Carlsson · 15 years ago
  15. 8ac5a40 Update xode project. by Anders Carlsson · 15 years ago
  16. 756b5c4 Add CGException.cpp, to be used for exception related code generation. by Anders Carlsson · 15 years ago
  17. dcd2bd8 Add some missing header files to the Xcode project. by Steve Naroff · 15 years ago
  18. dbd920c Move the vtable builder to CGVtable.cpp, general cleanup. by Anders Carlsson · 15 years ago
  19. 656e4c1 Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change. by Anders Carlsson · 15 years ago
  20. 4f08911 Update Xcode project. by Anders Carlsson · 15 years ago
  21. ece8e71 Add code completion support for ObjC property declarations/attributes. by Steve Naroff · 15 years ago
  22. ff38915 Add files to xcode project. by Anders Carlsson · 15 years ago
  23. 2b35835 Move some functions from CodeGenFunctions to CodeGenModule so they can be used by CGExprConstant. by Anders Carlsson · 15 years ago
  24. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  25. 21fb98e implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. by Chris Lattner · 15 years ago
  26. d489cd0 Fix indentation in xcode project. by Anders Carlsson · 15 years ago
  27. 16d81b8 Move codegen of new and delete to CGCXXExpr.cpp by Anders Carlsson · 15 years ago
  28. 9075630 (With Doug's help) fix a crash in the code completion code that lead to a test failure. by Anders Carlsson · 15 years ago
  29. dfece5b clean up xcode proj by Chris Lattner · 15 years ago
  30. 0a8f847 x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review. by Anders Carlsson · 15 years ago
  31. 5a0f49e Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValue argument (currently unused). by Anders Carlsson · 15 years ago
  32. 29f898a Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there. by Anders Carlsson · 15 years ago
  33. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  34. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  35. 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
  36. b215394 Add the partially implemented PartialDiagnostic class. by Anders Carlsson · 15 years ago
  37. 78ca7b3 Update Xcode project file to include indexing source files. by Steve Naroff · 15 years ago
  38. 7d878eb Update Xcode project. by Anders Carlsson · 15 years ago
  39. cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
  40. 8a8a629 No longer need to keep base class offsets in the offset by Fariborz Jahanian · 15 years ago
  41. 45372a6 Check in CGRecordLayoutBuilder which is a reimplementation of the record layout code. (Yay, no more packed structs unless absolutely necessary). We currently don't use the layouts being built but that will change when the new code is mature enough :) by Anders Carlsson · 15 years ago
  42. bda4c10 Add a new ASTRecordLayoutBuilder class. Not used yet. by Anders Carlsson · 15 years ago
  43. 19cc4ab Revert r75641. by Anders Carlsson · 15 years ago
  44. 3d598a5 Rename RecordLayout.h to ASTRecordLayout.h by Anders Carlsson · 15 years ago
  45. 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago
  46. e41590d [class.local] p1 and p3. Also, add back the xcodeproj file. by Anders Carlsson · 15 years ago
  47. e9cfa45 Remove old Xcode project. We can now automatically generate an Xcode project that compiles all of LLVM (not just Clang) using CMake. by Ted Kremenek · 15 years ago
  48. 648b981 remove extraneous diff. by Chris Lattner · 15 years ago
  49. 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
  50. 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
  51. 21a8353 Use the correct indentation for DeclTemplate.cpp by Anders Carlsson · 15 years ago
  52. d488214 Add DeclPrinter.cpp by Anders Carlsson · 15 years ago
  53. c4ee170 Make sure to call FullExpr before parsing anything else. by Anders Carlsson · 15 years ago
  54. 482cb84 Use the right indentation for CGCXXTemp.cpp by Anders Carlsson · 15 years ago
  55. 3341292 Update Xcode project by Douglas Gregor · 15 years ago
  56. 2ce6612 Move code generation of C++ temporaries into a new file. by Anders Carlsson · 15 years ago
  57. 0578916 Update Xcode project by Anders Carlsson · 15 years ago
  58. ebefdd8 Remove AstGuard.h from Xcode project. by Anders Carlsson · 15 years ago
  59. 02b3a0c Add SemaTemplateInstantiateStmt.cpp to Xcode project. by Anders Carlsson · 15 years ago
  60. 7c98736 Add SemaTemplateInstantiateExpr.cpp to Xcode project. by Anders Carlsson · 15 years ago
  61. e2f79b6 Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalBlock2) by Chris Lattner · 15 years ago
  62. ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 15 years ago
  63. 12b1c76 split decl writing out to its own PCHWriterDecl.cpp file. by Chris Lattner · 15 years ago
  64. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  65. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  66. 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 15 years ago
  67. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago
  68. 0389e6b implement PCH support for the rest of ExprObjC.h, including by Chris Lattner · 15 years ago
  69. 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 15 years ago
  70. 2f73cc4 remove some gone files by Chris Lattner · 15 years ago
  71. 7ac48d2 Update Xcode project with recently added files. by Steve Naroff · 15 years ago
  72. e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 15 years ago
  73. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 15 years ago
  74. 5af280c move jump scope checking and related code out into its own file, SemaDecl.cpp is by Chris Lattner · 15 years ago
  75. 5abd66f Update Xcode project with some PCH related headers. by Steve Naroff · 15 years ago
  76. 11bddef split diagnostic group definitions out into their own file. by Chris Lattner · 15 years ago
  77. 41c6c46 add a bunch of files. by Chris Lattner · 15 years ago
  78. ccc96b3 add Diagnostic.td to proj by Chris Lattner · 15 years ago
  79. 68a359c Add CGCXX.h with ctor/dtor type enumerations. No functionality change. by Anders Carlsson · 15 years ago
  80. ca60395 add fixitrewriter to xcode proj by Chris Lattner · 15 years ago
  81. 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 15 years ago
  82. cadbe1c add PCH stuff to project by Chris Lattner · 15 years ago
  83. a2cf28c add driver headers to xcode proj by Chris Lattner · 15 years ago
  84. 7cf09f2 Add clang-cc to the xcodeproj file. by Anders Carlsson · 15 years ago
  85. c960ee3 add TemplateName.cpp/h to the xcode project, minor tidying. by Chris Lattner · 15 years ago
  86. e9b7d8a Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 15 years ago
  87. 8054e25 sort alphabetically by Chris Lattner · 15 years ago
  88. aecc23d move file to proper place. by Chris Lattner · 15 years ago
  89. 1266eca remove TranslationUnit. by Chris Lattner · 15 years ago
  90. c60e888 Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp by Anders Carlsson · 15 years ago
  91. 60d6b0d Add SemaAccess.cpp by Anders Carlsson · 15 years ago
  92. a23c74f sort items. by Chris Lattner · 15 years ago
  93. 3713f0b add driver and clang-cc to project. by Chris Lattner · 15 years ago
  94. 0cf6891 Add the .td files and remove the .def files from the Xcode project. by Anders Carlsson · 15 years ago
  95. afcf80f Add SemaTypeInstantiateDecl.cpp by Anders Carlsson · 15 years ago
  96. 688460e add NestedNameSpecifier.h/cpp to the xcode project file for browsing. by Chris Lattner · 15 years ago
  97. fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 15 years ago
  98. 76e10ef More ident fixes by Anders Carlsson · 15 years ago
  99. fde3195 Use the right indentation by Anders Carlsson · 15 years ago
  100. 2a83a8c update project for driver -> frontend rename. by Chris Lattner · 15 years ago