aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-19Driver: Compilation::Execute wasn't returning result code correctly.Daniel Dunbar
2009-03-19Driver: Executing piped jobs with a single command is easy.Daniel Dunbar
2009-03-19Driver: Claim unused input arguments when emitting "input file unused"Daniel Dunbar
2009-03-19Driver: Claim -arch options when pipelining, and claim arguments thatDaniel Dunbar
2009-03-19Driver: Handle "linker input" arguments.Daniel Dunbar
2009-03-19Driver: Add Arg::renderAsInput; this is a messy area and something IDaniel Dunbar
2009-03-19add a noteChris Lattner
2009-03-19update our bragging about diagnostics. :)Chris Lattner
2009-03-19add NestedNameSpecifier.h/cpp to the xcode project file for browsing.Chris Lattner
2009-03-19Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor
2009-03-19Generalize printing of nested-name-specifier sequences for use in bothDouglas Gregor
2009-03-19Update checker buildTed Kremenek
2009-03-19Plist diagnostics: distinguish between regular and extended messages for "eve...Ted Kremenek
2009-03-19Extend the use of QualifiedNameType to the creation of class templateDouglas Gregor
2009-03-19Encode ivar access control info.Devang Patel
2009-03-19Update checker build.Ted Kremenek
2009-03-19Introduce a representation for types that we referred to via aDouglas Gregor
2009-03-18Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'.Ted Kremenek
2009-03-18Use the instantiated expressions to build the ConditionalOperator. This addre...Gabor Greif
2009-03-18Add a sugared version of ASTOwningResult::take,Gabor Greif
2009-03-18Driver: Fix bug in translating -O to clang, add clang-translation testDaniel Dunbar
2009-03-18Driver: Resolve program path for "cp" (used as part of transparent gccDaniel Dunbar
2009-03-18Driver: Forcibly disable pipe support until we can execute them, theDaniel Dunbar
2009-03-18Driver: Delete the temporary files llvm::sys::Path::makeUniqueDaniel Dunbar
2009-03-18Make -j8 safe.Mike Stump
2009-03-18Add simple test case to make sure driver can generate executables.Daniel Dunbar
2009-03-18Driver: Execute jobs; no pipe support yet.Daniel Dunbar
2009-03-18objc: Implemented variables declared in class interface Fariborz Jahanian
2009-03-18Driver: Cleanup temporary/result files.Daniel Dunbar
2009-03-18Fix crash reported in <rdar://problem/6695527>. We now haveTed Kremenek
2009-03-18Driver: Lookup program names using llvm::sys::Program::FindProgramByName Daniel Dunbar
2009-03-18The eventual name of this will be clang, might as well start now.Mike Stump
2009-03-18Driver: Update test case.Daniel Dunbar
2009-03-18Add stub TableGen file for diagnostic options.Ted Kremenek
2009-03-18silence some errors that should not apply to .S files on code like:Chris Lattner
2009-03-18when preprocessing a .S file, unknown directives should just be passed through,Chris Lattner
2009-03-18properly form a full token for # before calling HandleDirective.Chris Lattner
2009-03-18This is not considered a preprocessor directive in .S files:Chris Lattner
2009-03-18constructs like:Chris Lattner
2009-03-18added type dependent testcaseGabor Greif
2009-03-18Driver: Support ToolChain specific path lists to search for files andDaniel Dunbar
2009-03-18Driver: Get executable path using llvm::sys::Path::GetMainExecutable.Daniel Dunbar
2009-03-18Add version information to ISO style test results.Mike Stump
2009-03-18incorporate review comment (about the optimization when we have a non-typedep...Gabor Greif
2009-03-18Move generated file to ObjDir.Mike Stump
2009-03-18PR3835: Interaction with ABI structure passing can inhibitDaniel Dunbar
2009-03-18Driver: Construct temporary file names.Daniel Dunbar
2009-03-18HTML rewriter: Don't replace tabs with spaces by default.Ted Kremenek
2009-03-18Add revision information.Mike Stump
2009-03-18fix the more complex cases by actually codegen'ing the right expr :)Chris Lattner