1. 7e6b51b implement codegen for multidest ocuvector expressions, like: by Chris Lattner · 17 years ago
  2. 017d6aa add codegen support for storing into a single-element ocu lvalue, such as: by Chris Lattner · 17 years ago
  3. 34cdc86 refactor handling of ocuvector lvalue->rvalue codegen into its own method. by Chris Lattner · 17 years ago
  4. 5cc2e45 In the common case where we are shuffling a vector, emit an by Chris Lattner · 17 years ago
  5. 3b12612 Add support for scalar-returning element accesses like V.x by Chris Lattner · 17 years ago
  6. 46ea8eb implement lvalue to rvalue conversion for ocuvector components. We can now compile stuff by Chris Lattner · 17 years ago
  7. 349aaec add support for codegen of an OCUVectorComponent as an lvalue. by Chris Lattner · 17 years ago
  8. bf98651 update this to build with LLVM ToT by Chris Lattner · 17 years ago
  9. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  10. 5e3fbe5 implement codegen support for sizeof/alignof by Chris Lattner · 17 years ago
  11. 99e0d79 Add a hack (mirroring llvm-gcc) to pointer difference codegen to compile: by Chris Lattner · 17 years ago
  12. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  13. d5e0d98 add FIXME and un-XFAIL test by Gabor Greif · 17 years ago
  14. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  15. 06c8d96 add a fixme by Chris Lattner · 17 years ago
  16. 4db18f2 implement _Complex * == and != by Gabor Greif · 17 years ago
  17. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  18. d07eb3b implement codegen support for implicit casts. by Chris Lattner · 17 years ago
  19. b0a721a "Codegen for Character Literals and Conditional Operator by Chris Lattner · 17 years ago
  20. fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
  21. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  22. 5727479 implement codegen support for pre/post inc/dec. by Chris Lattner · 17 years ago
  23. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago