index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
CodeGen
/
ModuleBuilder.h
Age
Commit message (
Expand
)
Author
2009-11-12
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-11
LLVMContext is a class now.
Benjamin Kramer
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-07-01
Update for changes in LLVM. Hopefully this is the last one for a while.
Owen Anderson
2009-07-01
Hold the LLVMContext by reference instead of by pointer.
Owen Anderson
2009-07-01
Update for LLVMContext+Module change.
Owen Anderson
2009-03-26
most of this is plumbing to get CompileOptions down into
Chris Lattner
2009-03-07
Some struct/class mismatch fixes, to silence MSVC warnings.
Sebastian Redl
2008-10-21
Add GetModule accessor to ModuleBuilder
Daniel Dunbar
2008-08-05
Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...
Ted Kremenek
2008-05-08
Added -g command line options to clang for generating source level debug info...
Sanjiv Gupta
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-12
Add first pieces of support for parsing and representing
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-02
Warn about unsupported codegen with the diags machinery, giving us:
Chris Lattner
2007-11-28
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-11-13
Clean up types, removing some casts. Patch contributed by
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-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