index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
add a note
Chris Lattner
2009-03-19
update our bragging about diagnostics. :)
Chris Lattner
2009-03-19
add NestedNameSpecifier.h/cpp to the xcode project file for browsing.
Chris Lattner
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
Update checker build
Ted Kremenek
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
Update checker build.
Ted Kremenek
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
Add a sugared version of ASTOwningResult::take,
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
Add simple test case to make sure driver can generate executables.
Daniel Dunbar
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
Driver: Update test case.
Daniel Dunbar
2009-03-18
Add stub TableGen file for diagnostic options.
Ted Kremenek
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
added type dependent testcase
Gabor Greif
2009-03-18
Driver: Support ToolChain specific path lists to search for files and
Daniel Dunbar
2009-03-18
Driver: Get executable path using llvm::sys::Path::GetMainExecutable.
Daniel Dunbar
2009-03-18
Add version information to ISO style test results.
Mike Stump
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
HTML rewriter: Don't replace tabs with spaces by default.
Ted Kremenek
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
[next]