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-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
2012-01-04
Add an APValue representation for the difference between two address-of-label...
Eli Friedman
2012-01-04
implement rdar://10639962 by keeping track of increased alignment
Chris Lattner
2012-01-04
Restore r147493 and remove the part of the test that was checking the wrong t...
David Chisnall
2012-01-04
Have functions return structures smaller than 128-bit in registers if ABI
Akira Hatanaka
2012-01-04
Revert r147493. It broke test/CodeGenObjC/constant-strings.m.
Rafael Espindola
2012-01-03
Initialise constant Objective-C string isa pointers with a weak reference to ...
David Chisnall
2012-01-01
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2011-12-30
Unrevert r147271, reverted in r147361.
Richard Smith
2011-12-28
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-27
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-27
constexpr: support for evaluation and codegen of typeid constants.
Richard Smith
2011-12-25
Add intrinsics for lzcnt and tzcnt instructions.
Craig Topper
2011-12-22
Fix a failure (which led to a crash) in constant emission code with vector co...
Eli Friedman
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-19
Mark the calls to the _setjmp function as returns twice. <rdar://problem/1049...
Bill Wendling
2011-12-19
Switch a few callers of MakeAddrLValue places over to MakeNaturalAlignAddrLVa...
Eli Friedman
2011-12-19
Fix PR5279 - don't sliently drop alignment information on stores of types tha...
Chris Lattner
2011-12-19
Extend the fix for PR9614 to handle inline asm in the outer decl and
Rafael Espindola
[prev]
[next]