2009-03-06 |
Daniel Dunbar | Add my "clang compatible" test runner. Sorry for keepin... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | (LLVM svn up) Generalize RuntimeFunctions to RuntimeGlo... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ted Kremenek | Start work on subclassing PathDiagnosticPiece to distin... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ted Kremenek | Add null-check assertion in the constructor of Selector. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Handle #pragma pack(0). I left this out of diagnostic... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Douglas Gregor | Improve recovery from ill-formed scope specifiers.... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mike Stump | Pass the type of the block literal around to make requi... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Fix thinko. *cough* ofcourseItestedit *cough* |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Douglas Gregor | Implement the GNU semantics for forward declarations... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Tidy file removal cleanup & remove race condition on... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | x86_64 ABI: Handle long double in union when upper... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Sebastian Redl | Implement the machinery that can process TableGenerated... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ted Kremenek | Use list instead of vector for storing strings. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | IRgen support for weak_import. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ted Kremenek | Fix regression: initialize 'size' for PathDiagnostic... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ted Kremenek | Like PathDiagnosticPieces, strip trailing periods at... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | capitalize for consistency, a crash in regalloc now... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Add Parse/Sema support for weak_import attribute. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mike Stump | Testcase for last fix. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mike Stump | Complete __Block_byref_id_object_copy cogegen for block... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | To the user, this is just a compiler of course, duh. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | clean up the OVERVIEW line in clang --help. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mike Stump | Finish off __Block_byref_id_object_dispose codegen... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | #import is not considered an extension for ObjC. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mike Stump | Remove extra arg. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mike Stump | More codegen support for the copy/dispose helpers for... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mike Stump | Framework for codegen for copy/dispose helpers. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Cleanup EH a bit given changes to ObjCCatchStmt. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | add source range for type of super cast, giving somethi... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | more minor simplifications. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | refactor C++ bitfield checking a bit (haha) |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Daniel Dunbar | Don't mangle names of local variables. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Fix another GRExprEngine::VisitCast regression: handle... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | fix PR3607 and a fixme, by checking bitfield constraints |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Fariborz Jahanian | More function stop for objc2's ivar layout bit map. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Minor tweak: Recognize 'CGCF' prefix in addition to... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Fix regression in GRExprEngine::VisitCast: Do not wrap... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Steve Naroff | Partial fix <rdar://problem/6301205> [irgen] dot-syntax... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Fariborz Jahanian | Moved CollectObjCIvars to more commonly available place |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Fariborz Jahanian | Adds a template for a function for objc2's gc's ivar... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Update test case: objects stored to self.ivar are not... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Retrofit some basic tracking of ivars (for the current... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Minor code compaction. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Rename VarBindings -> Bindings. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | BasicStore: |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Steve Naroff | Tweak diag for <rdar://problem/5982579> [clang on xcode... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Steve Naroff | Fix <rdar://problem/6144382> [sema] gcc inconsistency... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Mike Stump | prep work for copy/destroy helpers for block literals. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | if we die in IR generation of a compound statement... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | remove unneeded forward decl. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | if we crash while parsing a block literal, include it. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | fix eof check |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | When the parser is live, print out the location and... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | finish comment. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Daniel Dunbar | Driver: Basic argument parsing. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Test case: When using RegionStore with the retain/relea... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Add test case for RegionStore's tracking of the ivars... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Add initial support for tracking ivars, with special... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Eli Friedman | Make IRGen compatible with declaring a function with... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Add 'cast<>' to remove an extra function call and dynam... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | More fixes in cast logic. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Eli Friedman | Initial implementation of CodeGen for incomplete functi... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | GRExprEngine: Polish up handling of casting integer... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Mike Stump | Avoid dispose calls when only doing gc. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Fix regression in transparent translation of nonloc... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | Include struct context info for parser/sema crashes... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | Include namespace contexts in the virtual stack trace... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | include objc method decl contexts in stack trace of... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Devang Patel | Set isMain bit for MainFile. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | When parsing a function body, add it to the crash stack... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Mike Stump | Add codegen support for __block variables to call _Bloc... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | fix some 80 col violations. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | Simplify the interface to ParseFunctionStatementBody... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Eli Friedman | Use LLVM type header rather than using stdint.h directly. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ted Kremenek | Fix message title |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | update xcode proj |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | Include information about compound statements when... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | For now, do not track NSWindow objects and it's subclasses. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Implement Option::accept methods. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Fix off by one in ParseOneArg; this code is... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Add Arg::dump and SeparateArg stubs. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Fariborz Jahanian | Removed an unfortunate cut and paste left-over. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | Add prototype support for invalidating fields for struc... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | MemRegion: |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | Add an optional "tag" to conjured symbols that allows... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Mike Stump | Fixup __block codegen in nested block literals. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Add OptTable::ParseOneArg. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Add ArgList::{append, getArgString} |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Stub out Arg implementations. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Fariborz Jahanian | Implemented access check for ivars accessed inside |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Option's need to know their ID. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | Start making use of "pretty stack dumps" to get |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Pull intrusive list out of Arg; this isn't... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Return reference for Arg::getOption(). |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Add a little utility for interposing between a command... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Driver: Add Option flags. |
commit | commitdiff | tree | snapshot |
next |