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-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
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-06
reverse r158117.
Fariborz Jahanian
2012-06-06
When doing arithmatic on vla pointer, make sure
Fariborz Jahanian
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-05
Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>.
Eli Friedman
2012-06-05
Reapply "Only emit debug information for methods that are user defined, there's"
Eric Christopher
2012-06-05
Revert "Only emit debug information for methods that are user defined, there's"
John McCall
2012-06-05
Only emit debug information for methods that are user defined, there's
Eric Christopher
2012-06-01
Support C++11 enum forward declarations.
Eric Christopher
2012-05-29
objective-c: fix a sema and IRGen crash when property
Fariborz Jahanian
2012-05-29
OpenCL: Fix vector conditional operator CodeGen for the case where
Peter Collingbourne
2012-05-28
adjust to mainline llvm API change.
Chris Lattner
[prev]
[next]