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