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
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-12-27
Promote arguments of frameaddr / returnaddr builtins to i32 type, when needed.
Anton Korobeynikov
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 obvious mistake.
Eli Friedman
2009-12-25
Remove some dead variables clang-analyzer found.
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
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
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
Add a ReturnValueSlot class. Change the argument order in EmitCall to match t...
Anders Carlsson
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
Remove some dead code.
Mike Stump
2009-12-24
Cleanup some dead code.
Mike Stump
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
Fix recent regression caught by g++.old-deja/g++.mike/eh19.C.
Mike Stump
2009-12-23
Fix regression found by g++.dg/eh/alias1.C.
Mike Stump
2009-12-23
Mangle block pointer types. Fixes PR5858.
Anders Carlsson
2009-12-23
There is no such thing as typeinfo for a cv-qualified type. Assert
Douglas Gregor
2009-12-23
simplify my previous patch.
Chris Lattner
2009-12-23
fix opencl extvector element extraction on rvalues. We previously
Chris Lattner
2009-12-23
Mangle template template parameters. Fixes PR5861.
Anders Carlsson
2009-12-23
Update for the intrinsic changes in llvm: the object size intrinsic
Eric Christopher
2009-12-22
Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to
Ken Dyck
2009-12-22
Make sure that we mangle overloaded operators that are member functions corre...
Anders Carlsson
2009-12-22
x86_64: Structures with no fields but which have padding should be classified as
Daniel Dunbar
2009-12-22
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...
Douglas Gregor
2009-12-21
Improve on my previous fix for debug information. Rather than
Douglas Gregor
2009-12-21
Teach debug info generation to handle TemplateSpecializationType,
Douglas Gregor
2009-12-21
Incomplete structs should also have internal linkage.
Anders Carlsson
2009-12-20
Correcly handle pointers to member pointer types where the class or the point...
Anders Carlsson
2009-12-20
Rework the way pointer types are handled by the RTTI builder. We now get the ...
Anders Carlsson
2009-12-19
Remove ';' after method definition. Noticed by clang++, which one would think
Daniel Dunbar
2009-12-19
Fix for PR5524: make reference binding in default argument work correctly.
Eli Friedman
2009-12-18
Work in progress for setting the vtable pointers for all bases correctly in
Eli Friedman
2009-12-18
Cleanup switch so it doesn't have a default case.
Eli Friedman
2009-12-18
Fix for PR5830: fix the computation of the offset to a virtual base.
Eli Friedman
2009-12-18
Fix a few MSVC warnings.
Daniel Dunbar
2009-12-18
CK_UserDefinedConversion is a valid kind when doing copy ctor elision.
Anders Carlsson
2009-12-18
Change the return type of ASTContext::getTypeSizeInChars() from uint64_t to the
Ken Dyck
2009-12-18
Rename getByteSize() and getTypeSizeInBytes() in ASTContext to getCharWidth()
Ken Dyck
2009-12-18
Fix regression I introduced when dynamic_cast-ing to a reference type.
Anders Carlsson
2009-12-18
It's perfectly fine to see UserDefinedConversion casts when emitting scalar e...
Anders Carlsson
2009-12-18
Address some of Anders comments
Douglas Gregor
2009-12-18
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-18
Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used
Daniel Dunbar
2009-12-18
Handle case when DestPtr is 0.
Mike Stump
[next]