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
2012-01-20
When adding types to the context chain for record types, just emit
Eric Christopher
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
use llvm:Attributes instead of unsigned
Kostya Serebryany
2012-01-18
test svn commit access
Seth Cantrell
2012-01-18
Fix a string over-run detected by ASAN.
Nick Lewycky
2012-01-18
Fix special king of typo.
Nick Lewycky
2012-01-17
output body of folded case again.
Fariborz Jahanian
2012-01-17
Folding away unreachable case statement.
Fariborz Jahanian
2012-01-17
Make sure to initialize ExternalProtocolPtrTy
Douglas Gregor
2012-01-17
Add __builtin_labs and __builtin_llabs, to complete the set of __builtin_*abs...
Eli Friedman
2012-01-17
Remove constant member pointer support from Expr-based constant emission now
Richard Smith
2012-01-17
Enable the new ObjC ARC autorelease pool elimination pass.
Dan Gohman
2012-01-17
When initializing a catch variable in ARC, be sure to emit retains
John McCall
2012-01-17
Don't eagerly deserialize the 'Protocol' type when initializing code
Douglas Gregor
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-16
Add support for OpenCL 1.1 logical operations.
Tanya Lattner
2012-01-16
Fixes a crash during constant folding of a switch and case
Fariborz Jahanian
2012-01-16
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-14
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
Remove a redundant word.
Zhongxing Xu
2012-01-14
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-13
A base subobject type doesn't make sense for unions; don't try to compute it....
Eli Friedman
2012-01-12
Formatting.
Eric Christopher
2012-01-12
Formatting.
Eric Christopher
2012-01-12
Take into account the pointer to an aggregate that is passed as a hidden
Akira Hatanaka
2012-01-12
Call CodeGenTypes::ConvertType to get LLVM::Type*.
Akira Hatanaka
2012-01-11
Fixed VLA code generation.
Abramo Bagnara
2012-01-10
Remove switch/case statements and call GetFloatingPointTy() instead to get the
Akira Hatanaka
2012-01-10
Flatten float complex arguments. N32/64 requires float complex arguments be
Akira Hatanaka
2012-01-10
Remove space.
Akira Hatanaka
2012-01-10
Add support for the androideabi environment to our triple support, and
Chandler Carruth
2012-01-10
Contrary to the other BSDs, NetBSD followed the ELF ABI for structure
Joerg Sonnenberger
2012-01-10
The `-fwritable-strings' flag doesn't make the backing store strings of all
Bill Wendling
2012-01-10
Implement the missing pieces of Evaluate for _Complex types. With that compl...
Eli Friedman
2012-01-10
objc++: patch for IRgen for atomic properties of
Fariborz Jahanian
2012-01-09
Insert padding before unaligned long double arguments.
Akira Hatanaka
2012-01-09
Move the piece of code up that skips the padding argument. Without this change,
Akira Hatanaka
2012-01-08
objc++: more atomic property api code for
Fariborz Jahanian
2012-01-07
objc++: More codegen stuff for atomic properties of c++ objects
Fariborz Jahanian
2012-01-07
Fixed TypeofExpr AST and code generation.
Abramo Bagnara
2012-01-07
Add field PaddingType to ABIArgInfo which specifies the type of padding that
Akira Hatanaka
2012-01-06
objc++: more code gen stuff for atomic property api,
Fariborz Jahanian
2012-01-06
Revert r147664; it's breaking clang regression tests.
Eli Friedman
2012-01-06
Revert r147655; it's breaking the compiler_rt build on OSX.
Eli Friedman
2012-01-06
objc++: some declarations related to atomic
Fariborz Jahanian
2012-01-06
Silence GCC warnings.
Jakub Staszak
2012-01-06
If we are compiling with -fno-builtin then don't do constant folding of
David Chisnall
2012-01-06
objc++: sythesize a helper function to be used
Fariborz Jahanian
2012-01-05
Address Richard's review comments on r147561 (Evaluate support for address-of...
Eli Friedman
2012-01-05
Fixes a code gen bug for setter code for a property of
Fariborz Jahanian
[prev]
[next]