2007-07-19 |
Chris Lattner | silence a warning by treating ocuvectors the same as... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Steve Naroff | Work towards fixing crasher with compound literals... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | Fix a crasher that Neil reported: Sema::GetTypeForDecla... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | Make sure to initialize an ivar, patch by Benoit Boissinot. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | Correctly respect C99 5.1.1.2p4 when searching for... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | implement i-c-e correct evaluation for sizeof/alignof... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | implement sizeof/alignof support for structs, unions... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | implement codegen support for sizeof/alignof |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Steve Naroff | First round of extended vector support. Here is an... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | initial layout support for structures and unions. ... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | add accessors |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | Cast to void is valid, patch by Benoit Boissinot |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | teach -stats about new types |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | add a note Neil pointed out |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | Add initial switch stmt support, patch by Anders Carlsson! |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Chris Lattner | strtod is more portable than strtof apparently. Instea... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Gabor Greif | cheap change to fix solaris compilation. I can make... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Use the correct method for getting the ReferenceType... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Chris Lattner | I forgot to check this in earlier |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Return the correct type from isReferenceType(). |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Change dyn_cast for reference types to be more like... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Fix references: |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Steve Naroff | Convert UsualArithmeticConversions to return "void... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Steve Naroff | Implement semantic analysis for the cast operator. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Steve Naroff | Remove the 2 QualType references to method UsualArithme... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | In the final step for preserving typedef info better... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Steve Naroff | Change DefaultFunctionArrayConversions and UsualUnaryCo... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Fix a GCC warning: |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Implement break and continue. Patch by Anders Carlsson! |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | avoid requiring people to update from llvm svn. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Bill Wendling | Constify the is*Lvalue() methods. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Make octal constant lexing use AdvanceToTokenCharacter... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Add a new Preprocessor::AdvanceToTokenCharacter method... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | add better comments. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | factor a common predicate into a static method. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Add a hack (mirroring llvm-gcc) to pointer difference |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | add required directories to the path automatically... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Make check conflicts with the other default llvm target... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | 'make check' is what more people expect. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Doug Gregor pointed out that _Complex actually isn... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Add support for C++'0x keywords, patch by Doug Gregor |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Now that isPointerType can return a pointer type, avoid... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | Use the return value of isPointerType and isVectorType... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Chris Lattner | as a very useful feature, make isVectorType and isPoint... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | rename variables to be more consistent. Always use... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | Remove an extraneous QualType from CastExpr, it's type... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | don't let builtin-type handling code fall into pointer... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | set the correct width for a character literal when... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | Refactor code so that isIntegerConstantExpr has an... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | Change SourceManager::getInstantiationLoc to take virtu... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Steve Naroff | This is the final step/commit for implementing exlicit... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | non-apple targets should be like i386, not the mythical... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | Cache macro expander objects to avoid thrashing malloc... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Chris Lattner | Make parser scope cache be a member of the parser inste... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | switch function-like macros from using a vector for... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | switch from using a vector to a smallvector for macro... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | expose an iterator interface to getReplacementTokens... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | split function-like and object-like macro body parsing... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Gabor Greif | add FIXME and un-XFAIL test |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Bill Wendling | Add missing directory |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | A significant refactoring of the type size stuff to... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | Implement trivial integer initializers, like 'int X... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | In "int X,Y;", compile both X and Y. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Chris Lattner | add a fixme |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Improve char literal pretty printing, patch by Keith... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Gabor Greif | fix type of main, use != |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Gabor Greif | implement _Complex * == and != |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Steve Naroff | More changes related to implementing ImplicitCastExpr. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Use target info to decide the sizes of basic types. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Add missing citation. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Gabor Greif | a simple _Complex testcase |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Move getSize() out of type, into ASTContext, where... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Unspecified type specs default to int. This fixes... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | remove some extraneous spaces, no functionality change. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | implement codegen support for implicit casts. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | eliminate extraneous type, add accessors. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Check in these testcases. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | new testcase that crashes the cfe due to implicit conve... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | silence a bogus gcc warning. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Steve Naroff | Removed some superfluous code. The getType() method... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | remove use of alloca. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Steve Naroff | Add (explicit) AST support for implicit casts. This... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | check in the basic llvm license |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Gabor Greif | Solaris needs an included header for alloca |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | "Codegen for Character Literals and Conditional Operator |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | implement support for basic codegen of global variables... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | "Someone typed "PtrToInt" where they meant "IntToPtr". |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Chris Lattner | Implement codegen for + and - with pointers. Patch... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Anton Korobeynikov | Workaround gcc 3.4.x bug |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Steve Naroff | Two changes... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | update tests |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | -pedantic no longer defaults to on. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | update test |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | don't pick up random stuff in .svn directories. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Gabor Greif | add missing header |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | Fix "no newline at end of file" warnings. Patch contri... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | Improve portability to compilers where <cassert> is... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Chris Lattner | Allow this to compile on compilers where <string> |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Anton Korobeynikov | Properly use local variable declaration inside a switch... |
commit | commitdiff | tree | snapshot |
next |