1. 1c4a498 make my atrocious linear search at least search in the order that is by Chris Lattner · 16 years ago
  2. 0e0e5da add comment by Chris Lattner · 16 years ago
  3. fc39133 add the difference in the line marker phys line number and the by Chris Lattner · 16 years ago
  4. 3cd949c add really really trivial #line support, where #line now makes every by Chris Lattner · 16 years ago
  5. 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 16 years ago
  6. 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 16 years ago
  7. be395f6 Update passing of _Bool values to match what function was declared to take. by Daniel Dunbar · 16 years ago
  8. 34c94a2 Change construction of common ObjC functions to use CGCall by Daniel Dunbar · 16 years ago
  9. 23b5dc6 build per-fid linetable entries. by Chris Lattner · 16 years ago
  10. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  11. 4655112 Some function stub added for new abi messaging. by Fariborz Jahanian · 16 years ago
  12. 2b2105e Use CGCall infrastructure to call enumeration mutation function. by Daniel Dunbar · 16 years ago
  13. 2e4672b Several new declarations for objc2 nonfragile abi messaging. by Fariborz Jahanian · 16 years ago
  14. e4be5a6 Fix return type for calls to objc_setProperty. by Daniel Dunbar · 16 years ago
  15. 5a1be6e Use ConvertTypeForMem when creating alloca for scalar argument. by Daniel Dunbar · 16 years ago
  16. 8b1a343 Add CodeGenFunction::ConvertTypeForMem forwarding function. by Daniel Dunbar · 16 years ago
  17. ac50e34 more plumbing for #line propagation. Use happy bit #3 out of FileInfo :) by Chris Lattner · 16 years ago
  18. 4c4ea17 stub out basic #line handling calls. by Chris Lattner · 16 years ago
  19. 660af74 GNUStep fast enumeration. Patch by David Chisnall. by Fariborz Jahanian · 16 years ago
  20. 48458d2 silence some warnings. by Chris Lattner · 16 years ago
  21. ebc07d5 Allow taking the address of data members, resulting in a member pointer. by Sebastian Redl · 16 years ago
  22. 59e5a0e x86_64 ABI: Initial implementation of ABI compliant parameter passing. by Daniel Dunbar · 16 years ago
  23. e2c565d When looking for a tag name via unqualified name lookup, only look in by Douglas Gregor · 16 years ago
  24. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
  25. 89c9d8e ABI handling: Implement coercion for argument types (in addition to by Daniel Dunbar · 16 years ago
  26. 598d3f6 ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  27. 45206ec Targets that don't have stack use global address space for parameters. by Sanjiv Gupta · 16 years ago
  28. 07da367 Minor objc2 bug fix. by Fariborz Jahanian · 16 years ago
  29. ecb6b0e Fixed the typo in comment. by Sanjiv Gupta · 16 years ago
  30. 00282d6 reclaim my precious bit in FileInfo by ensuring that ContentCache objects by Chris Lattner · 16 years ago
  31. 0d0bf8c switch SourceManager from using an std::map and std::list of by Chris Lattner · 16 years ago
  32. 6bad265 Change ABIInfo to compute information for a full signature at a time by Daniel Dunbar · 16 years ago
  33. 0bcc521 Remove ABIArgInfo::Default kind, ABI is now responsible for specifying by Daniel Dunbar · 16 years ago
  34. 46327aa Add ABIArgInfo::Direct kind, which passes arguments using whatever the by Daniel Dunbar · 16 years ago
  35. 5251afa Add two FIXMEs. by Daniel Dunbar · 16 years ago
  36. b225be4 Always use CGFunctionInfo to access ABI information. by Daniel Dunbar · 16 years ago
  37. 88c2fa9 Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 16 years ago
  38. 9eb5c6d Move ABIInfo/ABIArgInfo classes into ABIInfo.h by Daniel Dunbar · 16 years ago
  39. 1931b44 Simplify the way in which we inject the names of tag definitions and by Douglas Gregor · 16 years ago
  40. 45012a7 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 16 years ago
  41. 40a6be6 Memoize CGFunctionInfo construction. by Daniel Dunbar · 16 years ago
  42. 281481d Formatting fix. by Mike Stump · 16 years ago
  43. a0a99e0 Change CGFunctionInfo args iterator to not include the return type. by Daniel Dunbar · 16 years ago
  44. 64650af Add a macro-based enumeration of all of the Decl nodes (like we do by Douglas Gregor · 16 years ago
  45. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 16 years ago
  46. ff77645 emit diagnostic when casting a ptr to a small int when doing static initialization (addresses Eli's comments I believe) by Nuno Lopes · 16 years ago
  47. 1dfa6e1 fix TryToFixInvalidVariablyModifiedType to reject negative array sizes by Nuno Lopes · 16 years ago
  48. 2b1e003 Steve set me straight on this one. GCC was right, EDG was wrong: the by Douglas Gregor · 16 years ago
  49. 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
  50. d671c5a Clean up indentation. by Ted Kremenek · 16 years ago
  51. bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
  52. d863517 Add iterators to LookupResult, allowing one to iterate over the by Douglas Gregor · 16 years ago
  53. 0bb2036 Refactored code gen for ivar access in preparation for by Fariborz Jahanian · 16 years ago
  54. 275e10d Shuffle some functions around, no functionality change. by Daniel Dunbar · 16 years ago
  55. 21a98b1 Change the ObjC type encoding for block pointer types to "@?" (for consistency with GCC). by Steve Naroff · 16 years ago
  56. 9a82b52 Add FIXME. by Daniel Dunbar · 16 years ago
  57. 87fd703 Check value-initializations that occur when an initializer list by Douglas Gregor · 16 years ago
  58. 8395081 allow cast from array to int to be considered as constant by Nuno Lopes · 16 years ago
  59. f231998 fix PR3459: improve compatibility with gcc when checking for constant exprs by Nuno Lopes · 16 years ago
  60. 7f5221b Fix for PR3447: use padded sizes for computations on struct/union constants. by Eli Friedman · 16 years ago
  61. 36b5f5e Remove unused overload of GetFunctionType. by Daniel Dunbar · 16 years ago
  62. 6f6b036 Initialize CGFunctionInfo isVariadic bit correctly. by Daniel Dunbar · 16 years ago
  63. 09796d6 Use target alignment API to set objc2's meta-data alignment. by Fariborz Jahanian · 16 years ago
  64. 21a4f62 Err, unbreak my previous "no functionality change commit", will fix properly later. by Daniel Dunbar · 16 years ago
  65. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 16 years ago
  66. f6e35d0 Add sema support for the cleanup attribute. by Anders Carlsson · 16 years ago
  67. dd0db2a class meta-data belong to __objc_data section (in objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  68. cf55516 Recognize class's visibility attribute and set its linkage by Fariborz Jahanian · 16 years ago
  69. c450357 x86_64 ABI: Retool classification to compute lo & hi classifications by Daniel Dunbar · 16 years ago
  70. fdbe11d Missed another mis-alignment of an objc2 meta-data. by Fariborz Jahanian · 16 years ago
  71. 734d986 Improve our handling of the second step in a user-defined conversion by Douglas Gregor · 16 years ago
  72. b0f90cc Turn on -flax-vector-conversions by default, issue a warning whenever one is done. Add a -fnolax-vector-conversions option. Fixes PR2862. by Anders Carlsson · 16 years ago
  73. 014858b Setting correct alignent for objc2 meta-data. by Fariborz Jahanian · 16 years ago
  74. cdf920e x86_64 ABI: Fix more thinkos, straddling computation for complex was by Daniel Dunbar · 16 years ago
  75. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  76. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 16 years ago
  77. 0f6610e add imag_info section and data (for objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  78. 71e62a9 x86_64 ABI: Fix thinko in prev commit, 64-bit vectors should have SSE by Daniel Dunbar · 16 years ago
  79. bf98c99 Fix horrible non-termination bug in LiveVariables. The issue was that by Ted Kremenek · 16 years ago
  80. f87a0cc Generate list of implemented classes and categories in their by Fariborz Jahanian · 16 years ago
  81. d4cd1b0 x86_64 ABI: Pass <1 x double> in memory. This is arguably wrong, but by Daniel Dunbar · 16 years ago
  82. 1e2b1fc Move method out-of-line. by Ted Kremenek · 16 years ago
  83. 8cfd397 Code gen. for @protocol expression in the new nonfragile abi. by Fariborz Jahanian · 16 years ago
  84. 11a76ed Remove testing -use-x86_64-abi option; current implementation is by Daniel Dunbar · 16 years ago
  85. e33edf1 x86_64 ABI: Split small vectors which cross an eightbyte boundary. Down to 33/500 return type failures. by Daniel Dunbar · 16 years ago
  86. b8bf65e " Attached is a patch for TextDiagnosticPrinter that adds an optional by Chris Lattner · 16 years ago
  87. d7eb846 Switch Type::isAggregateType to use the C++ definition of "aggregate by Douglas Gregor · 16 years ago
  88. 6cd586d Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442. by Anders Carlsson · 16 years ago
  89. f64ef62 Simplify/cleanup r63219 (based on Chris review). by Steve Naroff · 16 years ago
  90. 8562ae7 x86_64 ABI: Implement classification for arrays. by Daniel Dunbar · 16 years ago
  91. 7d801ea Implement constant generation of ImplicitValueInitExprs. by Anders Carlsson · 16 years ago
  92. 071e04e update for change in API. by Chris Lattner · 16 years ago
  93. 4c921ae Eliminated LookupCriteria, whose creation was causing a bottleneck for by Douglas Gregor · 16 years ago
  94. e620ecd Use uint64_t not unsigned for type sizes/offsets. by Daniel Dunbar · 16 years ago
  95. 3819a0b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 16 years ago
  96. 14553ab Fix a couple bugs: by Ted Kremenek · 16 years ago
  97. eb73213 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 16 years ago
  98. 6818928 retain/release checker: When generating summaries for CF/CG functions, allow arguments to "escape" if they are passed to a function containing the terms "InsertValue", "SetValue", or "AddValue". This fixes <rdar://problem/6539791>. by Ted Kremenek · 16 years ago
  99. 8448c2c Set protocol linkage and visibility correctly and by Fariborz Jahanian · 16 years ago
  100. a9c8780 Make CodeGen produce an error if we come across a non-constant initializer list that involves the GNU array-range designator extension by Douglas Gregor · 16 years ago