1. 61c1601 Use cached types; no functionality change. by John McCall · 13 years ago
  2. 9de09d4 Fix ARCMT/migrate.m on MSVC. by Francois Pichet · 13 years ago
  3. 8db0990 Unbreak -cc1as mode after MC subtarget changes by Joerg Sonnenberger · 13 years ago
  4. 55a8a8d [arcmt] Remove redundant has_error() check. by Argyrios Kyrtzidis · 13 years ago
  5. b709639 [arcmt] Try fixing test/ARCMT/migrate.m for windows hosts. by Argyrios Kyrtzidis · 13 years ago
  6. 1d78f32 test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together. by NAKAMURA Takumi · 13 years ago
  7. 92d9a1e test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check-all. by NAKAMURA Takumi · 13 years ago
  8. 23319f3 tools/c-arcmt-test/Makefile: Add clangARCMigrate.a clangRewrite.a to USEDLIBS to satisfy linking on cygming. by NAKAMURA Takumi · 13 years ago
  9. 04af8aa relax this test a bit to hopefully work with VC++ by Chris Lattner · 13 years ago
  10. 699f9b1 Change __debugbreak signature to void __debugbreak(void); MSVC compatibility. by Francois Pichet · 13 years ago
  11. 3ade975 implement a nice new optimization: CodeGenTypes::UpdateCompletedType by Chris Lattner · 13 years ago
  12. 1b5ba85 enhance EmitLValueForFieldInitialization to do the proper pointer adjustment, allowing by Chris Lattner · 13 years ago
  13. aa01d26 revert part of r134860, which is empirically unnecessary after the proper fix by Chris Lattner · 13 years ago
  14. 57eb23f keep track of whether being in a RS_StructPointer state by Chris Lattner · 13 years ago
  15. 74339df change EmitLValueForField to cast the returned lvalue to the right by Chris Lattner · 13 years ago
  16. f0a8679 Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely by Chris Lattner · 13 years ago
  17. 12569fb when emitting pointer load from an lvalue or storing to an lvalue, by Chris Lattner · 13 years ago
  18. 0989bf7 c-arcmt-test.c: MSVCRT does not have setenv. Use putenv instead. by NAKAMURA Takumi · 13 years ago
  19. be5f332 how about we initialize RecursionState. by Chris Lattner · 13 years ago
  20. f742eb0 Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since by Chris Lattner · 13 years ago
  21. 064fa99 test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps. by NAKAMURA Takumi · 13 years ago
  22. bb54093 Fix linker problem in buildbot. by Argyrios Kyrtzidis · 13 years ago
  23. 4fc446f Ugh, fix CMake. by Argyrios Kyrtzidis · 13 years ago
  24. 9621019 [libclang] Fix linker error in buildbots. by Argyrios Kyrtzidis · 13 years ago
  25. b8775eb [arcmt] Remove test/ARCMT/with-working-dir.m which fails at windows hosts and is not that useful by Argyrios Kyrtzidis · 13 years ago
  26. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  27. 8dd5cdf when an enum type is completed, only flush the type cache when by Chris Lattner · 13 years ago
  28. 063481a fix this on 32-bit hosts. by Chris Lattner · 13 years ago
  29. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  30. 0850e8d More compiler workarounds. I have to admit that I was not by John McCall · 13 years ago
  31. f073324 cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-errors.c by Evan Cheng · 13 years ago
  32. 287d491 disable this test to get the botz green again. by Chris Lattner · 13 years ago
  33. bb36ed9 createAsmParser API change. by Evan Cheng · 13 years ago
  34. 7566aa2 GCC 4.2 compatibility hack. by John McCall · 13 years ago
  35. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  36. 6bb31e4 Silly typo in test for r134770. by Eli Friedman · 13 years ago
  37. c3e0fb4 Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx should not imply -mno-sse. by Eli Friedman · 13 years ago
  38. 528a8c7 Revert x86_64 ABI changes until I have time to check the items raised by Eli. by Bruno Cardoso Lopes · 13 years ago
  39. 558229f Introduce __builtin_expect() intrinsic support. by Jakub Staszak · 13 years ago
  40. df41b4c Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft) by Bruno Cardoso Lopes · 13 years ago
  41. 094240a Add codegen support for the fma/fmal/fmaf builtins. by Cameron Zwarich · 13 years ago
  42. 54cf341 Initialize all the AnalysisBasedWarnings statistics to zero. by Benjamin Kramer · 13 years ago
  43. 5b4a40a Remove unused variable. by Benjamin Kramer · 13 years ago
  44. a6e023c Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". by Eli Friedman · 13 years ago
  45. 82007c3 objc++-arc: more diagnosis of converting a weak-unavailable by Fariborz Jahanian · 13 years ago
  46. 032c869 Teach CXXUnresolvedConstructExpr when it should be an by Douglas Gregor · 13 years ago
  47. fd8bcd2 Add several CFG-stress-testing input source files. These use the by Chandler Carruth · 13 years ago
  48. 8052050 Make the worklist in the uninitialized values checker actually a queue. by Chandler Carruth · 13 years ago
  49. f972b26 Fix a FIXME in clang ARM driver that was exposed as a bug with ARM backend by Evan Cheng · 13 years ago
  50. 59e7c56 Random cleanup: - fix a comment. - Remove an unnecessary { } block. by Francois Pichet · 13 years ago
  51. 3c7fddd Remove a no-op break after a return, and correct one of the most by Chandler Carruth · 13 years ago
  52. bb39902 Minor style cleanup. by Chandler Carruth · 13 years ago
  53. 4d6980b Update the creation of the TargetAsmParser based on API change in r134678. by Chandler Carruth · 13 years ago
  54. b1077dc Tweak formatting. by Chandler Carruth · 13 years ago
  55. 886ea9b Switch the token-paste source locations inside of function style macro by Chandler Carruth · 13 years ago
  56. c8d1ecc Keep track of which source locations are part of a macro argument by Chandler Carruth · 13 years ago
  57. 78b9291 Add a testcase for the previous commit and update an existing test for an by Eric Christopher · 13 years ago
  58. 7a084ec objc++-arc: diagnose assignment/cast of a weak-unavailable by Fariborz Jahanian · 13 years ago
  59. 7c9adf9 Fix a typo in the fpsr register and add the fpcr register. by Eric Christopher · 13 years ago
  60. 3bd2138 Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. by Jonathan D. Turner · 13 years ago
  61. 7a75960 Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now. by Argyrios Kyrtzidis · 13 years ago
  62. 14ef319 Layout the code for trapping arithmetic so that the overflow case comes after by Bill Wendling · 13 years ago
  63. dbd3c85 r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, by Cameron Zwarich · 13 years ago
  64. 2357aee A redeclaration of an inline method in C99 mode should trigger emission of that by Nick Lewycky · 13 years ago
  65. c5f90c2 Undo r134587 as the bug was actually a deep and hideous one in the client code. by Sean Hunt · 13 years ago
  66. 04e5a25 objc-arc: diagnose assignment/cast of a weak-unavailable by Fariborz Jahanian · 13 years ago
  67. 3582a6c Turn hashhash into tok::unkwown when it comes from expanding an argument, per Chris' suggestion. by Argyrios Kyrtzidis · 13 years ago
  68. 8e62706 FreeBSD gets FreeBSD target, just mipsel. by Joerg Sonnenberger · 13 years ago
  69. ca02643 Slightly improve the code to derive target from program name to not by Joerg Sonnenberger · 13 years ago
  70. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  71. 63ff703 If we're using the pure non-fragile ABI, then skip some of the contortions required to support the transitional ABI. by David Chisnall · 13 years ago
  72. f074885 Set a flag to tell the runtime when we're compiling in ARC mode and use the pure-nonfragile ABI for both ARC and GC mode. by David Chisnall · 13 years ago
  73. cfe1f05 Fix example: variable is initialized to 10 and then has 11 stored in it, but in the expanded version is initialized to 11. by David Chisnall · 13 years ago
  74. 7e5e5f4 In ARC, reclaim all return values of retainable type, not just those by John McCall · 13 years ago
  75. 72ac120 [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases. by Argyrios Kyrtzidis · 13 years ago
  76. e433072 Sort #includes. by Nick Lewycky · 13 years ago
  77. 0fd9c48 When expanding macro arguments, treat '##' coming from an argument as a normal token. by Argyrios Kyrtzidis · 13 years ago
  78. b73377e Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. by Argyrios Kyrtzidis · 13 years ago
  79. 8b86ef0 Fix bug in SourceManager::getDecomposedInstantiationLocSlowCase. by Argyrios Kyrtzidis · 13 years ago
  80. d410e74 For -print-stats, add the number of bytes that SLocEntryTable consumes. by Argyrios Kyrtzidis · 13 years ago
  81. e4f22ad In an in-class initialization, defer checks for value-dependent initialization by Nick Lewycky · 13 years ago
  82. 8290574 Zap a couple unnecessary loops. by Eli Friedman · 13 years ago
  83. 9934078 Do not violate the opencl casting rules. This test case still illustrates the problem. In the future, we should throw an error when doing invalid casting. by Tanya Lattner · 13 years ago
  84. 2fad783 Move and elaborate the section on objc_arc_weak_unavailable. by John McCall · 13 years ago
  85. e9a37e4 Ensure that we actually visit function parameter declarations with by Sean Hunt · 13 years ago
  86. a236c0e Update document for objc_arc_weak_unavailable attribute by Fariborz Jahanian · 13 years ago
  87. acd4aaf Update document on use of ns_returns_not_retained by Fariborz Jahanian · 13 years ago
  88. 3ea4c49 Based on comments from Chris, switch to using CFG::getNumBlockIDs() by Chandler Carruth · 13 years ago
  89. 08aa622 MSVC doesn't like mixing declarations and statements in a C file. by Francois Pichet · 13 years ago
  90. bca01b4 Properly implement the scope restriction on the NRVO for by Douglas Gregor · 13 years ago
  91. a26b2e5 Update documentation for // rdar://9619861 by Fariborz Jahanian · 13 years ago
  92. 9d5ac7c revert patch for // rdar://9227352 by Fariborz Jahanian · 13 years ago
  93. 7263fee Some code cleanup of r134522 by Fariborz Jahanian · 13 years ago
  94. 24c9db6 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 13 years ago
  95. 742352a objc-arc: Support objc_arc_weak_unavailable on those by Fariborz Jahanian · 13 years ago
  96. c41b878 Don't try to type-check a copy construction of an exception by Douglas Gregor · 13 years ago
  97. d322429 Update docs to remove reference to OverloadedFunctionDecl and replace it with DeclContext::lookup_result. by Jonathan D. Turner · 13 years ago
  98. 85bea97 Keep track of when "unrecoverable" errors occur, then allow by Douglas Gregor · 13 years ago
  99. e855448 SmallVectorize a critical vector. by Benjamin Kramer · 13 years ago
  100. 39c411f libclang: Allow callers of clang_saveTranslationUnit() to distinguish by Douglas Gregor · 13 years ago