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
Age
Commit message (
Expand
)
Author
2008-02-06
only update the llvm type for a struct when we used the struct
Chris Lattner
2008-02-06
sink more of the type related code into CodeGenTypes.
Chris Lattner
2008-02-06
codegen static variables in a function into a different namespace from
Chris Lattner
2008-02-06
Finish off the refactoring of type handling stuff. Now we recompile every
Chris Lattner
2008-02-06
move the codegen ASTConsumer out of the driver into libcodegen,
Chris Lattner
2008-02-06
Even more inline asm codegen fixes.
Anders Carlsson
2008-02-06
simple implementation of __builtin_alloca
Nate Begeman
2008-02-05
Improvements to inline asm code generation.
Anders Carlsson
2008-02-05
Add some binops.
Anders Carlsson
2008-02-05
More improvements to inline asm CG.
Anders Carlsson
2008-02-05
Append input argument to args vector.
Anders Carlsson
2008-02-05
Add code generation for inline asm statements.
Anders Carlsson
2008-02-05
rewrite some of the type refinement code to eliminate dangling pointers
Chris Lattner
2008-02-05
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2008-02-05
Relax an assertion, fixing PR1968
Chris Lattner
2008-02-05
Update outdated comment.
Devang Patel
2008-02-05
Cleanup InitListExpr code generation code.
Devang Patel
2008-02-05
Fix memory corruption from the type map being modified while a reference
Eli Friedman
2008-02-05
Keep track of padding fields.
Devang Patel
2008-02-04
Add experimental support for address space qualified types. Address space
Christopher Lamb
2008-02-02
minor tweak to anders patch: (only) ocu vectors support splatting, but
Chris Lattner
2008-02-02
fix codegen on static variables which have multiple decl nodes. These
Chris Lattner
2008-02-01
Only OCU vectors can be splatted.
Anders Carlsson
2008-02-01
Generate correct code for __builtin_huge_val
Anders Carlsson
2008-02-01
Implement __builtin_huge_val.
Anders Carlsson
2008-01-31
Implement review feedback. Use getAsPointerType instead of cast<PointerType>.
Lauro Ramos Venancio
2008-01-31
Remainder of the __builtin_overload feedback
Nate Begeman
2008-01-31
Fix PR1921 by promoting negative indices to intptrty.
Chris Lattner
2008-01-30
getLLVMFieldNo can't be called before emitting the base value.
Lauro Ramos Venancio
2008-01-30
A pointer to an opaque type is an "opaque type definition".
Lauro Ramos Venancio
2008-01-30
Implement first round of feedback on __builtin_overload
Nate Begeman
2008-01-30
fix a problem reported by Eli, caused by not keeping bool as i1
Chris Lattner
2008-01-30
move some constructors out of line and fix indentation in ObjCAtThrowStmt::ge...
Chris Lattner
2008-01-30
Make sure to emit all the arguments to a function call. This fixes the
Eli Friedman
2008-01-29
Handle incomplete struct initializer.
Devang Patel
2008-01-29
Fix a bug where CodeGen would attempt to erase an instruction that was
Eli Friedman
2008-01-29
Implement __builtin_offsetof.
Anders Carlsson
2008-01-29
Handle binary or in constant expressions.
Anders Carlsson
2008-01-29
Correctly handle constants that refer to enums.
Anders Carlsson
2008-01-29
Correctly handle scalars in braces.
Anders Carlsson
2008-01-26
Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman.
Anders Carlsson
2008-01-26
Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman.
Anders Carlsson
2008-01-26
Factor out the constant generation into its own file.
Anders Carlsson
2008-01-25
Add more support for Apple's "private extern" extension...
Steve Naroff
2008-01-25
Support checking and codegen of constant vector globals
Nate Begeman
2008-01-22
Problem with ObjC's type-encoding of nested structs causing infinit recursion.
Fariborz Jahanian
2008-01-22
Fix a typo.
Lauro Ramos Venancio
2008-01-22
Implement bitfield write.
Lauro Ramos Venancio
2008-01-22
Implement bitfield read.
Lauro Ramos Venancio
2008-01-22
Fix two bugs in bitfield codegen.
Lauro Ramos Venancio
[prev]
[next]