2008-01-02 |
Chris Lattner | Refactor the decl printer, patch by Mike Stump! |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Fariborz Jahanian | Issue diagnostic when objective-c's @interface is prece... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Added/fixed some comments. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Fariborz Jahanian | Prevent crash on incorrect objc messaging expression. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Sprinkled 'typename' and fixed a few typos and type... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Added fixme. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Allocate vertices using a BumpPtrAllocator. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nate Begeman | Allow implicit casts during arithmetic for OCUVector... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nate Begeman | Allow splat casts for OCU vector assignments & add... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nate Begeman | Rename stats to print-stats to avoid conflicting with... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nate Begeman | Allow codegen of vector fdiv |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | implement codegen support for most unary operators... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attributions from .def files. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attribution from makefiles. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Christopher... | Fix OCUVector case in struct layout code. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Christopher... | Enable CodeGen for member expressions based on call... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Christopher... | Make MemberExpr code safe w.r.t. address spaces. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Christopher... | Fix an error in the base/idx accessors for ArraySubscri... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | various cleanups. Use IgnoreParenCasts instead of... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | unindent cases in a switch stmt, no functionality change. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | Change Sema::ActOnCallExpr to construct the CallExpr... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | move file to proper place in project. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | Add accessors + iterator interface. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | From Lucas Newman: |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Chris Lattner | add a file I forgot to svn add. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Chris Lattner | alphabetize in project. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Chris Lattner | use -emit-llvm-bc |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Chris Lattner | no need to verify this, no errors/warnings are expected. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Chris Lattner | Fix a crash on a top-level objc string, patch by Nico... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Chris Lattner | - Use Tok.isObjCAtKeyword instead of Tok.getIdentifier... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Anders Carlsson | No need to do work that the folding builder does for us. |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Seo Sanghyeon | Remove broken assert from CodeGen. Better check is... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Christopher... | Make output files binary mode for -emit-llvm-bc |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Christopher... | Almost the best possible handling of stdin/stdout for... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Christopher... | Better handing of stdin/stdout for -emit-llvm-bc |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Christopher... | Allow bitcode output to be redirected to stdout. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Seo Sanghyeon | Implement -emit-llvm-bc option |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Seo Sanghyeon | String literal in aggregate expression |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Chris Lattner | remove use of alloca. |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Anton Korobeynikov | Unbreak mingw build |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Ted Kremenek | Added (incomplete) implementation of SimulEngine, a... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Fariborz Jahanian | Another test case, testing a variety of objective-c... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Fariborz Jahanian | Another test for objective-c's type comparison. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Converted Loc back to being of type ProgramEdge. Ultima... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Added preliminary implementation of SimulGraph, which... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Changed "Location" from "ProgramEdge" to "ProgramEdge... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | SimulVertex now subclasses FoldingSetNode. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Added Profile method to SimulVertex. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Fariborz Jahanian | This patch implements some of the more obscure type... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Updated Xcode project to be in sync with recent changes... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Directory restructing of Analysis files. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Renamed file AnalysisVertex.h to SimulVertex.h |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Renamed class AnalysisVertex to SimulVertex |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Fixed successor order for CFG basic blocks when handlin... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Devang Patel | Convert opaque type when struct definition is seen. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Devang Patel | Keep track of llvm struct size while adding fields. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Fariborz Jahanian | Patch to compare to objective-c static types where... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Fariborz Jahanian | Test case for my last patch. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Fariborz Jahanian | More objective-c type analysis. This time involving... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Ted Kremenek | Added class "StateVariant", a template class which... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Ted Kremenek | Added initial implementation of "AnalysisVertex", a... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Fariborz Jahanian | Another test for objective-c type comparison. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Fariborz Jahanian | More objective-c type checking. This time comparing... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Ted Kremenek | Converted uses of scoped_ptr to OwningPtr. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Fariborz Jahanian | Patch to do type-checking for objctive-c's object types. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Chris Lattner | add accessor. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Seo Sanghyeon | Add newline |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Chris Lattner | Fix trivial self-infinite-recursion |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Fariborz Jahanian | More objective-c typechecking stuff. This is work in... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Chris Lattner | Implement codegen for ordered comparison builtins. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Ted Kremenek | Created initial implementation of "BuildSerializer... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Ted Kremenek | Renamed "FileEntry::getDev()" to "FileEntry::getDevice()" |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Chris Lattner | implement semantic analysis for __builtin_islessequal... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Ted Kremenek | Added method getFileEntryForID() to SourceManager. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | refactor some code that handles sema of direct function... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | Add iterator interface to function/method parameters. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Split serialization ASTConsumers into two consumers... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Added methods createMainFileID() and createMainFileIDFo... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Interned MainFileID within SourceManager. Since SourceM... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Typo fix. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Added storage of the FileID of the the main source... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Steve Naroff | Various tweaks to the get/lookup instance/class method... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Removed "SourceFile" from TranslationUnit. This same... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | Describe Nico's script for gcc interception. Patch... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Cleaned up "-o" option to print "-o=<path>" instead... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Added "-o" option to driver. ASTConsumers will need... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | Add support for #pragma mark, which shouldn't warn... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Removed storing inode and device number in TranslationUnit. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | fix some crazy indentation |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Steve Naroff | Soften the macro rewrite error to a warning (and change... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Fariborz Jahanian | Minor test twik. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Updated locations of TranslationUnit.[cpp,h] in XCode... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | reenable this code, fix the testcase. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | disable my commit from yesterday, fixing a regression... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Fariborz Jahanian | This patch concludes implementation of dynamic objectiv... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Anders Carlsson | Fix the embarassing typo for real this time (- vs _... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Ted Kremenek | Moved generation of the name of the serialized AST... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Steve Naroff | Emit errors when attempting to rewrite ObjC expressions... |
commit | commitdiff | tree | snapshot |
next |