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
/
CodeGenModule.cpp
Age
Commit message (
Expand
)
Author
2009-09-02
Don't try to CodeGen using directives, from Anders Johnsen
Douglas Gregor
2009-08-26
Regularize the case and sort.
Mike Stump
2009-08-25
Emit conversion functions correctly.
Anders Carlsson
2009-08-16
Patch toward synthesizing non-trivial destructors. WIP
Fariborz Jahanian
2009-08-16
No need to append extra padding now that we don't create packed structs for s...
Anders Carlsson
2009-08-14
Fixed a bug in ir-gen for copy assignment synthesis.
Fariborz Jahanian
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-13
Patch to force synthesis of copy assignment operator
Fariborz Jahanian
2009-08-12
Patch for synthesizing copy assignment operator.
Fariborz Jahanian
2009-08-11
ir-gen support for anonymous union data member
Fariborz Jahanian
2009-08-10
Support for anonymous union in ctor's initializer and
Fariborz Jahanian
2009-08-08
Add support for global initializers.
Anders Carlsson
2009-08-08
Remove use of uninitized variable.
Fariborz Jahanian
2009-08-07
More synthesis of copy constructors. Work in progress.
Fariborz Jahanian
2009-08-06
Patch toward synthesizing copy constructors.
Fariborz Jahanian
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-08-05
weak globals that are const should get weak_odr linkage.
Chris Lattner
2009-08-05
rdar://7119244 - globals with an explicit section specified don't get
Chris Lattner
2009-08-03
Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).
Daniel Dunbar
2009-08-02
Whoops, meant to delete this.
Anders Carlsson
2009-08-02
use CodeGenModule::EmitNullConstant in a couple of places.
Anders Carlsson
2009-08-01
Don't error on C++ linkage; if we don't support that, there are
Eli Friedman
2009-07-31
Update for LLVM API change.
Owen Anderson
2009-07-30
Synthesize the default constructor which has not
Fariborz Jahanian
2009-07-30
Update for LLVM API changes.
Owen Anderson
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-28
Update for LLVM API change.
Owen Anderson
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-24
Update for LLVM API change.
Owen Anderson
2009-07-23
Output UTF-16 string literals independent of host byte order.
Daniel Dunbar
2009-07-23
Factor out map lookup for CFString constants.
Daniel Dunbar
2009-07-23
Simplify, NFC.
Daniel Dunbar
2009-07-23
Simplify.
Daniel Dunbar
2009-07-17
fix objc codegen to not have its own list of things that eventually get into ...
Chris Lattner
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-16
use CreateRuntimeVariable to get __CFConstantStringClassReference
Chris Lattner
2009-07-16
codegen string literals using private linkage now like llvm-gcc, eliminating
Chris Lattner
2009-07-14
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
Revert 75648 for now. It is causing test failures.
Devang Patel
2009-07-14
Use LLVM mangler to get mangled name for debug info entry.
Devang Patel
2009-07-13
Update for LLVM API change.
Owen Anderson
2009-07-08
Update for LLVM API change.
Owen Anderson
2009-07-08
Update for LLVM API change.
Owen Anderson
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-29
Improve code generation for function template specializations:
Douglas Gregor
[prev]
[next]