2007-12-17 |
Chris Lattner | refactor an better comment framework lookup code. ... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | as it turns out, frameworks and headermaps are orthogon... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | add a portability fixme. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | teach RemoveDuplicates about header maps. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Step #1 in adding headermap support to clang. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | rearrange some code and make it more efficient. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | add a hack so that codegen doesn't abort on missing... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Christopher... | Update to use new PointerType::getUnqual() api. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Anders Carlsson | Start generating SSE intrinsics. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Steve Naroff | Sema::ActOnMemberReferenceExpr() needs to perform the... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Chris Lattner | swtich to smallptrset, which is more efficient than... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Chris Lattner | make clang -v output more similar to gcc's -v output. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Anders Carlsson | We now support all MMX intrinsics. SSE intrinsics are... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Chris Lattner | simplify the interfaces to ProcessInputFile and Initial... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Ted Kremenek | Removed "isSizeOfExpr" mode from StmtIterator. It... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Ted Kremenek | Added "mode" to StmtIterator to record if the expressio... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Steve Naroff | - Remove getInstanceMethods/getClassMethods API on... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Ted Kremenek | Added support to StmtIterator to traverse the size... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Anders Carlsson | Simplify the vector code. Add more shift intrinsics. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Kevin | IE Menu Problem... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Seo Sanghyeon | Array subscription in aggregate expression |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Seo Sanghyeon | Implement dereference operator in aggregate expression |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | CFG bug fix: for sizeof(expressions), don't expand... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Fariborz Jahanian | Patch to make ObjcQualifiedInterfaceType inherit ObjcIn... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Steve Naroff | Sema::ActOnFinishFunctionBody(): Since we no longer... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Add hack to SourceManager to support missing source... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Add check in the driver to see if a serialized AST... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Changed set of top-level decls from a list to a vector. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Changed -serialize-ast to not create a temporary direct... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Set target data layout info in module. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | debug info too. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Minor spelling; punctuation correction. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Bill Wendling | Grammar fix: correct ' usage. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | add some builtins. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Don't do integer promotions of LHS for compound shift... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | remove some dead styles. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | nuke hte status page. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | add a bunch of open projects |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Updated serialization of ParmVarDecl to serialize out... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | split get_involved into two pages: get_started and... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | wrap to 80 cols, many fixes to markup. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | For uninitialized values analysis, added special treatm... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | Fix file header. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Fixed bug in live-variable analysis and uninitialized... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | use new interface. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Devang Patel | Add assert to detect incomplete implementation work. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Fariborz Jahanian | Moved ObjcDeclQualifier to ParmVarDecl from VarDecl. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Chris Lattner | builtin id 0 is invalid, don't use a slot for it. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Ted Kremenek | Implemented -serialize-ast option for the driver. ... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Fariborz Jahanian | Fixed test to match the new diagnostic text. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Fariborz Jahanian | Concatenation of objc strings. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix off-by-one error. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Implemented prototype mode where the driver can operate... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | TargetInfo no longer includes a reference to SourceManager. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Steve Naroff | Encode enumeral types. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Removed "NULL" from default construction of FullSourceL... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | constified getFullLoc(). |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Changes to FullSourceLoc: |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Renamed getFullSourceLoc() -> getFullLoc(). |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Added method: Preprocessor::getFullSourceLoc. Used... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Renamed FullContextSourceLocation to FullSourceLoc. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Added utility static method to FullContextSourceLocation |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | make it a bit more clear in what way the ivar is consis... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | add an ivar_size() method that never returns -1. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Constified a predicate method. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Added class FullContextSourceLocation: a tuple class... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | simplify some code, bump j. This fixes the remaining... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Moved construction of TargetInfo objects out of the... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | handle the -1'ness of undefined lists |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | unbreak the build. I'm still working on test failures. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | more cleanups changing things like getInstanceVariables... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | resolve some fixmes and clean up some code by eliminati... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | start cleaning up interfaces for objc bits and pieces... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Added back VisitDeclStmt() to the StmtDumper, essential... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | move function to a more logical location, add its gramm... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | remove todo |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Removed VisitDeclStmt(). The initializers of a DeclStmt... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Unbreak -stats on cocoa.h |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | add run lines. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | add run line |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | add runline, make this test real. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | verify that tests contain RUN lines. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | implement correct semantic analysis for shifts. For: |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Simplify some code, don't force the triple to a darwin... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | typo reported by Gabor Greif |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Fix a codegen crash on test/CodeGen/cast.c, reported... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix typo pointed out by gordon |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix expected errors. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Fariborz Jahanian | Add -pedantic so test passes. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Add ObjC parser support for concatenated ObjC strings... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Fariborz Jahanian | Implemented type checking for pointer of objects of... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ted Kremenek | Moved creation of SourceManager, HeaderSearch, TargetIn... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | simplify code now that isConstantExpr really does always |
commit | commitdiff | tree | snapshot |
next |