index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CodeGen
/
CodeGenModule.h
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-14
add initial support for generating an llvm.globalctors list. Patch by David ...
Chris Lattner
2008-03-01
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-02-29
make include guards more unique.
Chris Lattner
2008-02-26
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-19
Implement CodeGenModule::getMemSetFn method.
Lauro Ramos Venancio
2008-02-11
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-06
sink more of the type related code into CodeGenTypes.
Chris Lattner
2008-02-06
move the codegen ASTConsumer out of the driver into libcodegen,
Chris Lattner
2008-02-05
rewrite some of the type refinement code to eliminate dangling pointers
Chris Lattner
2008-01-26
Factor out the constant generation into its own file.
Anders Carlsson
2008-01-12
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-03
Fix a crash reported by Seo Sanghyeon.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-18
local static vars are globals also. This fixes a testcase
Chris Lattner
2007-12-18
introduce a new CodeGenModule::getIntrinsic method, which wraps
Chris Lattner
2007-12-02
warn about unhandled initializers instead of crashing on them.
Chris Lattner
2007-12-02
Handle global variable definitions which change the type of a definition, suc...
Chris Lattner
2007-12-02
implement codegen for functions whose function body type don't match
Chris Lattner
2007-12-02
Warn about unsupported codegen with the diags machinery, giving us:
Chris Lattner
2007-12-02
Support initalisers for more than just int-typed static variables.
Oliver Hunt
2007-11-28
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-10-31
Take 2.
Devang Patel
2007-10-31
temporarily revert devang's patch to link in the llvm codegen etc.
Chris Lattner
2007-10-31
Make target info available to clang code generator.
Devang Patel
2007-10-30
Refactor code into a separate method.
Devang Patel
2007-09-13
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-08-31
add the ability to get the llvm function corresponding to a library builtin.
Chris Lattner
2007-08-21
Implement code generation for constant CFStrings.
Anders Carlsson
2007-07-14
In "int X,Y;", compile both X and Y.
Chris Lattner
2007-07-13
implement support for basic codegen of global variables with no initializers.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer