2008-05-29 |
Anton Korobeynikov | Update to follow recent LLVM changes |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Chris Lattner | Implement support for -w, which silences all warnings... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | More complete/correct implementation of the comparison... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Fix an extremely subtle bug with pointer comparisons... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Rearrange EmitLValueForField a bit to work properly... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Add codegen support for a few more kinds of initializer... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Add CodeGen support for alignment on globals, both... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | A couple minor fixes to make debug info usable for... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Tentative declarations are supposed to have common... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Always use packed structs. This isn't really very... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Eli Friedman | Implementation of stdarg.h. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | Fix rewrite rope to keep the leaf list up-to-date as... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | give location info to another paren expr. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Chris Lattner | add an assertion |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Chris Lattner | Fix a couple crashes on invalid input. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Ted Kremenek | When the build command is xcodebuild, set the magical... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Ted Kremenek | Correctly check to see if we are analyzing C++ files... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Devang Patel | Check first member alignment and uses packed struct... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Devang Patel | Fix test case |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Add the copysign builtins; I ran into a program that... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | A few more cases for aggregate values. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Implementation of __builtin_ctlz. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Assume statement expressions have side effects; this... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | The cache is working again; re-enable it. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Get the type right for wide string literals; it's wchar... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Add FIXME. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Don't swap function decls, and add them to the scope... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Add a more reliable check for whether a static declarat... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Stop leaking the main Sema object. (Leak found using... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Stop leaking the target data. (Leak found with valgrind.) |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Generalize the float type generation code, and specific... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Implementation of gcc mode attribute; this is significa... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Rewrite struct/union layout. This is mostly cleanup... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Stop leaking the TUDecl. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Eli Friedman | Change diagnostic per suggestion, to make it a bit... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Eli Friedman | Emit memmove, not memcpy, for structure copies; this... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Fix for PR2001. I'm not really fond of it, but it is... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Count the number of initializable members correctly... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Diagnose implicit init list for empty aggregate, like... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Move the error checking for variable-sized objects... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Make sure to define __sparc__ on Solaris; this should... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Sanjiv Gupta | Generate subprogram debug info with -g. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Fix this test on non-X86 platforms. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Eli Friedman | Always initialize NEXT_CATCH; fixes a Valgrind uninitia... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Fix variable misspelling. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Don't use inferlanguage to override the default languag... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Don't analyze .o files. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Cleanup indentation and remove some dead code. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Ted Kremenek | Call the correct destructor. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Steve Naroff | This fixes a VC++ build failure. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | fix a nasty off-by-one error. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | add some assertions to catch bad things before they die |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | fix an inconsistency computing offsets that caused... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Disable the use of PCH files when using xcodebuild. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Minor tweak to -ast-dump for ivars. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Fix range info for explicit ivar refs. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Revert r51498: http://llvm.org/viewvc/llvm-project... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Remove a diagnostic (temporary hack that will be remove... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | minor changes, collect the range of an expr before... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Make sure method definitions get output with -ast-dump. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | When known, include the analyzer build in the output... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | More test cases for retain/release checker. These... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Gabor Greif | fix typo |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Unbreak build. Forget to check in this header file... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Steve Naroff | Tweak AST dumper for ObjC ivars. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Additional retain/release checker regression tests. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Prototyped support in the BugReporter to emit diagnosti... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Steve Naroff | Make sure the source location for @property points... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Dan Gohman | Change uses of llvm::Type::isFirstClassType to use... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Expand retain/release checker to consider methods/funct... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Don't use ostringstream (pulling in <sstream>) when... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Ted Kremenek | Update driver include paths to work on darwin10. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Patch for PR2350; the issue was tnat we were allowing... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Make debugging information usable. This is barebones... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Minor refactoring: compute the return value separately... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Eli Friedman | Make CurFuncDecl more specific; I have some code I... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Dan Gohman | Move getAccessedFieldNo out of lib/AST/Expr.cpp into |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Improve dead stores diagnostics to include the variable... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Dan Gohman | Remove the unneeded #include of VMCore header "llvm... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Dan Gohman | Explicitly #include Support/Streams.h when using llvm... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Add Destroy method to Types, making there destruction... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Fix potential double-free. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Steve Naroff | Fixup ASTContext::PrintStats()...it was causing several... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | When destroying DeclStmts, also destroy the associated... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Ted Kremenek | Fixed bug in the transfer function for dereferences... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Remove an unnecessary/buggy if check. Ran into this... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | A small testcase; no patch, since it was a bug in a... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Fix this test so that it's valid; the point is to test... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Fix the destruction "properly" in the sense that we... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | PR2347: Fix crash iterating over VLAs; this started... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Don't kill the declarations if the translation unit... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Fix a couple of bugs found by Neil Booth in the const... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Eli Friedman | Protect iso646.h from C++ (although I can't imagine... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Steve Naroff | Add SemaInit.cpp to VC++ proj. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Nuno Lopes | initialize variable and fix a bunch of test failures |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Nuno Lopes | fix warning with gcc 4.1 (ptr to bool convertion) |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Remove hacks from ASTContext now that alignment gets... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Missed an include. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Eli Friedman | Minor correction for PPC targets. |
commit | commitdiff | tree | snapshot |
next |