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-09
Carry the debug information from single exit unified return block
Eric Christopher
2011-09-09
Treat the weak export of block runtime symbols as a deployment-target
John McCall
2011-09-09
Do a lookup for the blocks runtime globals to see if they were declared,
Argyrios Kyrtzidis
2011-09-09
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-09-08
Formatting.
Eric Christopher
2011-09-07
Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics ...
Eli Friedman
2011-09-06
When extracting the callee declaration from a call expression, be sure
Douglas Gregor
2011-09-06
Rearrange code so that we pass the right pointer to delete[] when an exceptio...
Eli Friedman
2011-09-06
When performing a derived-to-base cast on the right-hand side of the
Douglas Gregor
2011-09-02
blocks: Support capturing complex variable in block.
Fariborz Jahanian
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
[prev]
[next]