1. 673431a IRgen: Move blocks runtime interfaces to CodeGenModule. by Daniel Dunbar · 14 years ago
  2. c76c9e0 Suppress !+Asserts warning. by Daniel Dunbar · 14 years ago
  3. bf40cb5 When deferring the emission of declarations with initializers in C++, remember by John McCall · 14 years ago
  4. 15a3d7d Set "optimization is ON" and supply other optional parameters. This helps codegenerator preserve info in case the symbol is deleted. by Devang Patel · 14 years ago
  5. 1ce377a Improve test case. Thanks Eli by Douglas Gregor · 14 years ago
  6. 7feaeee Don't suppress the emission of available_externally functions marked by Douglas Gregor · 14 years ago
  7. 4089491 Mark implementation generated methods as artificial. by Devang Patel · 14 years ago
  8. 1658c39 After some discussion, the ABI list settled on a much more sensible mangling by John McCall · 14 years ago
  9. 06b7080 When we're performing tentative parsing to determine whether the by Douglas Gregor · 14 years ago
  10. c57b0ba build/Darwin: Add missing Info.plist template. by Daniel Dunbar · 14 years ago
  11. 7bad56c build/Darwin: Enable version information for clang executable. by Daniel Dunbar · 14 years ago
  12. 7c7a793 Reinstate the scalar-cast-to-const-reference improvements, this time by Douglas Gregor · 14 years ago
  13. 35e12c9 Make the "unused result" warning a warning about run-time behavior, so by Douglas Gregor · 14 years ago
  14. 928d69f Revert r108431 and r108433 (the cast-to-const-reference fixes), which by Douglas Gregor · 14 years ago
  15. f801dcf Add test case for PR5290; this bug was fixed with the non-class rvalue by Douglas Gregor · 14 years ago
  16. db30c0f Revert 108220 and subsequent patch. by Devang Patel · 14 years ago
  17. 06de037 Spell isPRValue() properly. by Douglas Gregor · 14 years ago
  18. 5467209 Teach CodeGenFunction::EmitCastLValue() to handle casts to an lvalue by Douglas Gregor · 14 years ago
  19. 2497886 CK_BitCast is not an lvalue bitcast any longer by Douglas Gregor · 14 years ago
  20. 2bb38d0 Driver/Darwin: Resolve deployment target defaulting to be more predictable; by Daniel Dunbar · 14 years ago
  21. d55519b Driver/Darwin: Allow -m{ios,macosx}-version-min= to be passed with -Xarch. by Daniel Dunbar · 14 years ago
  22. 3852f34 CodeGen: Tweak ABI handling for Minix, patch by Kees van Reeuwijk! by Daniel Dunbar · 14 years ago
  23. f0fb0e0 see comment. by Chris Lattner · 14 years ago
  24. 40228c1 Driver: Support 'clang -x ir ...'. by Daniel Dunbar · 14 years ago
  25. 23ef3e4 restrict the && -> & warning to cover a case daniel noted. by Chris Lattner · 14 years ago
  26. 30c514c Add a callback interface that allows interested parties to get notified whenever PCHReader deserializes a type or decl (and possibly other things in the future). Have PCHWriter implement these callbacks as noops and register to receive them if we're chaining PCHs. This will allow PCHWriter to track the IDs of these things, which it needs to write the dependent files. WIP by Sebastian Redl · 14 years ago
  27. dacf9dd CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing by Daniel Dunbar · 14 years ago
  28. cb481aa There is another implementation of PCHReaderListener around. Update it to the new interface. by Sebastian Redl · 14 years ago
  29. 66a8c9a When determining whether an overload set with explicit template by Douglas Gregor · 14 years ago
  30. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 14 years ago
  31. 0167f3c When there are extra or missing template parameter lists in a template by Douglas Gregor · 14 years ago
  32. 77d439a Add lvalue-bitcast support for complex numbers. by Douglas Gregor · 14 years ago
  33. 07a353c Increase the max PCH level for declarations to 7. Add a FromPCH flag to types. by Sebastian Redl · 14 years ago
  34. b9a8226 Driver: When re'execing clang, use path to the main executable instead of by Daniel Dunbar · 14 years ago
  35. 4a7e889 Driver: Remove some unused arguments. by Daniel Dunbar · 14 years ago
  36. d3635b9 Don't error when doing default property synthesis by Fariborz Jahanian · 14 years ago
  37. 7e9ad8b Make PCHReader cope with PCH files containing more than one predefines buffer. by Sebastian Redl · 14 years ago
  38. 797efb5 Only filter out names reserved for the implementation (e.g., __blah or by Douglas Gregor · 14 years ago
  39. 9ccd725 Consider obective-c pointer arguments as valid sentinel args by Fariborz Jahanian · 14 years ago
  40. b6f532e Fix the mangling of template template arguments, which do not always by John McCall · 14 years ago
  41. 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 14 years ago
  42. 773eb03 Add test case that was causing an infinite loop when reading PCH files. The test works with ToT Clang already by Douglas Gregor · 14 years ago
  43. f1adcdd Remove a few mangling FIXMEs: by John McCall · 14 years ago
  44. 0512e48 Implement the standard mangling for array-subscript expressions, and implement by John McCall · 14 years ago
  45. b0a996f Fix typo in test program by Douglas Gregor · 14 years ago
  46. 47e879d Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends by Daniel Dunbar · 14 years ago
  47. bc25f19 Add missing testcases for lvalue bitcasts by Douglas Gregor · 14 years ago
  48. 3e29f96 Work around an obnoxious GCC warning by changing semantics in a hopefully- by John McCall · 14 years ago
  49. e39a389 Introduce a new cast kind for an "lvalue bitcast", which handles by Douglas Gregor · 14 years ago
  50. 99f2680 Add __builtin_snprintf. by Nick Lewycky · 14 years ago
  51. fcd5c0c Switch the __cxa_rethrow cleanup to be lazy. by John McCall · 14 years ago
  52. 8e3f861 Allow for the possibility that __cxa_end_catch might throw for a catch-all block by John McCall · 14 years ago
  53. ae415dc Check on property attributes which are declared by Fariborz Jahanian · 14 years ago
  54. 09faeab Switch the __cxa_free_exception cleanup to be lazy. by John McCall · 14 years ago
  55. 55a17c0 Set DeclContext of ParamVarDecl only. No need by Fariborz Jahanian · 14 years ago
  56. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
  57. 77a3c9e Add two small utility functions to PCHReader that the writer will use. WIP. by Sebastian Redl · 14 years ago
  58. e7ffbe2 More block instantiation stuff. Set variable/param DeclContext by Fariborz Jahanian · 14 years ago
  59. 90a8f27 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 14 years ago
  60. 3d4b482 80 column issues. by Chris Lattner · 14 years ago
  61. 6398235 Whenever we're creating an expression that is typically an rvalue by Douglas Gregor · 14 years ago
  62. 6dc1ef8 Silence Doug's favorite GCC warning. by Chandler Carruth · 14 years ago
  63. 2ecebc2 Add volatile qualifiers for "this". by Devang Patel · 14 years ago
  64. e4b8f11 Properly add to 32 by Douglas Gregor · 14 years ago
  65. 4bd4031 Downgrade the "when type is in parentheses, array cannot have dynamic by Douglas Gregor · 14 years ago
  66. 9b36c3f Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. by Argyrios Kyrtzidis · 14 years ago
  67. de80ec1 Improve diagnostics for the "type qualifier on return type has no by Douglas Gregor · 14 years ago
  68. 218f47f When computing the canonical profile of a DeclRefExpr or MemberExpr, by Douglas Gregor · 14 years ago
  69. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  70. aef0199 Diagnose typedef of an operator name. Fixes PR7462 by Douglas Gregor · 14 years ago
  71. ecda6fb Check in this -Wconversion C++ test case that's been sitting on my machine by John McCall · 14 years ago
  72. a131d0f Complain when an unnamed enumeration has no enumerations (in C++). Fixes PR7466. by Douglas Gregor · 14 years ago
  73. 44eac33 Reinstate the optimization suppressing available_externally functions by Douglas Gregor · 14 years ago
  74. 769640e const qualify debug info for "this" for const methods. by Devang Patel · 14 years ago
  75. 8dd0c56 Instantiate attributes when first building an instantiated VarDecl. by Fariborz Jahanian · 14 years ago
  76. 669eed8 Provide a special diagnostic for attempts to explicitly specialize by Douglas Gregor · 14 years ago
  77. dd41ed5 Fix a documentation paste-o and eliminate a useless function parameter, both found by Sebastian by Douglas Gregor · 14 years ago
  78. cdbcad0 We should not be recursing over the shadow definitions in UsingDecl -- by Craig Silverstein · 14 years ago
  79. f9ea1f3 Produce an error on encountering a pointer or reference to a qualified function type. Fixes PR7470. by Sebastian Redl · 14 years ago
  80. a5c5bab While collecting members for a class, always create delcaration entry for methods. Debug info for method definition will be generated while generating code for method body. by Devang Patel · 14 years ago
  81. 1dc13a1 Split the normal and chained PCH writing paths and add a tiny bit of implementation to the latter. WIP. by Sebastian Redl · 14 years ago
  82. 8951bfd Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is by Argyrios Kyrtzidis · 14 years ago
  83. 0a67edd Simplify code using the new FoldingSetImpl::InsertNode() overload. by Argyrios Kyrtzidis · 14 years ago
  84. cad8d31 Copy over attributes to instantiated variable. by Fariborz Jahanian · 14 years ago
  85. 27cc633 Speculatively revert r108156; it appears to be breaking self-host. by Douglas Gregor · 14 years ago
  86. 03569ea If we are past tok::eof and in caching lex mode, avoid caching repeated tok::eofs. by Argyrios Kyrtzidis · 14 years ago
  87. 1982c18 Add a -code-completion-timing= mode to c-index-test, so that we can by Douglas Gregor · 14 years ago
  88. 84ca008 Compute Type dependent-ness of BlockDeclRefExpr on the fly when constructing it. by Fariborz Jahanian · 14 years ago
  89. cfd41cf Add test case for <rdar://problem/8177927> (which triggered an assertion failure in SemaChecking). by Ted Kremenek · 14 years ago
  90. 52bc56a Move setting of Dependent Type to BlockDeclRefExpr's constructor. by Fariborz Jahanian · 14 years ago
  91. 7ce1f27 Do not generate LLVM IR for available_externally function bodies at by Douglas Gregor · 14 years ago
  92. 64d092c Fix another aspect of PR7047, macro expansions. Previously, this was hacked by Chandler Carruth · 14 years ago
  93. 63dae6e we do in fact have to cache the EOF token returned by the preprocessor. by Chris Lattner · 14 years ago
  94. 9fc1873 revert a hunk of code that Argiris added in r106213, which is the by Chris Lattner · 14 years ago
  95. 184aa4e fix PR7280 by making the warning on code like this: by Chris Lattner · 14 years ago
  96. 9b3215d change the 'invalid token after top level declarator' message to be by Chris Lattner · 14 years ago
  97. 004659a Fix PR7617 by not entering ParseFunctionDefinition when by Chris Lattner · 14 years ago
  98. c82daef add a const qualifier, refactor some code. by Chris Lattner · 14 years ago
  99. 1bdb5a6 Switch to void-cast for this. Chris prefers that over the attribute, I'll by Chandler Carruth · 14 years ago
  100. fb3f9be Mark assert-only variables as unused. by Chandler Carruth · 14 years ago