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-01-21
Simplify the bitfield codegen.
Lauro Ramos Venancio
2008-01-18
Assert that the type of the cast is equal to the _unqualified_ type of the su...
Anders Carlsson
2008-01-17
Match change in EmitCallExpr
Nate Begeman
2008-01-17
Fix for EmitCallExpr changed in OverloadExpr patch
Nate Begeman
2008-01-17
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
2008-01-14
Add codegen upport for implicit casts to aggregate exprs.
Anders Carlsson
2008-01-12
Fix the type of predefined identifiers like __func__. Patch by
Chris Lattner
2008-01-12
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-09
implement proper support for _Bool in memory, which is usually i8, not i1.
Chris Lattner
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-03
fix long lines.
Chris Lattner
2008-01-03
Fix a crash reported by Seo Sanghyeon.
Chris Lattner
2007-12-30
Allow implicit casts during arithmetic for OCUVector operations
Nate Begeman
2007-12-30
Allow codegen of vector fdiv
Nate Begeman
2007-12-29
implement codegen support for most unary operators when
Chris Lattner
2007-12-29
remove attribution from makefiles.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
Enable CodeGen for member expressions based on call expressions returning agg...
Christopher Lamb
2007-12-29
Make MemberExpr code safe w.r.t. address spaces.
Christopher Lamb
2007-12-26
No need to do work that the folding builder does for us.
Anders Carlsson
2007-12-26
Remove broken assert from CodeGen. Better check is done in Sema.
Seo Sanghyeon
2007-12-23
String literal in aggregate expression
Seo Sanghyeon
2007-12-21
Convert opaque type when struct definition is seen.
Devang Patel
2007-12-21
Keep track of llvm struct size while adding fields.
Devang Patel
2007-12-20
Implement codegen for ordered comparison builtins.
Chris Lattner
2007-12-18
local static vars are globals also. This fixes a testcase
Chris Lattner
2007-12-18
Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can...
Anders Carlsson
2007-12-18
introduce a new CodeGenModule::getIntrinsic method, which wraps
Chris Lattner
2007-12-17
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-17
Make the insertion point with an explicit new instead of the builder.
Chris Lattner
2007-12-17
add a hack so that codegen doesn't abort on missing sema of initializers, now
Chris Lattner
2007-12-17
Update to use new PointerType::getUnqual() api.
Christopher Lamb
2007-12-16
Start generating SSE intrinsics.
Anders Carlsson
2007-12-15
We now support all MMX intrinsics. SSE intrinsics are next.
Anders Carlsson
2007-12-14
Simplify the vector code. Add more shift intrinsics.
Anders Carlsson
2007-12-14
Array subscription in aggregate expression
Seo Sanghyeon
2007-12-14
Implement dereference operator in aggregate expression
Seo Sanghyeon
2007-12-13
minor cleanups
Chris Lattner
2007-12-13
simplify some code.
Chris Lattner
2007-12-13
Add assert to detect incomplete implementation work.
Devang Patel
2007-12-13
builtin id 0 is invalid, don't use a slot for it.
Chris Lattner
2007-12-12
fix off-by-one error.
Chris Lattner
2007-12-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
Fix a codegen crash on test/CodeGen/cast.c, reported by Keith.
Chris Lattner
2007-12-11
Match union field type when member expression is u->x
Devang Patel
2007-12-11
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
Refactor bit-field handling code into a separate method.
Devang Patel
2007-12-11
fix a build issue with non-apple-gcc-4.0 compilers.
Chris Lattner
2007-12-11
Generate more builtins.
Anders Carlsson
2007-12-11
Generate code for some more intrinsics.
Anders Carlsson
[prev]
[next]