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-03-07
Make constant emission for @encode use the common string emission code.
Eli Friedman
2009-03-07
Fixup our uses of various linkages to match how llvm now works. I think they...
Mike Stump
2009-03-06
(LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add
Daniel Dunbar
2009-03-06
IRgen support for weak_import.
Daniel Dunbar
2009-03-05
Don't mangle names of local variables.
Daniel Dunbar
2009-03-05
Make IRGen compatible with declaring a function with incomplete
Eli Friedman
2009-03-04
Move more of the blocks code up and out.
Mike Stump
2009-03-04
Move more of blocks codegen out of CodeGenModule and into the
Mike Stump
2009-03-04
Support "asm" renaming of external symbols.
Daniel Dunbar
2009-03-02
Don't set nounwind on functions when in using the new Obj-C ABI.
Daniel Dunbar
2009-03-01
simplify some code.
Chris Lattner
2009-03-01
Initialize NSConcreteStackBlock
Anders Carlsson
2009-02-27
Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and
Mike Stump
2009-02-27
Minor cleanup: use getDeclAlignInBytes helper.
Eli Friedman
2009-02-26
fix some sema problems with wide strings and hook up basic codegen for them.
Chris Lattner
2009-02-24
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-21
Emit extern_weak when needed.
Daniel Dunbar
2009-02-20
Initialize the Init variable to something reasonable when we emit an
Eli Friedman
2009-02-19
Add irgen support for the noinline attribute.
Anders Carlsson
2009-02-19
Don't emit K&R unprototyped function definitions as varargs.
Daniel Dunbar
2009-02-19
Emission of global variable initialializer was broken in rare
Daniel Dunbar
2009-02-18
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-18
Add anti-FIXME.
Daniel Dunbar
2009-02-18
Simplify.
Daniel Dunbar
2009-02-14
Make it possible for builtins to expression FILE* arguments, so that
Douglas Gregor
2009-02-13
Implicitly declare certain C library functions (malloc, strcpy, memmove,
Douglas Gregor
2009-02-13
Simplify predicate.
Daniel Dunbar
2009-02-13
IRgen support for attribute used.
Daniel Dunbar
2009-02-13
Pull MayDeferGeneration out of EmitGlobal.
Daniel Dunbar
2009-02-13
Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructure
Daniel Dunbar
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
[prev]
[next]