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-10-11
Add codegen support for __uuidof().
Nico Weber
2012-10-10
objective-C IRgen: When sending a method to 'super'
Fariborz Jahanian
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
Apply the same fundamental fix for PR14048 as was applied for PR11905.
Chandler Carruth
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
Tidy up formatting.
Richard Smith
2012-10-10
-fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positiv...
Richard Smith
2012-10-09
-fcatch-undefined-behavior: store the type name directly at the end of a type...
Richard Smith
2012-10-09
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...
Richard Smith
2012-10-09
We use the enums to query whether an Attributes object has that attribute. The
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-06
Expose __builtin_bswap16.
Benjamin Kramer
2012-10-05
Propagate calling convention for aliases and weakrefs.
Alex Rosenberg
2012-10-05
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-04
If we flow off the end of a value-returning function:
Richard Smith
2012-10-04
Fail early with a clear assert if an operation with multiple uses somehow ends
Lang Hames
2012-10-03
Always initialize FPContractable.
Benjamin Kramer
2012-10-03
This patch enables general varargs support for the 64-bit PPC SVR4 ABI.
Bill Schmidt
2012-10-03
Teach getCXXRecordDeclForPointerType about references.
Jordan Rose
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-09-30
CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ...
Benjamin Kramer
2012-09-29
Add Clang support for iOS6.
Bob Wilson
2012-09-29
Add an FMA intrinsic for ARM Neon.
Bob Wilson
2012-09-28
PR13941: Mark all virtual functions as unnamed_addr. It's not possible to
Richard Smith
2012-09-28
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Update to new function attribute querying syntax.
Bill Wendling
2012-09-26
Add codegen support for the __debugbreak intrinsic.
Nico Weber
2012-09-25
When performing a ::delete of an object with a virtual destructor,
John McCall
2012-09-25
In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.
John McCall
2012-09-25
During jump-scope checking, build an ExprWithCleanups immediately
John McCall
2012-09-21
Mark the passed in "self" for a block as an object pointer so
Eric Christopher
2012-09-21
Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get
Rafael Espindola
2012-09-21
Update for encapsulating the "construct*AlignmentFromInt" methods.
Bill Wendling
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-21
Tidy up. Trailing whitespace and 80 columns.
Jim Grosbach
2012-09-19
Grammar.
Eric Christopher
2012-09-19
Update and expand comment.
Eric Christopher
2012-09-19
Handle a captured this for the debug information as well.
Eric Christopher
2012-09-19
Fix awkward comment.
Eric Christopher
2012-09-19
Update clang for API change.
Benjamin Kramer
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-15
Fix includes of llvm and clang files that used angle brackets.
Craig Topper
2012-09-14
Fix thunk emission for covariant virtual functions in cases which require
Eli Friedman
2012-09-14
Fix line endings.
Eli Friedman
2012-09-12
Reapply:
Eric Christopher
2012-09-12
Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial"
Eric Christopher
2012-09-12
Make clang emit a flag for DW_AT_object_pointer for the artificial
Eric Christopher
[prev]
[next]