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
2009-12-27
Add a sanity assertion so that we don't silently generate bad code; I'll file
Eli Friedman
2009-12-27
Fix PointerExprEvaluator::VisitCastExpr so it doesn't misfold C++ casts which
Eli Friedman
2009-12-27
Fix obvious mistake.
Eli Friedman
2009-12-27
Fix for PR5872. Add static specifier and const/volatile qualifiers to member ...
Sam Weinig
2009-12-26
Don't look through casts when looking for the underlying decl for a function
Eli Friedman
2009-12-25
Attempted fix for PR5884; this code will be dead soon, but this fix should
Eli Friedman
2009-12-25
Remove some dead variables clang-analyzer found.
Benjamin Kramer
2009-12-25
Fix typo spotted by MSVC.
Benjamin Kramer
2009-12-25
Minor optimization; emit proper unsupported messages for a couple of cases.
Eli Friedman
2009-12-25
Some small improvements to dead code elimination; helps a bit on
Eli Friedman
2009-12-24
Make copy constructor elimination work in more cases; the case in question
Eli Friedman
2009-12-24
Fix for PR5844. Be explicit about anonymous struct/class/union/namespaces in ...
Sam Weinig
2009-12-24
Move a bunch of class related functions to CGClass.cpp, no functionality change.
Anders Carlsson
2009-12-24
Pass the return value slot to all call exprs.
Anders Carlsson
2009-12-24
Egregious, disgusting workaround for PR5866. We need to rework how we
Douglas Gregor
2009-12-24
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
Add test case for PR5868, and improve location information slightly for impli...
Douglas Gregor
2009-12-24
When rebuilding a MemberExpr that refers to an anonymous union, be
Douglas Gregor
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
Fix -Asserts warning.
Daniel Dunbar
2009-12-24
Add a ReturnValueSlot class. Change the argument order in EmitCall to match t...
Anders Carlsson
2009-12-24
When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr
Douglas Gregor
2009-12-24
Fix double-destruction assertion to account for temporaries in conditionals
Douglas Gregor
2009-12-24
Assert that we aren't trying to push the same C++ temporary onto the live tem...
Douglas Gregor
2009-12-24
InitializationSequence handles binding to temporaries, so that
Douglas Gregor
2009-12-24
Fix the clang-on-clang build: APFloat reports underflow whenever we get a
John McCall
2009-12-24
Tweak the text of several main() diagnostics and punch a hole specifically for
John McCall
2009-12-24
Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641
John McCall
2009-12-24
Remove some dead code.
Mike Stump
2009-12-24
Cleanup some dead code.
Mike Stump
2009-12-24
As Ted suggested, record the callsite information with the StackFrameContext.
Zhongxing Xu
2009-12-24
Enhance dataflow analyses to recognize branch statements in the CFG used as h...
Ted Kremenek
2009-12-24
Don't set hidden for a non-external symbol as that would make it extenal.
Mike Stump
2009-12-24
Fix for bug 5691.
David Chisnall
2009-12-24
Inter-procedural analysis: now we can return from the callee.
Zhongxing Xu
2009-12-24
Fix bug I just introduced in ForStmt::child_end() where we could iterate off ...
Ted Kremenek
2009-12-24
Teach GRExprEngine to handle the initialization of the condition variable of ...
Ted Kremenek
2009-12-24
Add CFG support for the initializer of the condition variable of a ForStmt.
Ted Kremenek
2009-12-24
Coelesce 'DoDestroy()' methods in Stmt.cpp, and modify the child_iterator ret...
Ted Kremenek
2009-12-24
CFG tweak: in a WhileStmt, the condition variable initializer is evaluated ev...
Ted Kremenek
2009-12-24
Fix recent regression caught by g++.old-deja/g++.mike/eh19.C.
Mike Stump
2009-12-24
Teach GRExprEngine to handle the initialization of the condition variable of ...
Ted Kremenek
2009-12-24
Add CFG support for the initializer of the condition variable of a WhileStmt.
Ted Kremenek
2009-12-24
Modify WhileStmt::child_begin()/child_end() to include the initializer for th...
Ted Kremenek
2009-12-24
Teach GRExprEngine to handle the initialization of the condition variable of ...
Ted Kremenek
2009-12-24
Add CFG support for the initializer of the condition variable of a SwitchStmt.
Ted Kremenek
2009-12-24
Modify SwitchStmt::child_begin()/child_end() to include the initializer for t...
Ted Kremenek
2009-12-24
support the warn_unused_result in C++ class methods
Nuno Lopes
2009-12-23
allow the noreturn attribute to be used in class methods
Nuno Lopes
2009-12-23
Add StmtIterator support for iterating over both the condition
Ted Kremenek
[prev]
[next]