1. 538590e minor fixes by Chris Lattner · 17 years ago
  2. 9fb4024 dump strings with escapes and other stuff in them nicely. by Chris Lattner · 17 years ago
  3. b707a7a minor cleanups by Chris Lattner · 17 years ago
  4. e35d258 __attribute__ starts a declspec. by Chris Lattner · 17 years ago
  5. 9a6d6ae add dumping support for some new nodes by Chris Lattner · 17 years ago
  6. 7e4a2c7 Dump out types for expressions, and handle typedefs nicely. by Chris Lattner · 17 years ago
  7. 9557878 add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  8. 8d3b170 Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  9. bf49e99 now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
  10. 48a8793 Add support for __builtin_classify_type(). This builtin function isn't "public", however by Steve Naroff · 17 years ago
  11. 2af72ac now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
  12. 94cd93f by Steve Naroff · 17 years ago
  13. 2e3b1d2 add some helpers by Chris Lattner · 17 years ago
  14. 6e8227b by Steve Naroff · 17 years ago
  15. 5e4f6bd by Steve Naroff · 17 years ago
  16. 44fcf4f Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  17. c6fb568 the sse intrinsics are missing, leading to errors. by Chris Lattner · 17 years ago
  18. 613a3d3 fix hang in testsuite by Chris Lattner · 17 years ago
  19. 4048bab fix constness issues. by Chris Lattner · 17 years ago
  20. 8934552 Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  21. 93c5301 by Steve Naroff · 17 years ago
  22. af8cd2d by Steve Naroff · 17 years ago
  23. 4ca7e75 implement codegen support for __builtin_types_compatible_p by Chris Lattner · 17 years ago
  24. 9ae0ec7 fix a buggy comment I added by Chris Lattner · 17 years ago
  25. a0d03a7 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
  26. 19e09d8 testcase for vector element access stuff. by Chris Lattner · 17 years ago
  27. 940966d implement codegen for multidest ocuvector expressions, like: by Chris Lattner · 17 years ago
  28. 5bfdd23 add codegen support for storing into a single-element ocu lvalue, such as: by Chris Lattner · 17 years ago
  29. 944f796 refactor handling of ocuvector lvalue->rvalue codegen into its own method. by Chris Lattner · 17 years ago
  30. 2ef10ab In the common case where we are shuffling a vector, emit an by Chris Lattner · 17 years ago
  31. 5054785 add OCUVectorComponent::getNumComponents() by Chris Lattner · 17 years ago
  32. 4759d34 Add support for scalar-returning element accesses like V.x by Chris Lattner · 17 years ago
  33. a735fac implement lvalue to rvalue conversion for ocuvector components. We can now compile stuff by Chris Lattner · 17 years ago
  34. 6552019 add support for codegen of an OCUVectorComponent as an lvalue. by Chris Lattner · 17 years ago
  35. 42158e7 Add support for encoding a OCUVectorComponent into a single integer. by Chris Lattner · 17 years ago
  36. 8a6ac29 oops, this is the real fix. by Chris Lattner · 17 years ago
  37. 584b911 update test by Chris Lattner · 17 years ago
  38. 9096b79 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
  39. abf25b3 Use static methods, which don't require an instance of OCUVectorType by Chris Lattner · 17 years ago
  40. ea25591 mark some methods static, don't consider a vector to be an ocuvector by Chris Lattner · 17 years ago
  41. 3f2e1b6 silence some warnings. by Chris Lattner · 17 years ago
  42. f4bf551 Minor comment improvements. by Chris Lattner · 17 years ago
  43. 5723cbc make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
  44. c106e72 Hyphenate a word, to check auto-update feature. Third times the charm! by Reid Spencer · 17 years ago
  45. c8d2abc Expand a contraction to test auto-update on commit. by Reid Spencer · 17 years ago
  46. 7b1b506 Test auto-update with minor grammaro fix. by Reid Spencer · 17 years ago
  47. a835e04 Fix a bug in my previous commit by Chris Lattner · 17 years ago
  48. 0434327 switch a fixme to an assert. by Chris Lattner · 17 years ago
  49. c6f0fd3 by Steve Naroff · 17 years ago
  50. c5c0897 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 17 years ago
  51. 14bbce8 by Steve Naroff · 17 years ago
  52. 18d38be by Steve Naroff · 17 years ago
  53. 1200b5a by Steve Naroff · 17 years ago
  54. 5b52892 by Steve Naroff · 17 years ago
  55. 63bad2d by Steve Naroff · 17 years ago
  56. 0604dd9 by Steve Naroff · 17 years ago
  57. 11b649c by Steve Naroff · 17 years ago
  58. a957225 update this to build with LLVM ToT by Chris Lattner · 17 years ago
  59. 6a39040 Print floating point literal values better. by Chris Lattner · 17 years ago
  60. 4c255ab by Steve Naroff · 17 years ago
  61. 36be3d8 remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  62. 7122514 simplify some type checking code, don't explicitly access canonical types. by Chris Lattner · 17 years ago
  63. b0fdfd5 move trivial type predicates inline. by Chris Lattner · 17 years ago
  64. e35a104 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  65. ee063d0 add internals manual to project by Chris Lattner · 17 years ago
  66. 0645d4a Owen pointed out that this made no sense :) by Chris Lattner · 17 years ago
  67. 428b704 add two missing files to the xcode project. by Chris Lattner · 17 years ago
  68. f0c4a0a rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  69. 7931f4a make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  70. 850a9c4 update name by Chris Lattner · 17 years ago
  71. 7cbb146 by Steve Naroff · 17 years ago
  72. 614c8a8 Oops, I committed the wrong file before. This expands the description of type. by Chris Lattner · 17 years ago
  73. 142993f Add a start at a clang internals manual, documenting some by Chris Lattner · 17 years ago
  74. efcc475 add a link by Chris Lattner · 17 years ago
  75. 70dd20d Don't use canonical type for sema here. In by Chris Lattner · 17 years ago
  76. 6154214 Upgrade a comment... by Steve Naroff · 17 years ago
  77. ba67f69 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  78. 82113e3 by Steve Naroff · 17 years ago
  79. c11705f by Steve Naroff · 17 years ago
  80. 1b8a46c Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  81. 806b319 by Steve Naroff · 17 years ago
  82. dd598cf Fix the following bogus diagnostic...reported by Jeroen. by Steve Naroff · 17 years ago
  83. 5c4ee5b add another link. by Chris Lattner · 17 years ago
  84. f47a75b don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  85. f56c4de Forgot a return stmt (oops). by Steve Naroff · 17 years ago
  86. 2cb6638 by Steve Naroff · 17 years ago
  87. 7564406 - Fix commit in Parser.h (patch by Kevin Andre). by Steve Naroff · 17 years ago
  88. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago