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
2010-03-13
Fix PR6562. If a type is dependent, we don't know if it will have implicit
Rafael Espindola
2010-03-13
Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...
Benjamin Kramer
2010-03-13
Use raw_ostream instead of sprintf.
Benjamin Kramer
2010-03-13
Simplify code.
Benjamin Kramer
2010-03-13
Use SmallString instead of SmallVector
Kovarththanan Rajaratnam
2010-03-13
No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...
Kovarththanan Rajaratnam
2010-03-13
Re-revert the explicit template instantiation linkage patch. I am beginning t...
Douglas Gregor
2010-03-13
Reinstate patch to turn explicit template instantiations into weak symbols
Douglas Gregor
2010-03-13
Implement several CIndex functions for constructing USRs from C-strings inste...
Ted Kremenek
2010-03-12
Check compatibility of vector types using their canonicalizations.
John McCall
2010-03-12
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
Use llvm::SmallVector instead of std::vector.
Ted Kremenek
2010-03-12
Fix a rare corner case bug which exposed a serious block API generation
Fariborz Jahanian
2010-03-12
If main file name is empty then use "<unknown>".
Devang Patel
2010-03-12
Preserve the inherited-default-argument bit through instantiation.
John McCall
2010-03-12
Remember whether a ParmVarDecl was spelled with a default argument or
John McCall
2010-03-12
Fix grammar
Ted Kremenek
2010-03-12
Make IdentifierTable::get(StringRef) "primary" (no functionality change)
Kovarththanan Rajaratnam
2010-03-12
Reintroduce r98340 and r98341 now without copy/paste errors.
Kovarththanan Rajaratnam
2010-03-12
Back out r98340 abd r98341
Kovarththanan Rajaratnam
2010-03-12
Add IdentifierTable::get() overload and start using it
Kovarththanan Rajaratnam
2010-03-12
fix PR6584: __SSE3__ not defined with -mss3
Nuno Lopes
2010-03-12
Switch parameter order for consistency (no functionality change)
Kovarththanan Rajaratnam
2010-03-12
Add keywords using StringRef
Kovarththanan Rajaratnam
2010-03-12
Cleanup using StringRef
Kovarththanan Rajaratnam
2010-03-12
Switch over IdentifierInfoLookup to StringRef
Kovarththanan Rajaratnam
2010-03-12
Improve the unused-value check to look into comma expressions and filter out
John McCall
2010-03-12
More this adjustment simplification.
Anders Carlsson
2010-03-12
Revert the linkage change for explicit template instantiations; something is ...
Douglas Gregor
2010-03-12
Remove OldOffset.
Anders Carlsson
2010-03-12
Remove debug output.
Anders Carlsson
2010-03-12
Begin simplifying handling of thunks.
Anders Carlsson
2010-03-12
Give explicit template instantiations weak linkage (but don't defer
Douglas Gregor
2010-03-12
Extend the builtin syntax to allow address-space qualifiers on pointers and
John McCall
2010-03-12
Split Sema::ActOnProperty() into two recursive functions to clearly separate
Ted Kremenek
2010-03-12
Add SSE4 packed integer comparisons and corresponding intrinsics.
Eric Christopher
2010-03-12
Add an extra test to this test-case.
John McCall
2010-03-12
Implement basic support for friend types and functions in non-dependent
John McCall
2010-03-12
Fix 80 col violations.
Ted Kremenek
2010-03-12
Move 'ActOn' methods to the beginning of the file
Ted Kremenek
2010-03-12
Update CMake build.
Ted Kremenek
2010-03-12
Split Sema logic for ObjC @property and @synthesize into
Ted Kremenek
2010-03-11
Integer array extraction for sse4.1.
Eric Christopher
2010-03-11
Add packed integer array insertion.
Eric Christopher
2010-03-11
Keep track of Record context to ensure that record elements are properly nest...
Devang Patel
2010-03-11
For ivars created using @synthesize, set their DeclContext to be
Ted Kremenek
2010-03-11
Warn about comparing an unsigned expression with 0 in tautological ways.
John McCall
2010-03-11
Remember the PR number.
John McCall
2010-03-11
Implement -Wmissing-field-initializers. Patch by mikem!
John McCall
2010-03-11
Use -emit-llvm-only, to avoid leaving a temp around.
Daniel Dunbar
[prev]
[next]