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 |
2007-12-19 |
Steve Naroff | Revert Anders r45191 commit...it broke several of the... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Anders Carlsson | Fix an embarassing typo and add some very limited suppo... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Christopher... | svn:ignore configure.out at the root level |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Christopher... | Change svn attributes to ignore build directories. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Anders Carlsson | Normalize attribute names if possible so we won't have... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | fix broken assert. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Chris Lattner | Implement C99 6.7.5.3p1 |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Refactored inode and device number into FileEntry,... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | When serializing SourceManager, we now serialize out... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Moved ReadBitcodeFile and EmitBitcodeFile out of Transl... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Fix serious regression with ObjcInterfaceDecl. Now... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Fixed broken includes introduced by recent (incomplete... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Moved TranslationUnit.h to include path. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Moved TranslationUnit from Driver to AST library. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Fariborz Jahanian | Refactoring work. ObjcQualifiedIdType is now derived... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Ted Kremenek | Added to FileEntry a pointer to the <dev_t,ino_t> pair... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | local static vars are globals also. This fixes a testcase |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | remove the loc argument to Type::isConstantSizeType... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix the location we emit the "not a constant" error... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix PR1863: an assertion due to not setting a location... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix const propagation bug. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | Fix an nice and subtle parser bug reported by Nico... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Add DefaultFunctionArrayConversion() to the indirection... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Fixe bogus error for variable argument methods. Sema... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Anders Carlsson | Turns out the LLVMFoldingBuilder can fold InsertElement... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Improve how we find private method decls. This involved: |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Chris Lattner | introduce a new CodeGenModule::getIntrinsic method... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Steve Naroff | Add __private_extern__ keyword and recognize it. Added... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Fariborz Jahanian | Fixed a comment describing a function |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | implement HeaderMap::LookupFile. I think headermaps... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | implement enough helper functions to successfully dump... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Fariborz Jahanian | Patch to implemented objective-c's dynamic object point... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Targets.cpp is gone. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Make the insertion point with an explicit new instead... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Removed CFG.cpp's dependence on #including iostream. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Modified format-string checking to not emit a warning... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | simplify some code, using new scoped_ptr support. ... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Finish hooking up the scaffolding for headermaps. ... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Ted Kremenek | Format string checker: asprintf does not pass argumnent... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Chris Lattner | Start reading the headermap header, drop the 'errorstr... |
commit | commitdiff | tree | snapshot |
next |