index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2010-03-12
Remember whether a ParmVarDecl was spelled with a default argument or
John McCall
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
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
Implement -Wmissing-field-initializers. Patch by mikem!
John McCall
2010-03-11
Add tentative support for accessing local variables with
Fariborz Jahanian
2010-03-11
fix PR6433, crash on va_arg of typedef.
Chris Lattner
2010-03-11
Driver: Free Action objects.
Daniel Dunbar
2010-03-11
Driver: Free synthesized derived arguments.
Daniel Dunbar
2010-03-11
Driver: Free jobs in JobList and PipedJob instances.
Daniel Dunbar
2010-03-11
Use the new vtable layout code for computing virtual base offset offsets.
Anders Carlsson
2010-03-11
Correctly mangle address of member in template arguments. Fixes PR6460
Rafael Espindola
2010-03-11
Fix a self-host problem caused by this over-eager assertion. I'm not sure
John McCall
2010-03-11
Maintain type source information for functions through template
John McCall
2010-03-11
Split C++ friend declarations into their own header/implementation file.
John McCall
2010-03-11
Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect wha...
Anders Carlsson
2010-03-11
When possible, use the vbase offset offsets from the most derived class direc...
Anders Carlsson
2010-03-11
Keep track of, and dump, vbase offset offsets.
Anders Carlsson
2010-03-11
Fix tests.
Anders Carlsson
2010-03-11
Run the new vtable builder for construction vtables as well now. Note that we...
Anders Carlsson
2010-03-11
More record layout builder cleanup and simplification.
Anders Carlsson
2010-03-11
Get rid of the PrimaryBase parameter from LayoutVirtualBases.
Anders Carlsson
2010-03-11
More cleanup towards fixing the real bug.
Anders Carlsson
2010-03-11
Replace the class offset vectors in RecordLayoutBuilder with maps instead so ...
Anders Carlsson
2010-03-11
More cleanup.
Anders Carlsson
[prev]
[next]