aboutsummaryrefslogtreecommitdiff
path: root/lib
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-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-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-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-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-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-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-18Driver: Support ToolChain specific path lists to search for files andDaniel Dunbar
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-18Add revision information.Mike Stump
2009-03-18fix the more complex cases by actually codegen'ing the right expr :)Chris Lattner
2009-03-18add codegen support for casting an element to a union.Chris Lattner
2009-03-18Driver: Don't warn about unused arguments if there are Driver errorsDaniel Dunbar
2009-03-18simplify logic, isInvalid check is redundantGabor Greif
2009-03-18Be sure to not add weak import, if we are ignoring it.Mike Stump
2009-03-18Add codegen support for aggregate BlockDeclRefExprs.Mike Stump
2009-03-18Fix URL trimming for version information.Mike Stump
2009-03-18Ignore weak import on properties.Mike Stump
2009-03-18Improve version number.Mike Stump
2009-03-18Driver: Port Clang argument translation.Daniel Dunbar
2009-03-18Driver: Bug fix, derived .gch names sometimes started with "/".Daniel Dunbar
2009-03-18Driver: Add argument translation utilities to ArgList.Daniel Dunbar
2009-03-18Driver: Lift out common GCC tool and implement generic GCC toolDaniel Dunbar
2009-03-18Driver: Add assert and FIXME; arguments which act as linker inputsDaniel Dunbar