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
2009-07-14
[llvm up] adjust to match mainline.
Chris Lattner
2009-07-14
Rename RecordLayout.h to ASTRecordLayout.h
Anders Carlsson
2009-07-14
Revert r75614 which depend on r75610 (for LLVM), which was reverted.
Daniel Dunbar
2009-07-14
Basic support for C++0x unicode types. Support for literals will follow in a...
Alisdair Meredith
2009-07-14
use new name for method.
Chris Lattner
2009-07-14
Use LLVM mangler to get mangled name for debug info entry.
Devang Patel
2009-07-14
Update debug info generation for ObjCObjectPointer changes.
Daniel Dunbar
2009-07-14
Update for API change.
Owen Anderson
2009-07-13
Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?vie...
Steve Naroff
2009-07-13
Update debug info type cache after fwd decl is replaced by real decl.
Devang Patel
2009-07-13
Fix comment.
Devang Patel
2009-07-13
Update for LLVM API change.
Owen Anderson
2009-07-11
Fix type conversion of ObjCObjectPointerType.
Daniel Dunbar
2009-07-11
Generate correct prototype for objc_enumerationMutation.
Daniel Dunbar
2009-07-11
Fix typo (found by gcc warning).
Eli Friedman
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
Fix a problem that Eli noticed, and that Doug helped me fix.
Anders Carlsson
2009-07-08
Update for IRBuilder API change.
Owen Anderson
2009-07-08
Update for LLVM API change.
Owen Anderson
2009-07-08
Implement code generation of ChooseExpr for aggregate types.
Anders Carlsson
2009-07-08
Update for LLVM API change.
Owen Anderson
2009-07-08
Implemented memmove_collectable API for Next runtime
Fariborz Jahanian
2009-07-08
reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.
Chris Lattner
2009-07-06
Keep track of the Expr used to describe the size of an array type,
Douglas Gregor
2009-07-03
This fixes the case where the wrong symbol is emitted leading to linking erro...
Fariborz Jahanian
2009-07-01
Update for changes in LLVM. Hopefully this is the last one for a while.
Owen Anderson
2009-07-01
Hold the LLVMContext by reference instead of by pointer.
Owen Anderson
2009-07-01
Update for LLVMContext+Module change.
Owen Anderson
2009-07-01
use new and simplified LLVM APIs. Patch by Jay Foad!
Chris Lattner
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-29
Improve code generation for function template specializations:
Douglas Gregor
2009-06-29
Keep track of function template specializations, to eliminate
Douglas Gregor
2009-06-29
Move FunctionDecl::TemplateSpecializationInfo out into its own class,
Douglas Gregor
2009-06-28
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-26
OpenCL 1.0 Support: fix a bug with lvalue swizzles
Nate Begeman
2009-06-26
Implement enough of the 'auto' keyword so we can claim to support N2546.
Anders Carlsson
2009-06-26
typo
Devang Patel
2009-06-26
Revrt PR4228 fix for now.
Devang Patel
2009-06-26
Simplify, and fix a possible crash (never happens however, because we don't ever
Daniel Dunbar
2009-06-24
Add a DecltypeType type.
Anders Carlsson
2009-06-23
Patch fixes an obscure bug when 'used' attribute is applied to
Fariborz Jahanian
2009-06-23
fix PR4423.
Chris Lattner
2009-06-20
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-17
Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.
Argyrios Kyrtzidis
2009-06-17
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
[prev]
[next]