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
Age
Commit message (
Expand
)
Author
2008-08-12
Drop Sender from GenerateMessageSend*
Daniel Dunbar
2008-08-12
Protocol related tweaks
Daniel Dunbar
2008-08-12
Add @selector(...) codegen support.
Daniel Dunbar
2008-08-12
Add NeXT support for (simple) message sends.
Daniel Dunbar
2008-08-12
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-11
Fix compilation warning with help from David Chisnall.
Mike Stump
2008-08-11
Add LangOptions::NeXTRuntime.
Daniel Dunbar
2008-08-11
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
Add -fexceptions to Driver
Daniel Dunbar
2008-08-11
Update for IRBuilder template change (update LLVM!)
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar
2008-08-10
Back out r54608 (inline string literals were getting an extra '\0')
Daniel Dunbar
2008-08-10
Fix crash during initialization of a bitfield which followed a zero
Daniel Dunbar
2008-08-10
Bug fix, inline string literals were getting an extra '\0'.
Daniel Dunbar
2008-08-10
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-09
80 cols
Nico Weber
2008-08-09
Handle BuiltinType::WChar inside CodeGenTypes::ConvertNewType().
Argyrios Kyrtzidis
2008-08-08
update to make IRBuilder API change.
Chris Lattner
2008-08-07
ParseAST now conditionally deletes the passed ASTConsumer.
Ted Kremenek
2008-08-06
Fix EmitNullInitializationToLValue for bitfield lvalues.
Daniel Dunbar
2008-08-06
Fix bitfield accesses which straddle the boundary of the underlying
Daniel Dunbar
2008-08-06
Fix CodeGen of pointer arithmetic in compound assignment statements.
Daniel Dunbar
2008-08-06
Implement GNU asm-label extension support in CodeGen. This fixes
Daniel Dunbar
2008-08-05
Change CodeGen of global decls to key off of the name (instead of
Daniel Dunbar
2008-08-05
Remove excess #include.
Ted Kremenek
2008-08-05
Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...
Ted Kremenek
2008-08-05
Bug fix, CodeGen of (void*) - (void*) was broken.
Daniel Dunbar
2008-08-04
Avoid creating dummy block when no indirect gotos are present.
Daniel Dunbar
2008-08-04
Add CodeGen support for indirect goto.
Daniel Dunbar
2008-08-04
Finally fix PR2189. This makes a fairly invasive but important change to
Chris Lattner
2008-08-01
Support constructor and destructor attributes in CodeGen
Daniel Dunbar
2008-07-31
Fix a regression I introduced in r54107:
Chris Lattner
2008-07-31
Updated to match new atomic names (to enable overloading for pointers to
Mon P Wang
2008-07-30
Fix implicit initialization of structures.
Daniel Dunbar
2008-07-30
Change CodeGenModule GlobalDeclMap to directly reference globals
Daniel Dunbar
2008-07-29
Rework codegen emission of globals
Daniel Dunbar
2008-07-29
Fix codegen of chained declarations
Daniel Dunbar
2008-07-26
Fix a bug in my previous patch, CGF is not valid for constants outside a func...
Chris Lattner
2008-07-26
remove uses of QualType::getCanonicalType() from codegen for PR2189
Chris Lattner
2008-07-26
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-26
implement codegen support for labels at the end of stmtexprs.
Chris Lattner
2008-07-26
minor tidying, no functionality change.
Chris Lattner
2008-07-25
Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks
Chris Lattner
2008-07-25
X86 builtin fixes
Nate Begeman
2008-07-25
Generate vector compares in codegen
Nate Begeman
2008-07-25
Move comment to match style
Nate Begeman
[prev]
[next]