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
2011-09-02
revert patch in r139020
Fariborz Jahanian
2011-09-02
blocks: Support capturing complex variable in block.
Fariborz Jahanian
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-01
Don't try to emit unsupported templated friend declarations. They're unsupported
Nick Lewycky
2011-08-30
Declare and define implicit move constructor and assignment operator.
Sebastian Redl
2011-08-30
The size of struct UnwindException varies by platform with no
John McCall
2011-08-30
Be sure to emit lvalue-to-rvalue casts for loads from x-values.
John McCall
2011-08-27
Remove unused variables noticed by GCC.
Benjamin Kramer
2011-08-26
Slight optimization enabled by the previous assert:
John McCall
2011-08-26
Assert that a call argument is a gl-value iff the parameter is a reference type.
John McCall
2011-08-26
What say we document some of these AggValueSlot flags a bit
John McCall
2011-08-26
Since the 'is aliased' bit is critical for correctness in C++, it
John McCall
2011-08-26
An initialization does not alias.
John McCall
2011-08-26
The allocated exception slot does not alias anything; should fix self-host.
John McCall
2011-08-26
[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...
Chad Rosier
2011-08-25
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
Use stronger typing for the flags on AggValueSlot and require
John McCall
2011-08-25
blocks - capturing logic of byref block variable's expression
Fariborz Jahanian
2011-08-24
Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.
Evan Cheng
2011-08-24
Make constant aggregate constant initializers private linkage.
Eric Christopher
2011-08-23
Whitespace and 80-col cleanup.
Eric Christopher
2011-08-23
Whitespace.
Eric Christopher
2011-08-23
Cleanup to use helper.
Eli Friedman
2011-08-23
checking for __block variable captured by given
Fariborz Jahanian
2011-08-23
block IRgen - Fixes a crash when determining if given block variable
Fariborz Jahanian
2011-08-22
Make sure we don't inline functions marked with __attribute__((naked)). <rda...
Eli Friedman
2011-08-17
Fix a handful of dead stores found by Clang's static analyzer. There's a bun...
Ted Kremenek
2011-08-17
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-16
Finalize debug info after all deferred globals are emitted.
Devang Patel
2011-08-15
Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a...
Devang Patel
2011-08-15
'pure' and 'const' functions should also be marked nounwind. Migrate
Eric Christopher
2011-08-14
Fix r137086 to actually work properly in general. PR10650.
Eli Friedman
2011-08-14
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-08-13
Move handling of vget_lane/vset_lane before the code that checks the type.
Bob Wilson
2011-08-12
switch clang to use the new-new way of creating llvm::StructType's.
Chris Lattner
2011-08-12
Alignment of a va_arg must be at least as large as the ABI's minimum alignment.
Akira Hatanaka
2011-08-12
Add definition of a static member of a class.
Akira Hatanaka
2011-08-11
Encapsulate the Objective-C id/Class/SEL "redefinition" types in
Douglas Gregor
2011-08-11
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-08-10
Formatting.
John McCall
2011-08-09
Revert bad change. (It may look equivalent, but it isn't.)
Eli Friedman
2011-08-09
Cleanup; no functionality change.
Eli Friedman
2011-08-09
Move the creation of the record type for the state of Objective-C fast
Douglas Gregor
2011-08-09
Move the construction of the RecordDecl representing the runtime
Douglas Gregor
2011-08-09
Hand materialization of temporary expressions when emitting a scalar
Douglas Gregor
2011-08-08
Fix typo so we don't use the wrong function for ending ObjC++ catch blocks (G...
David Chisnall
2011-08-07
Avoid fallthrough-branching to an inactive cleanup even if it's
John McCall
2011-08-06
Be sure to destroy the normal entry block of a cleanup that we
John McCall
2011-08-05
The continue label in an ARC for-in loop should not involve
John McCall
2011-08-04
Emit wide string literals with the appropriate alignment.
John McCall
[prev]
[next]