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