2009-03-20 |
Devang Patel | Fix ivar's size encoding. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Parse Darwin version out of target triple. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Add test case for '-include-pth'. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | PTHManager::Create() now creates a PTHManager even... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | retain/release checker: Tracking autorelease counts... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Allow profiling of "invalid" Symbols. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Fariborz Jahanian | Implement ir gen. for setter/getter applied to 'super' |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | add tests for the various .S bugs I fixed on wednesday. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | rename this test from .S to .c so that it gets run. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add and use darwin::Assemble tool. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | refactor some code, fixing a problem discovered by... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add two option overload for AddAllArgValues. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | pass langoptions around. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | pass LangOptions into TargetInfo::getTargetDefines... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | add a new LangOptions::GNUMode bit to distinguish betwe... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add Arg::getAsString and use when dumping argum... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | strictly evaluate SVN_REVISION so that svnversion is... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Implement -print-search-dirs. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Unbreak ToolChain::get{File,Program}Paths ... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Sketch Darwin tool chains. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add darwin::Lipo tool. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Preserve ordering between -include and -include-pth. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | Allow flexible array initializers that are not surround... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Implement "-include-pth" in low-level driver. This... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Add accessor Preprocessor::getPTHManager(). |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Move tool chain implementations into ToolChains... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Temporary hack to allow -ccc-print-bindings... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Sebastian Redl | Bindir and Win32 builds work, so switch to .inc files... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Add PTHManager::getOriginalSourceFile(), a method that... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Store the name of the original file used to generate... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | wording. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Variables marked as "extern" can actually have internal... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Add test cases for PR 3820. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Per Daniel's suggestion, remove default case from switc... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | add link to new page |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | link to diags page. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | move most of the diags info out to its own file. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Allow notes to be printed following a fatal error,... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | split diagnostics examples out to its own file. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Add a clarifying comment about HasPrototype's computation |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Support langkind_cxx_pch when determining the language... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Fariborz Jahanian | When looking for property name (or getter method) in a |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | If a function is declared as, e.g., |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | Driver/clang: -mattr strings were not comma separated. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Introduce a new expression type, UnresolvedDeclRefExpr... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | IRgen support for alias of global variable. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | Driver: Compilation::Execute wasn't returning result... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | Driver: Executing piped jobs with a single command... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | Driver: Claim unused input arguments when emitting... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | Driver: Claim -arch options when pipelining, and claim... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | Driver: Handle "linker input" arguments. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Daniel Dunbar | Driver: Add Arg::renderAsInput; this is a messy area... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | update our bragging about diagnostics. :) |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | add NestedNameSpecifier.h/cpp to the xcode project... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Print the context of tag types as part of pretty-printi... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Generalize printing of nested-name-specifier sequences... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Update checker build |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Plist diagnostics: distinguish between regular and... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Extend the use of QualifiedNameType to the creation... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Devang Patel | Encode ivar access control info. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Douglas Gregor | Introduce a representation for types that we referred... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ted Kremenek | Fix PR 3836 by eagerly assuming symbolic constraints... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Gabor Greif | Use the instantiated expressions to build the Condition... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Gabor Greif | Add a sugared version of ASTOwningResult::take, |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Fix bug in translating -O to clang, add clang... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Resolve program path for "cp" (used as part... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Forcibly disable pipe support until we can... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Delete the temporary files llvm::sys::Path... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mike Stump | Make -j8 safe. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Add simple test case to make sure driver can generate... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Execute jobs; no pipe support yet. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Fariborz Jahanian | objc: Implemented variables declared in class interface |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Cleanup temporary/result files. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ted Kremenek | Fix crash reported in <rdar://problem/6695527>. We... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Lookup program names using llvm::sys::Program... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mike Stump | The eventual name of this will be clang, might as well... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Update test case. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ted Kremenek | Add stub TableGen file for diagnostic options. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | silence some errors that should not apply to .S files... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | when preprocessing a .S file, unknown directives should... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | properly form a full token for # before calling HandleD... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | This is not considered a preprocessor directive in... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | constructs like: |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Gabor Greif | added type dependent testcase |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Support ToolChain specific path lists to search... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Get executable path using llvm::sys::Path:... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mike Stump | Add version information to ISO style test results. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Gabor Greif | incorporate review comment (about the optimization... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mike Stump | Move generated file to ObjDir. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | PR3835: Interaction with ABI structure passing can... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Construct temporary file names. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ted Kremenek | HTML rewriter: Don't replace tabs with spaces by default. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mike Stump | Add revision information. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | fix the more complex cases by actually codegen'ing... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | add codegen support for casting an element to a union. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Daniel Dunbar | Driver: Don't warn about unused arguments if there... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Gabor Greif | simplify logic, isInvalid check is redundant |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mike Stump | Be sure to not add weak import, if we are ignoring it. |
commit | commitdiff | tree | snapshot |
next |