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
/
CGExprScalar.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-01
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-02-21
implement codegen support for sizeof(void), fixing PR2080.
Chris Lattner
2008-02-16
implement codegen support for aggregates casted to void.
Chris Lattner
2008-02-02
minor tweak to anders patch: (only) ocu vectors support splatting, but
Chris Lattner
2008-02-01
Only OCU vectors can be splatted.
Anders Carlsson
2008-01-31
Fix PR1921 by promoting negative indices to intptrty.
Chris Lattner
2008-01-30
Implement first round of feedback on __builtin_overload
Nate Begeman
2008-01-30
Make sure to emit all the arguments to a function call. This fixes the
Eli Friedman
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
Correctly handle scalars in braces.
Anders Carlsson
2008-01-22
Problem with ObjC's type-encoding of nested structs causing infinit recursion.
Fariborz Jahanian
2008-01-17
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
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
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
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-18
Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can...
Anders Carlsson
2007-12-15
We now support all MMX intrinsics. SSE intrinsics are next.
Anders Carlsson
2007-12-12
Fix a codegen crash on test/CodeGen/cast.c, reported by Keith.
Chris Lattner
2007-12-11
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-10
Added missing inclusion of stdarg.h. Now CGExprScalar.cpp
Ted Kremenek
2007-12-10
Add EmitShuffleVector helper method.
Anders Carlsson
2007-12-05
Implement CodeGen for vectors. Don't create unnecessary conversion instructio...
Anders Carlsson
2007-12-03
Ignore typedefs in pointer arithmetic codegen.
Seo Sanghyeon
2007-12-02
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-11-30
Fix a codegen crash on void ?: reported by Oliver
Chris Lattner
2007-11-26
Fix sema support for the gnu ?: expression with a
Chris Lattner
2007-11-15
Implement codegen of CXX Bool
Nate Begeman
2007-10-31
Fix a typo that prevented pointer-to-int conversions from working.
Anders Carlsson
2007-10-30
Fix 80 col violations.
Devang Patel
2007-10-30
Remove commented out line.
Devang Patel
2007-10-29
Add (partial) support for @encode.
Anders Carlsson
2007-10-25
Fix "strbuf += stufflen;" crash.
Devang Patel
2007-10-25
Add a new ChooseExpr::isConditionTrue method to unify
Chris Lattner
2007-10-24
Handle non-constant initializers.
Devang Patel
2007-10-24
Visit CompoundLiteralExpr and InitListExpr
Devang Patel
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-10-15
Move type compatibility predicates from Type to ASTContext. In addition, the ...
Steve Naroff
2007-10-15
Add code generation and sema checking for __builtin_va_arg.
Anders Carlsson
2007-10-13
Fix an incorrect assertion.
Anders Carlsson
2007-10-12
Generate code for va_start and va_end.
Anders Carlsson
2007-10-09
Use LLVMFoldingBuilder
Devang Patel
2007-09-22
further apfloat'ize the front-end, allowing codegen to pass
Chris Lattner
[next]