1. 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  2. 345dc62 the sse intrinsics are missing, leading to errors. by Chris Lattner · 17 years ago
  3. 52e3de5 fix hang in testsuite by Chris Lattner · 17 years ago
  4. c1b607d fix constness issues. by Chris Lattner · 17 years ago
  5. 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  6. d04fdd5 by Steve Naroff · 17 years ago
  7. 441995e by Steve Naroff · 17 years ago
  8. 30bf3ae implement codegen support for __builtin_types_compatible_p by Chris Lattner · 17 years ago
  9. dd652cdb fix a buggy comment I added by Chris Lattner · 17 years ago
  10. 6481a57 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
  11. 90997ac testcase for vector element access stuff. by Chris Lattner · 17 years ago
  12. 7e6b51b implement codegen for multidest ocuvector expressions, like: by Chris Lattner · 17 years ago
  13. 017d6aa add codegen support for storing into a single-element ocu lvalue, such as: by Chris Lattner · 17 years ago
  14. 34cdc86 refactor handling of ocuvector lvalue->rvalue codegen into its own method. by Chris Lattner · 17 years ago
  15. 5cc2e45 In the common case where we are shuffling a vector, emit an by Chris Lattner · 17 years ago
  16. 4d0ac88 add OCUVectorComponent::getNumComponents() by Chris Lattner · 17 years ago
  17. 3b12612 Add support for scalar-returning element accesses like V.x by Chris Lattner · 17 years ago
  18. 46ea8eb implement lvalue to rvalue conversion for ocuvector components. We can now compile stuff by Chris Lattner · 17 years ago
  19. 349aaec add support for codegen of an OCUVectorComponent as an lvalue. by Chris Lattner · 17 years ago
  20. b8f849d Add support for encoding a OCUVectorComponent into a single integer. by Chris Lattner · 17 years ago
  21. f13ebf0 oops, this is the real fix. by Chris Lattner · 17 years ago
  22. 6f66c26 update test by Chris Lattner · 17 years ago
  23. 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
  24. b4878f4 Use static methods, which don't require an instance of OCUVectorType by Chris Lattner · 17 years ago
  25. 667405a mark some methods static, don't consider a vector to be an ocuvector by Chris Lattner · 17 years ago
  26. d14faaa silence some warnings. by Chris Lattner · 17 years ago
  27. cb92a11 Minor comment improvements. by Chris Lattner · 17 years ago
  28. 281a492 make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
  29. ad43ad4 Hyphenate a word, to check auto-update feature. Third times the charm! by Reid Spencer · 17 years ago
  30. 06ddd81 Expand a contraction to test auto-update on commit. by Reid Spencer · 17 years ago
  31. 2f291ba Test auto-update with minor grammaro fix. by Reid Spencer · 17 years ago
  32. c1e50fc Fix a bug in my previous commit by Chris Lattner · 17 years ago
  33. 4cabcfe switch a fixme to an assert. by Chris Lattner · 17 years ago
  34. 7b658aa by Steve Naroff · 17 years ago
  35. 991ae51 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 17 years ago
  36. 9dfa7b4 by Steve Naroff · 17 years ago
  37. 7f28fe8 by Steve Naroff · 17 years ago
  38. 389cecc by Steve Naroff · 17 years ago
  39. 363bcff by Steve Naroff · 17 years ago
  40. d34e915 by Steve Naroff · 17 years ago
  41. 9752f25 by Steve Naroff · 17 years ago
  42. 8d1a3b8 by Steve Naroff · 17 years ago
  43. bf98651 update this to build with LLVM ToT by Chris Lattner · 17 years ago
  44. 86e499d Print floating point literal values better. by Chris Lattner · 17 years ago
  45. 2cb64ec by Steve Naroff · 17 years ago
  46. 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  47. 2dcb6bb simplify some type checking code, don't explicitly access canonical types. by Chris Lattner · 17 years ago
  48. 611c1ff move trivial type predicates inline. by Chris Lattner · 17 years ago
  49. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  50. 2ad07f0 add internals manual to project by Chris Lattner · 17 years ago
  51. 33fc68a Owen pointed out that this made no sense :) by Chris Lattner · 17 years ago
  52. b39eec4 add two missing files to the xcode project. by Chris Lattner · 17 years ago
  53. a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  54. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  55. 11406c1 update name by Chris Lattner · 17 years ago
  56. d1861fd by Steve Naroff · 17 years ago
  57. 8a2bc62 Oops, I committed the wrong file before. This expands the description of type. by Chris Lattner · 17 years ago
  58. 86920d3 Add a start at a clang internals manual, documenting some by Chris Lattner · 17 years ago
  59. 8993e90 add a link by Chris Lattner · 17 years ago
  60. d51d890 Don't use canonical type for sema here. In by Chris Lattner · 17 years ago
  61. fcac0ff Upgrade a comment... by Steve Naroff · 17 years ago
  62. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  63. bea0b34 by Steve Naroff · 17 years ago
  64. 31a4584 by Steve Naroff · 17 years ago
  65. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  66. 7064f5c by Steve Naroff · 17 years ago
  67. 08f794b Fix the following bogus diagnostic...reported by Jeroen. by Steve Naroff · 17 years ago
  68. 18cf0ff add another link. by Chris Lattner · 17 years ago
  69. eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  70. adc0185 Forgot a return stmt (oops). by Steve Naroff · 17 years ago
  71. dfa6aae by Steve Naroff · 17 years ago
  72. 82c7e6d - Fix commit in Parser.h (patch by Kevin Andre). by Steve Naroff · 17 years ago
  73. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  74. 700204c by Steve Naroff · 17 years ago
  75. 9572a5f add documentation skeleton by Chris Lattner · 17 years ago
  76. 706c99a add a bare bones web page by Chris Lattner · 17 years ago
  77. 012cf46 Fix a comment, patch by Kevin Andre! by Chris Lattner · 17 years ago
  78. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  79. 5143196 avoid std::string yet again. by Chris Lattner · 17 years ago
  80. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  81. 1cf12bf check in an experiment that didn't work out, to allow for future investigation. by Chris Lattner · 17 years ago
  82. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  83. b638a30 Fix two paste-avoidance bugs I introduced last night. Patch by Chris Lattner · 17 years ago
  84. dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 17 years ago
  85. f11ccfc Fix a scoping bug that apple gcc doesn't catch for some reason. by Chris Lattner · 17 years ago
  86. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  87. f063721 avoid creating std::strings in MoveToLine by Chris Lattner · 17 years ago
  88. e225e37 In OutputString, avoid calling memcpy for really tiny strings. by Chris Lattner · 17 years ago
  89. 2933f41 Avoid calling getSpelling at all for identifiers, which are by Chris Lattner · 17 years ago
  90. f0f2b29 change the concatenation avoidance algorithm to be partially table-driven by Chris Lattner · 17 years ago
  91. b19f5e8 If a token doesn't need cleaning, we can get its first character by Chris Lattner · 17 years ago
  92. 822f940 A minor tweak to -E output, speeding up -E 1.5% on 447.dealII by Chris Lattner · 17 years ago
  93. 706ab50 implement a missing feature in the #include handler, where by Chris Lattner · 17 years ago
  94. f1c99ac refactor the interface to Preprocessor::GetIncludeFilenameSpelling, by Chris Lattner · 17 years ago
  95. 0f67032 fix a bug getting the spelling of an identifier token by Chris Lattner · 17 years ago
  96. 349b42a no need to avoid pasting >* It can't form ->*, because we know the previous by Chris Lattner · 17 years ago
  97. 94fea5a GCC doesn't set __STDC_VERSION__ usually. It never sets it in by Chris Lattner · 17 years ago
  98. e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
  99. 448cec4 Change hte lexer to start a start pointer to the underlying by Chris Lattner · 17 years ago
  100. 409a036 split the slow path out of Lexer::getSourceLocation and do not let the by Chris Lattner · 17 years ago