2008-01-07 |
Ted Kremenek | Minor tweak to serialization of ObjcForCollectionStmt... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Fariborz Jahanian | Limit type of foreach's element and collection to be... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Fariborz Jahanian | Issue diagnostics if more than one declaration in objec... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | minor cleanup. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nate Begeman | Fix typo |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rearrange some code. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | some simplifications/cleanups to ?: sema. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Emit warnings like "dereferencing void pointer" instead... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Fariborz Jahanian | twiks based on Chris's comment. No need to iterate... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Ted Kremenek | Moved serialization code for ObjcForCollectionStmt... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Minor refactoring of foreach's semantics code per Chris... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | unnest vector handling again. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Added a comment, minor refactoring of foreach parsing... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | we already test for exact type matches early, so we... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | simplify some of this code by removing the else/if... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Minor changes as suggested by Chris L. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | move objc expr sema to its own file. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Fix PR1897, patch by Wilhansen Li |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | add comments for the various AssignConvertType's, and... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Merge all the 'assignment' diagnostic code into one... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | fix a build problem where NULL isn't implicitly defined... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Fariborz Jahanian | Patch to add semantics check for ObjC2's foreacn statement. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | generalize some of the conversion warnings. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | update for changes in diagnostic strings. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | regroup assignment-related diagnostics, fix a mistake... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | give better diagnostics for converting between function... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Ted Kremenek | renamed class "GRCP" (Graph Reachabilty Constant Propag... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Ted Kremenek | Implemented End-Of-Path processing. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Ted Kremenek | Initial checking of GRConstantPropagation.cpp, which... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Ted Kremenek | Fixed misuse of pointer within SimulVertex::addPredeces... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Ted Kremenek | SimulGraph::getVertex() now also returns a bool indicat... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Ted Kremenek | Constified methods front() and back() in CFGBlock. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Ted Kremenek | De-constified the pointers returned by the Dst() and... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Fariborz Jahanian | Couple more uninitialized before use warning elimination. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Fariborz Jahanian | Remove cause of misc. "variable might be used uninitial... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Fariborz Jahanian | Fixed a bug reported by Chris, involving assiging 0... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | simplify the lexer a bit, pulling stuff out of the... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Fariborz Jahanian | Patch to parse/build AST ObjC2's foreach statement. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | fix long lines. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Fix a crash reported by Seo Sanghyeon. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Fariborz Jahanian | New declarations/defs for Objc2's foreach-statement... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | When promoting array to pointer for argument, don't... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | SimulVertex: Inverted argument order when calling the... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Fix PR1895: a crash on an ugly gcc extension. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Compute the proper sourcerange for an CompoundLiteralExpr. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Converted state reference within SimulVertex from State... |
commit | commitdiff | tree | snapshot |
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 |
next |