1. 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 14 years ago
  2. 3612bc8 Driver: Get rid of the proxy support in DerivedArgList. by Daniel Dunbar · 14 years ago
  3. e82ec0b Fix a couple comments. by Daniel Dunbar · 14 years ago
  4. 785e796 Driver: Change OptTable::ParseArg to take any ArgList. by Daniel Dunbar · 14 years ago
  5. 7e4953e Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s. by Daniel Dunbar · 14 years ago
  6. c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 14 years ago
  7. ae6de57 preprocessor directives in macro arguments aren't standard, by Chris Lattner · 14 years ago
  8. 40498cd Add a few FIXMEs: recursing over shadow decls, and semantics vs by Craig Silverstein · 14 years ago
  9. a7d6c22 Fix the constant evaluator for AltiVec-style vector literals so that the by John McCall · 14 years ago
  10. 81e317a Allow pseudo-destructors to be called on qualified pointers. Patch by by John McCall · 14 years ago
  11. ef99001 Don't store ASTContext references in the TST nodes just to support profiling. by John McCall · 14 years ago
  12. 24da709 Provide an Objective C mangling for wchar_t. Patch by Nico Weber! by John McCall · 14 years ago
  13. ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 14 years ago
  14. 258de30 Fix the 64-bit build. operator<<(DiagnosticBuilder, long) doesn't exist, so by Jeffrey Yasskin · 14 years ago
  15. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 14 years ago
  16. 971154d When mangling for the Microsoft C++ ABI, mangle variables in the global by Charles Davis · 14 years ago
  17. 876e994 Small fixes regarding printf fix suggestions. by Tom Care · 14 years ago
  18. e60cea8 Start implementing the Microsoft-style name mangler. Mangle simple names by Charles Davis · 14 years ago
  19. 98b7c5c Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 14 years ago
  20. 6c321e3 Improve readability with TRY_TO, remove a redundant comment, and fix one aspect by Chandler Carruth · 14 years ago
  21. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  22. 480076c Provide a method to clear the current state of a TypeLocBuilder. by John McCall · 14 years ago
  23. 7d66f8c Avoid repeating the list of operators twice in RecursiveASTVisitor through by Chandler Carruth · 14 years ago
  24. b5c202f Tweak a comment on the visitor to clarify one order of visit issue. Patch from by Chandler Carruth · 14 years ago
  25. 548f7da Multiplies, some shifts, set_lane by Nate Begeman · 14 years ago
  26. df29378 www: Add note on running clang tests from a CMake build, patch by Peter Collingbourne by Daniel Dunbar · 14 years ago
  27. ed5d5ee Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. by Daniel Dunbar · 14 years ago
  28. e3e210c Another chunk of the new RecursiveASTVisitor implementation: switch the return by Chandler Carruth · 14 years ago
  29. 022a8a5 Create a LinuxTargetInfo on ARM. This make clang correctly expand by Rafael Espindola · 14 years ago
  30. d075c01 support _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
  31. c392664 Add a stub Microsoft Visual C++ ABI class (with stub mangler). by Charles Davis · 14 years ago
  32. 41f1423 tests: Update test for previous change. by Daniel Dunbar · 14 years ago
  33. 482f1c8 Driver: -L should be marked as RenderJoined, the linker doesn't like "-L FOO". by Daniel Dunbar · 14 years ago
  34. 8a9b18c Driver: Eliminate flags on aliases, they are unnecessary (and unused). by Daniel Dunbar · 14 years ago
  35. 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  36. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago
  37. e375c4a Driver: Keep the rendering style in the option, instead of as part of the Arg. by Daniel Dunbar · 14 years ago
  38. 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 14 years ago
  39. bfbb39d Frontend: Fix crashes on error paths. by Daniel Dunbar · 14 years ago
  40. 7378012 Commit my WIP on constexpr support. This commit: an XFAILed test and treating constexpr as a top-level const. by Sebastian Redl · 14 years ago
  41. 515ddd8 Fix two typos in comments. by Sebastian Redl · 14 years ago
  42. e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 14 years ago
  43. 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  44. 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 14 years ago
  45. a3f28c3 Driver: Change Arg::render methods to use option name instead of string where by Daniel Dunbar · 14 years ago
  46. df98e1d Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n by Nate Begeman · 14 years ago
  47. d92f7a2 Added inherited info to template and non-type arguments of templates. by Abramo Bagnara · 14 years ago
  48. dfc35e3 Major redesign of the RecursiveASTVisitor. This implements the majority of the by Chandler Carruth · 14 years ago
  49. a3b6727 Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] by Chandler Carruth · 14 years ago
  50. 6ab30e0 Correctly handle > 257 substitutions in a single mangling, and don't introduce by John McCall · 14 years ago
  51. 9b14683 Merge StackAddrLeakChecker and ReturnStackAddressChecker. by Zhongxing Xu · 14 years ago
  52. 2c46458 Directly compare the StackFrameContext. This greatly simplifies logic and by Zhongxing Xu · 14 years ago
  53. 95450f6 More accurate BuiltinsARM.def vget_lane support by Nate Begeman · 14 years ago
  54. c8c4b40 Fix a typo that breaks the GCC build. Turns out that Clang isn't by Douglas Gregor · 14 years ago
  55. 3bfc5f4 Added FixIt support to printf format string checking. by Tom Care · 14 years ago
  56. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 14 years ago
  57. e140af3 Simplify the code a bit and avoid a gcc waring about uninitialized variables. by Rafael Espindola · 14 years ago
  58. 9a8822b Get rid of getMangledCXXCtorName and getMangledCXXDtorName. by Anders Carlsson · 14 years ago
  59. dc709a8 More mangling cleanup. by Anders Carlsson · 14 years ago
  60. afd0429 Get rid of an unnecessary getMangledName overload. by Anders Carlsson · 14 years ago
  61. 3f4cb12 Fix a gcc warning. by Rafael Espindola · 14 years ago
  62. 9df792c Fix test. by Anders Carlsson · 14 years ago
  63. 1c2a88c Implement transpose/zip/unzip & table lookup. by Nate Begeman · 14 years ago
  64. 9b065dd Added helper function to Type class to determine if a type is a builtin type. This complements the existing function that determines if a type is a specific builtin type. by Tom Care · 14 years ago
  65. 56833bc Try to fix buildbot tests. by Anders Carlsson · 14 years ago
  66. dcfcfbe Fix memory leak in ASTContext where ASTRecordLayout objects involving C++ structures wouldn't have by Ted Kremenek · 14 years ago
  67. 83c1a6f Fix memory leak in Preprocessor where MacroInfo objects in the MICache wouldn't have their by Ted Kremenek · 14 years ago
  68. 3104124 Code cleanup: remove explicit flush() in favor of using the ostream's str() by Jordy Rose · 14 years ago
  69. 605fa8f Add test case. by Anders Carlsson · 14 years ago
  70. 18af368 On Darwin, initialization and destruction functions should go into the __StaticInit section. by Anders Carlsson · 14 years ago
  71. 9dc046e Add a global CreateGlobalInitOrDestructFunction and use it for creating global init or destruction functions. by Anders Carlsson · 14 years ago
  72. 5687a5c Rename __tcf_ to __cxx_global_array_dtor. Remove the UniqueAggreDestructorCount from CodeGenFunction and let LLVM handle uniquing the internal functions instead. by Anders Carlsson · 14 years ago
  73. 7729136 Move GenerateCXXAggrDestructorHelper to CGDeclCXX.cpp where it belongs. by Anders Carlsson · 14 years ago
  74. 02e370a Simplify GenerateCXXAggrDestructorHelper. by Anders Carlsson · 14 years ago
  75. 61f69d9 Globally disable -fno-strict-aliasing, for reasons given in the comment. by Daniel Dunbar · 14 years ago
  76. e1aa9f3 When referring to a tag that was previously declared only as a friend, by Douglas Gregor · 14 years ago
  77. ccd4713 A built-in overload candidate is consider a non-template function when by Douglas Gregor · 14 years ago
  78. ac7362d Block Code Gen. API. Call destructor on descriptior by Fariborz Jahanian · 14 years ago
  79. c9f362d Makefiles: Remove unnecessary early include of Makefile.config. by Daniel Dunbar · 14 years ago
  80. f24f3d1 Simplify libIndex Makefile, which doesn't need to worry about altivec support. by Daniel Dunbar · 14 years ago
  81. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  82. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  83. 7a40262 Update Xcode project. by Anders Carlsson · 14 years ago
  84. d64fdd0 Warn about comparisons between arrays and improve self-comparison by Douglas Gregor · 14 years ago
  85. eb5dc49 Teach the PrintFunctionNames example to be a proper module, so that by Douglas Gregor · 14 years ago
  86. 45f5b54 Correctly handle fields with virtual bases containing empty subobjects. by Anders Carlsson · 14 years ago
  87. 55d7d36 Add ccc-analyzer support for '-imacros'. Fixes PR 7204. by Ted Kremenek · 14 years ago
  88. d7c7338 Fixes a typo which prevented proper code gen. for by Fariborz Jahanian · 14 years ago
  89. d7a9597 Implement a warning when converting the literal 'false' to a by Douglas Gregor · 14 years ago
  90. 2177ab7 When checking whether we can place a base subobject at an offset, we don't need to go past the highest offset that's known to contain an empty base subobject. by Anders Carlsson · 14 years ago
  91. c8cb462 Minor cleanups to the empty subobject map. by Anders Carlsson · 14 years ago
  92. b15894e Update LINK_COMPONENTS for examples. by Daniel Dunbar · 14 years ago
  93. 6f7e2f4 Correctly mangle static variables of anonymous struct/union type. by Anders Carlsson · 14 years ago
  94. 1c573cb Token is POD-like. by Benjamin Kramer · 14 years ago
  95. 1622a54 Add a checker check if a global variable holds a local variable's address after by Zhongxing Xu · 14 years ago
  96. 30d9171 Fix NEON intrinsic argument passing, support vext. Most now successfully make it through codegen to the .s file by Nate Begeman · 14 years ago
  97. 0ea22fd Implement -fcaret-diagnostics to undo -fno-caret-diagnostics. by Jeffrey Yasskin · 14 years ago
  98. a71d3c6 Add a test to the previous commit. by Rafael Espindola · 14 years ago
  99. 7afacd5 Fix what looks like a merge problem that broke __clear_cache. by Rafael Espindola · 14 years ago
  100. 99b8b92 Add test for previous commit. by Rafael Espindola · 14 years ago