2008-03-09 |
Chris Lattner | Fix a ted-o |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Ted Kremenek | Fixed crash where SetBlkExpr would attempt to query... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | improve comment. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | move PP::LookupFile from PPLexerChange -> PPDirectives.cpp |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Add PPLexerChange.cpp to the project. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Move a bunch more code out of Preprocessor.cpp into... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Ted Kremenek | Bug fix: Don't call RemoveDeadBindings more than once... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | split macro expansion support out of Preprocessor.cpp... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nate Begeman | Propagate calling convention information to function... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | rename HandleEndOfMacro -> HandleEndOfTokenLexer |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | split the MacroArgs class out of TokenLexer.cpp/h into |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | update documentation |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | rename some MacroExpander-related ivars to TokenLexer. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Rename MacroExpander.cpp/h -> TokenLexer.cpp/h |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | rename the MacroExpander class to TokenLexer. It handl... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | rename MacroTokens -> Tokens. When this is a token... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nate Begeman | fix clang xcode build |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | split preprocesor directive handling out of Preprocesso... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | secondary targets are gone, simplify this. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | simplify triple processing code now that there can... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | be more quiet when building headers. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | add some comments. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | make float format handling more regular. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | simplify all the type info accessors in TargeTInfo... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | Fix a fixme by allowing pointers in different address... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | eliminate the TargetInfoImpl stuff, simplifying the... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Chris Lattner | eliminate ComputeWCharInfo. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Ted Kremenek | Increased worklist limit for GRSimpleVals. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Ted Kremenek | Added --trim-path-graph to the driver to trim paths... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Ted Kremenek | Improved graph visualization of ExplodedGraphs to inclu... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Ted Kremenek | Renamed ValueManager to BasicValueFactory. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Nate Begeman | Add new test |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Nate Begeman | Add fastcall/stdcall attribute support |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Ted Kremenek | Refined divide-by-zero checking to distinguish between... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Ted Kremenek | Patch by Nuno Lopes: |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Gabor Greif | fix typos |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Ted Kremenek | Fixed mismatched deallocation in GRBlockCounter::Factor... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Chris Lattner | remove two obsolete tests, not sure why my previous... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Ted Kremenek | Added boilerplate to execute the CF reference count... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Added "CheckerState" field to ValueState. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Added transfer function support for __builtin_expect. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Small bug fix when handling CallExprs that generate... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Steve Naroff | Update vcproj files. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Fixed bug that could case unwanted bifurcation of state... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Fixed bogus assumption mistakenly introduced in r47955. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Fixed a horribly insidious bit-masking bug in the imple... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Minor cleanups (mainly indentation). |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | remove the source location arguments to various target... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | add analysis source files to project. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | Add the various pathsensitive headers to the project. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | ProgramEdge.h doesn't exist anymore. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Reverted patch 47926 for ProgramPoint.h because it... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | Remove the first layer of support for "portability... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Added support for ProgramPoints to represent ExplodedNo... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Chris Lattner | move this into the right file. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Plug-in transfer function "EvalCall" now takes as an... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Ted Kremenek | Cleaned up typedefs involving StateTy so that we always... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Make GRStmtNodeBuilder only depend on StateTy, and... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Moved implementation of GRExprEngine::Nodify into GRStm... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Moved GRExprEngine::NodeSet out of GRExprEngine and... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | CallExprs are now no longer block-level expressions... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Added preliminary transfer function support for references. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | For the transfer function for CallExpr, invalidate... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Anders Carlsson | Make intrinsics always_inline. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | For the transfer function of DeclStmt, for now initiali... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Fixed another obscure node-caching bug. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Implemented "print" method for ValueState. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Chris Lattner | The operand to the visibility attribute is required... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | TargetInfo objects now own the TargetInfoImpl objects... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Add transfer function support for the default initializ... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Fixed insidious state propagation bug that would someti... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Ted Kremenek | Enhanced pretty-printing of undefined-argument errors. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | move deprecated -> attributes.c |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Anders Carlsson | Temporarily rename mmintrin.h so that it won't clash... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Ted Kremenek | Fixed subtle caching bug in ExplodedGraph that would... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Anders Carlsson | Add mmintrin.h header |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Ted Kremenek | Only allow a "noreturn" attribute to be affixed to... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Ted Kremenek | Added TODO. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Ted Kremenek | Added FIXME. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Gabor Greif | The attribute nothrow maps to llvm attribute nounwind... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Gabor Greif | Chris added this testcase with r47837. The mail only... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | avoid a warning. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | fix codegen support for functions that are nothrow... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | Add a bunch of attributes, patch by Nuno Lopes. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | Find clang headers in the clang headers dir, search... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | Build the clang headers. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | Add a makefile to build and install headers. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Gabor Greif | ignore .ll files |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | Add codegen support for ObjC message expressions with... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | Add codegen support for ObjC message expressions with... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | newline at end of file, by David Chisnall |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | character literals have char type in C++ and int type... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | Add support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUD... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | Added extra check for calls to functions where we pass... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2103. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | Add checks for function calls via a function pointer... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | Minor CFG optimization: don't create separate block... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | When AST-dumping ObjCMessageExpr, output the selector. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2106. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Gabor Greif | Fix a crash where PI.TypeInfo has not been filled in... |
commit | commitdiff | tree | snapshot |
next |