Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4d232bccca6ffbe21dfa503ace932d80cf19e422
/
clang
/
lib
/
CodeGen
/
ModuleBuilder.cpp
4bd5596
Add initial support for objc codegen for methods, ivars, and the
by Chris Lattner
· 18 years ago
7a51313
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 18 years ago
[Renamed from clang/CodeGen/ModuleBuilder.cpp]
5c6c059
Put back the top-level asm code; all tests pass now.
by Anders Carlsson
· 18 years ago
0fae4f5
Back out 46855 for now, it causes test failures on Darwin.
by Anders Carlsson
· 18 years ago
bcc3a4b
Handle top-level asm declarations.
by Anders Carlsson
· 18 years ago
68be606
sink more of the type related code into CodeGenTypes.
by Chris Lattner
· 18 years ago
a5e4d30
Finish off the refactoring of type handling stuff. Now we recompile every
by Chris Lattner
· 18 years ago
adf1f51
move the codegen ASTConsumer out of the driver into libcodegen,
by Chris Lattner
· 18 years ago
b1537eb
rewrite some of the type refinement code to eliminate dangling pointers
by Chris Lattner
· 18 years ago
38376f1
Add first pieces of support for parsing and representing
by Chris Lattner
· 18 years ago
5b12ab8
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
c8dbe1e
Warn about unsupported codegen with the diags machinery, giving us:
by Chris Lattner
· 18 years ago
fb30009
Implement support for -fwritable-strings and make the code generator
by Chris Lattner
· 18 years ago
034b49d
Clean up types, removing some casts. Patch contributed by Cedric Venet.
by Chris Lattner
· 18 years ago
75ef2f0
Take 2.
by Devang Patel
· 18 years ago
5087e26
temporarily revert devang's patch to link in the llvm codegen etc.
by Chris Lattner
· 18 years ago
46c7003
Make target info available to clang code generator.
by Devang Patel
· 18 years ago
6ee31f5
In "int X,Y;", compile both X and Y.
by Chris Lattner
· 18 years ago
d14bfa9
implement support for basic codegen of global variables with no initializers.
by Chris Lattner
· 18 years ago
23b7eb6
Finally bite the bullet and make the major change: split the clang namespace
by Chris Lattner
· 18 years ago
bed3144
Reorganize codegen files.
by Chris Lattner
· 18 years ago
f97fe38
Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore
by Chris Lattner
· 18 years ago