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-02-13
Let the backend unique these.
Mike Stump
2009-02-13
Move DescriptorUniqueCount into CGM.
Mike Stump
2009-02-13
Move GlobalUniqueCount up into CGM.
Mike Stump
2009-02-13
Move GenericBlockLiteralType into CGM.
Mike Stump
2009-02-13
Move BlockDescriptorType into CGM.
Mike Stump
2009-02-13
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-02-12
Add a very basic implemenation of global blocks. This needs to be cleaned up.
Anders Carlsson
2009-02-12
Support __attribute__(section(<name>))
Daniel Dunbar
2009-02-06
Use 'compile' instead of 'codegen' when reporting error to user.
Daniel Dunbar
2009-02-04
Add -femit-all-decls codegen option.
Daniel Dunbar
2009-02-02
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
More ABI API cleanup.
Daniel Dunbar
2009-01-31
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
Daniel Dunbar
2009-01-22
Use NonFragileABI as name of new Next abi. More comments
Fariborz Jahanian
2009-01-21
Refactoring ObjC Next's runtime classes in preparation for
Fariborz Jahanian
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-13
Bug fix, __private_extern__ globals were always introducing a definition.
Daniel Dunbar
2009-01-08
Objc's compatibility-alias semantics and code
Fariborz Jahanian
2009-01-05
Silence a GCC warning
Sebastian Redl
2009-01-04
Fix the bug that would cause Python to crash at startup.
Anders Carlsson
2008-12-26
Add full dllimport / dllexport support: both sema checks and codegen.
Anton Korobeynikov
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-09
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-09
Fix a serious null termination bug found by David Chisnall!
Chris Lattner
2008-12-03
If a global var decl has an initializer, make sure to always set its linkage ...
Anders Carlsson
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-21
reapply the (corrected) patch to use the new llvm intrinsics for memcpy/memmo...
Chris Lattner
2008-11-21
temporarily revert Sangiv's patch.
Chris Lattner
2008-11-21
mem[cpy,set,move] intrinsics are now overloaded.
Sanjiv Gupta
2008-11-19
Pointer width for PIC16 is 16 bits. Modify getMemCpy, getMemMove and getMemSe...
Sanjiv Gupta
2008-11-19
Discard unused runtime function declarations (for readability).
Daniel Dunbar
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-15
Handle padding in the constant CFString struct. Fixes PR3046.
Anders Carlsson
2008-11-11
Codegen support for fastcall & stdcall CC.
Anton Korobeynikov
2008-11-04
LinkageSpecDecl is c++ specific, move it to DeclCXX
Chris Lattner
2008-10-28
Don't run the verifier as part of IRgen, this is now down (per module)
Daniel Dunbar
2008-10-28
Add attribute always_inline support.
Daniel Dunbar
2008-10-17
Add option argument to GetAddrOfConstantString to use for name of
Daniel Dunbar
2008-10-17
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-01
Add simple interface for protecting runtime functions from name
Daniel Dunbar
2008-09-27
Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...).
Daniel Dunbar
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-10
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
Tweak CGCall functions again:
Daniel Dunbar
2008-09-10
Tweak CGCall functions:
Daniel Dunbar
2008-09-08
Fix a number of issues w.r.t. emission of global for functions and
Daniel Dunbar
2008-09-08
Refactor parameter attribute handling:
Daniel Dunbar
2008-09-05
Set sext/zext on function result.
Daniel Dunbar
[prev]
[next]