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-06-29
Update Clang to reflect the new home of IRBuilder.h as of r159421.
Chandler Carruth
2012-06-29
Update based on move of DIBuilder.h to include/llvm.
Bill Wendling
2012-06-29
Fix PR13234 - crash when trying to report an unsupported ABI feature
Timur Iskhodzhanov
2012-06-28
Dead code eliminate the massive hexagon builtin intrinsic supporting code.
Benjamin Kramer
2012-06-28
Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h...
Benjamin Kramer
2012-06-28
Support MIPS DSP Rev1 intrinsics.
Simon Atanasyan
2012-06-28
Compare the canonical types and document why we give up on the covariant case.
Rafael Espindola
2012-06-28
Disable devirtualization when we have covariant returns. I will open a bug
Rafael Espindola
2012-06-28
Don't devirtualize calls when we don't have the correct type of the this pointer
Rafael Espindola
2012-06-28
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-28
Fix another issue with devirtualizing calls to final methods by passing them
Rafael Espindola
2012-06-28
Fix grammar.
Eric Christopher
2012-06-28
Update the #include to find the DebugInfo.h in the correct place
Bill Wendling
2012-06-27
Propagate lvalue alignment into bitfields. Per report on cfe-dev.
Eli Friedman
2012-06-27
Implement John McCall's review of r159212 other than the this pointer not
Rafael Espindola
2012-06-26
Fix a bug in my previous patch: If we are not doing a virtual call because
Rafael Espindola
2012-06-26
During codegen of a virtual call we would extract any casts in the expression
Rafael Espindola
2012-06-26
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-26
[asan] add missing asan instrumentation in generated global init functions
Kostya Serebryany
2012-06-25
ARM: enable struct byval for APCS.
Manman Ren
2012-06-23
IRGen: Factor v-table generation into the CGCXXABI object.
Charles Davis
2012-06-23
Support the tls_model attribute (PR9788)
Hans Wennborg
2012-06-23
Support L__FUNCTION__ in microsoft mode, PR11789
Nico Weber
2012-06-22
revert CodeGen support for the alloc_size attribute until we finish the desig...
Nuno Lopes
2012-06-22
Documentation cleanup: making \param docs match the code.
James Dennett
2012-06-22
Documentation cleanup: Escape @objc* in Doxygen comments.
James Dennett
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-20
[ms-style asm] Change the fatal error to an extension warning. Apparently, this
Chad Rosier
2012-06-20
Don't circumvent the debug info type cache when emitting info for EnumConstan...
Benjamin Kramer
2012-06-20
Whitespace.
Chad Rosier
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-20
Documentation cleanup: escape "::" to avoid a Doxygen warning
James Dennett
2012-06-19
objc-arc: captured block variable accessed in its block literal
Fariborz Jahanian
2012-06-19
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-18
[MSExtensions] Add support for __forceinline.
Michael J. Spencer
2012-06-16
Fix Sema and IRGen for atomic compound assignment so it has the right semanti...
Eli Friedman
2012-06-15
Make the ".*" operator work correctly when the base is a prvalue and the fiel...
Eli Friedman
2012-06-15
Documentation cleanup:
James Dennett
2012-06-15
Documentation fix: made the name given to \param match the code.
James Dennett
2012-06-15
Documentation fixes: Added \brief markup and fixed some formatting.
James Dennett
2012-06-15
It turns out that implementing the rethrow-on-fallthrough
John McCall
2012-06-13
More doxygen/documentation cleanups.
James Dennett
2012-06-12
Remove unused variable.
Bill Wendling
2012-06-11
Make CodeGenFunction::EmitMSAsmStmt throw a fatal error as MS-style inline
Chad Rosier
2012-06-11
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-11
Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms
James Dennett
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-08
[C++11 Compat] Fix breaking change in C++11 pair copyctor.
Michael J. Spencer
2012-06-07
User better API for vla in compund literals.
Fariborz Jahanian
2012-06-07
When emitting compund literal of vla pointer elements, make
Fariborz Jahanian
[next]