Age | Commit message (Expand) | Author |
2009-03-19 | Driver: Compilation::Execute wasn't returning result code correctly. | Daniel Dunbar |
2009-03-19 | Driver: Executing piped jobs with a single command is easy. | Daniel Dunbar |
2009-03-19 | Driver: Claim unused input arguments when emitting "input file unused" | Daniel Dunbar |
2009-03-19 | Driver: Claim -arch options when pipelining, and claim arguments that | Daniel Dunbar |
2009-03-19 | Driver: Handle "linker input" arguments. | Daniel Dunbar |
2009-03-19 | Driver: Add Arg::renderAsInput; this is a messy area and something I | Daniel Dunbar |
2009-03-19 | Print the context of tag types as part of pretty-printing, e.g., | Douglas Gregor |
2009-03-19 | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor |
2009-03-19 | Plist diagnostics: distinguish between regular and extended messages for "eve... | Ted Kremenek |
2009-03-19 | Extend the use of QualifiedNameType to the creation of class template | Douglas Gregor |
2009-03-19 | Encode ivar access control info. | Devang Patel |
2009-03-19 | Introduce a representation for types that we referred to via a | Douglas Gregor |
2009-03-18 | Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'. | Ted Kremenek |
2009-03-18 | Use the instantiated expressions to build the ConditionalOperator. This addre... | Gabor Greif |
2009-03-18 | Driver: Fix bug in translating -O to clang, add clang-translation test | Daniel Dunbar |
2009-03-18 | Driver: Resolve program path for "cp" (used as part of transparent gcc | Daniel Dunbar |
2009-03-18 | Driver: Forcibly disable pipe support until we can execute them, the | Daniel Dunbar |
2009-03-18 | Driver: Delete the temporary files llvm::sys::Path::makeUnique | Daniel Dunbar |
2009-03-18 | Make -j8 safe. | Mike Stump |
2009-03-18 | Driver: Execute jobs; no pipe support yet. | Daniel Dunbar |
2009-03-18 | objc: Implemented variables declared in class interface | Fariborz Jahanian |
2009-03-18 | Driver: Cleanup temporary/result files. | Daniel Dunbar |
2009-03-18 | Fix crash reported in <rdar://problem/6695527>. We now have | Ted Kremenek |
2009-03-18 | Driver: Lookup program names using llvm::sys::Program::FindProgramByName | Daniel Dunbar |
2009-03-18 | The eventual name of this will be clang, might as well start now. | Mike Stump |
2009-03-18 | silence some errors that should not apply to .S files on code like: | Chris Lattner |
2009-03-18 | when preprocessing a .S file, unknown directives should just be passed through, | Chris Lattner |
2009-03-18 | properly form a full token for # before calling HandleDirective. | Chris Lattner |
2009-03-18 | This is not considered a preprocessor directive in .S files: | Chris Lattner |
2009-03-18 | constructs like: | Chris Lattner |
2009-03-18 | Driver: Support ToolChain specific path lists to search for files and | Daniel Dunbar |
2009-03-18 | incorporate review comment (about the optimization when we have a non-typedep... | Gabor Greif |
2009-03-18 | Move generated file to ObjDir. | Mike Stump |
2009-03-18 | PR3835: Interaction with ABI structure passing can inhibit | Daniel Dunbar |
2009-03-18 | Driver: Construct temporary file names. | Daniel Dunbar |
2009-03-18 | Add revision information. | Mike Stump |
2009-03-18 | fix the more complex cases by actually codegen'ing the right expr :) | Chris Lattner |
2009-03-18 | add codegen support for casting an element to a union. | Chris Lattner |
2009-03-18 | Driver: Don't warn about unused arguments if there are Driver errors | Daniel Dunbar |
2009-03-18 | simplify logic, isInvalid check is redundant | Gabor Greif |
2009-03-18 | Be sure to not add weak import, if we are ignoring it. | Mike Stump |
2009-03-18 | Add codegen support for aggregate BlockDeclRefExprs. | Mike Stump |
2009-03-18 | Fix URL trimming for version information. | Mike Stump |
2009-03-18 | Ignore weak import on properties. | Mike Stump |
2009-03-18 | Improve version number. | Mike Stump |
2009-03-18 | Driver: Port Clang argument translation. | Daniel Dunbar |
2009-03-18 | Driver: Bug fix, derived .gch names sometimes started with "/". | Daniel Dunbar |
2009-03-18 | Driver: Add argument translation utilities to ArgList. | Daniel Dunbar |
2009-03-18 | Driver: Lift out common GCC tool and implement generic GCC tool | Daniel Dunbar |
2009-03-18 | Driver: Add assert and FIXME; arguments which act as linker inputs | Daniel Dunbar |