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
2008-11-19
fix save-o
Chris Lattner
2008-11-19
simplify
Chris Lattner
2008-11-19
stop calling II::getName() unnecesarily in sema
Chris Lattner
2008-11-19
simplify some code.
Chris Lattner
2008-11-19
remove uses of IdentifierInfo::getName()
Chris Lattner
2008-11-19
remove some uses of IdentifierInfo::getName()
Chris Lattner
2008-11-19
add a new helper method. It is unclear to me why this doesn't work, but GCC
Chris Lattner
2008-11-19
Use smallstring instead of new[]'ing a string. This simplifies
Chris Lattner
2008-11-19
remove uses of IdentifierInfo::getName()
Chris Lattner
2008-11-19
don't turn identifierinfo's into strings in diagnostics.
Chris Lattner
2008-11-19
Allow sending IdentifierInfo*'s into Diagnostics without turning them into st...
Chris Lattner
2008-11-19
convert some diags to use numbers instead of strings.
Chris Lattner
2008-11-19
formatting
Chris Lattner
2008-11-19
add direct support for signed and unsigned integer arguments to diagnostics.
Chris Lattner
2008-11-19
switch TextDiagnosticPrinter to raw_ostream.
Chris Lattner
2008-11-19
rewrite FormatDiagnostic to be less gross and a lot more efficient.
Chris Lattner
2008-11-19
Discard unused runtime function declarations (for readability).
Daniel Dunbar
2008-11-19
implement a transparent optimization with the diagnostics stuff:
Chris Lattner
2008-11-19
Updated checker build.
Ted Kremenek
2008-11-19
Address Sebastian and Doug's objections with taking pointers to temporaries.
Chris Lattner
2008-11-19
remove one more old-style Diag method.
Chris Lattner
2008-11-19
Switch several more Sema Diag methods over. This simplifies the
Chris Lattner
2008-11-19
Built-in equality and relational operators have return type "bool" in C++,
Douglas Gregor
2008-11-19
Revert 59574 (caused tests to fail).
Ted Kremenek
2008-11-19
scan-build now recognizes when the user is directly invoking gcc for:
Ted Kremenek
2008-11-19
Generate strong write barriers for __strong objects.
Fariborz Jahanian
2008-11-19
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
Initialize CurPPLexer in Preprocessor's constructor.
Ted Kremenek
2008-11-19
Fix warning about RegionStoreManager::Retrieve() not always returning a value.
Ted Kremenek
2008-11-18
Partial expansion of C++ operator overloading (for binary operators)
Douglas Gregor
2008-11-18
start converting Sema over to using its canonical Diag method.
Chris Lattner
2008-11-18
Patch for generation of weak write barriers for objc
Fariborz Jahanian
2008-11-18
introduce the one true Diag method for Sema. Next up: kill all the others off.
Chris Lattner
2008-11-18
Allow diagnostics to be used in bool context, like:
Chris Lattner
2008-11-18
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-18
Generate objc_read_weak for __weak objc loads.
Fariborz Jahanian
2008-11-18
Some basic support toward objective-c's GC code gen.
Fariborz Jahanian
2008-11-18
Fix <rdar://problem/6329769> [sema] crash on duplication definition of interf...
Steve Naroff
2008-11-18
remove this testcase, it fails with -verify still
Torok Edwin
2008-11-18
fix test. it now crashes, but thats another problem..
Nuno Lopes
2008-11-18
Add some quick notes on the clang tests and running the LLVM test
Daniel Dunbar
2008-11-18
Input files should be before link options.
Daniel Dunbar
2008-11-18
add testcase for PR3093
Torok Edwin
2008-11-18
don't dereference a null pointer
Chris Lattner
2008-11-18
As threatened previously: consolidate name lookup and the creation of
Douglas Gregor
2008-11-18
Extend DeclarationName to support C++ overloaded operators, e.g.,
Douglas Gregor
2008-11-18
Fix 80-col violation.
Zhongxing Xu
2008-11-18
Add test cast for struct array.
Zhongxing Xu
2008-11-18
handle the case that the array element is of structure type when bind the who...
Zhongxing Xu
2008-11-18
remove one more Preprocessor::Diag method.
Chris Lattner
[next]