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
/
CGDecl.cpp
Age
Commit message (
Expand
)
Author
2008-11-24
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-17
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-10
reimplement debug info generation in terms of DebugInfo.h instead of
Chris Lattner
2008-10-31
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-17
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-15
Simplify handling of struct/union/class tags.
Argyrios Kyrtzidis
2008-09-17
Add support for ABIArgInfo::Expand
Daniel Dunbar
2008-08-29
Downgrade a number of FIXME asserts to ErrorUnsupported.
Daniel Dunbar
2008-08-25
Handle static variables inside obj-c methods.
Anders Carlsson
2008-08-22
Add preliminary (and probably broken) codegen support for C++ static initiali...
Anders Carlsson
2008-08-16
Add NeXT runtime support for generating methods.
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-06-13
Basic support for volatile loads and stores. Stores the volatile
Eli Friedman
2008-06-09
Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion.
Argyrios Kyrtzidis
2008-06-08
Don't crash emitting an initializer for a static local with union type.
Eli Friedman
2008-06-05
Emit debug information for global and static variables when -g is specified.
Sanjiv Gupta
2008-05-31
Calculate alignment for local variables.
Eli Friedman
2008-05-30
Emit parameter and local variable debug information with -g.
Sanjiv Gupta
2008-05-22
Change uses of llvm::Type::isFirstClassType to use the new
Dan Gohman
2008-05-08
Add basic support for the pic-* target triples and add support for
Chris Lattner
2008-04-19
Generate code for annotation attributes.
Nate Begeman
2008-04-15
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-06
remove the Decl::getCanonicalType() method.
Chris Lattner
2008-04-04
Since isComplexType() no longer returns true for _Complex integers, the code
Chris Lattner
2008-04-04
Codegen assignment to self correctly, patch by David Chisnall!
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner