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
2007-11-20
Add __builtin_abs
Anders Carlsson
2007-11-15
Implement codegen of CXX Bool
Nate Begeman
2007-11-13
Clean up types, removing some casts. Patch contributed by
Chris Lattner
2007-11-08
Add assert for the case that is not handled.
Devang Patel
2007-11-08
Keep track of beginning offset for the bit field that does not start at byte ...
Devang Patel
2007-11-07
Stay within 80 columns.
Devang Patel
2007-11-07
Start struct bit field laout work.
Devang Patel
2007-11-02
Generate code for member exprs.
Anders Carlsson
2007-11-01
Rename classes and collections that maintain record layout information.
Devang Patel
2007-11-01
Put constant CFStrings in the __DATA,__cfstring section.
Anders Carlsson
2007-11-01
Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in ...
Anders Carlsson
2007-11-01
Remove unnecessary method.
Devang Patel
2007-11-01
start adding pading fields.
Devang Patel
2007-10-31
Fix a typo that prevented pointer-to-int conversions from working.
Anders Carlsson
2007-10-31
Refactor code into a separate method.
Devang Patel
2007-10-31
Handle function calls that return aggregate expressions.
Anders Carlsson
2007-10-31
Check whether next slot meets field type's alignment requirements.
Devang Patel
2007-10-31
Keep track of field offsets during structure layout.
Devang Patel
2007-10-31
Take 2.
Devang Patel
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
Keep track of field offsets during structure layout.
Devang Patel
2007-10-31
Make target info available to clang code generator.
Devang Patel
2007-10-30
Avoid unnecessary PATypeHolder copy.
Devang Patel
2007-10-30
__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.
Chris Lattner
2007-10-30
Refactor code into a separate method.
Devang Patel
2007-10-30
Fix 80 col violations.
Devang Patel
2007-10-30
Use
Devang Patel
2007-10-30
Remove commented out line.
Devang Patel
2007-10-29
Add RecordOrganizer::layoutUnionFields()
Devang Patel
2007-10-29
Insetead of assert() just emit an error message for
Devang Patel
2007-10-29
Add (partial) support for @encode.
Anders Carlsson
2007-10-29
Generate code for __builtin_classify_type.
Anders Carlsson
2007-10-26
Codegen union member references.
Devang Patel
2007-10-26
Handle non LValue base expressions.
Devang Patel
2007-10-26
Code gen static initializer.
Devang Patel
2007-10-26
Codegen array initializers.
Devang Patel
2007-10-26
Codegen global array initializers.
Devang Patel
2007-10-25
Fix "strbuf += stufflen;" crash.
Devang Patel
2007-10-25
Document ConvertNewType() method and make it a private method.
Devang Patel
2007-10-25
Cache llvm::Type through PATypeHolder.
Devang Patel
2007-10-25
Add a new ChooseExpr::isConditionTrue method to unify
Chris Lattner
2007-10-24
Remove unused #includes
Devang Patel
2007-10-24
Handle
Devang Patel
2007-10-24
Move RecordOrganizer into CodeGenTypes.cpp
Devang Patel
2007-10-24
Handle non-constant initializers.
Devang Patel
2007-10-24
Visit CompoundLiteralExpr and InitListExpr
Devang Patel
2007-10-24
Constify methods and reuse RecordOrganizer object.
Devang Patel
2007-10-24
check base type.
Devang Patel
2007-10-24
Add notes.
Devang Patel
[prev]
[next]