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.cpp
Age
Commit message (
Expand
)
Author
2007-10-31
Initialize MemCpyFn
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-10-30
Fix 80 col violations.
Devang Patel
2007-10-26
Codegen global array initializers.
Devang Patel
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-09-13
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-04
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
Chris Lattner
2007-08-31
Implement codegen support for lowering "library builtins" like __builtin_isinf
Chris Lattner
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-08-17
Add preliminary support for converting struct types.
Anders Carlsson
2007-07-15
Refactor code so that isIntegerConstantExpr has an ASTContext available.
Chris Lattner
2007-07-14
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
Implement trivial integer initializers, like 'int X = 4;' for global
Chris Lattner
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
[prev]