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-06-24
Shorten some ARM builtin names by removing unnecessary "neon" prefix.
Bob Wilson
2011-06-23
Support for catching objc pointer objects in c++ catch-statement
Fariborz Jahanian
2011-06-22
Alloa catching Objective-C id's being thrown with C++ throw
Fariborz Jahanian
2011-06-22
Try to silence GCC warning
Douglas Gregor
2011-06-22
Implement the C++0x move optimization for Automatic Reference Counting
Douglas Gregor
2011-06-22
When binding a reference to an Automatic Reference Counting temporary,
Douglas Gregor
2011-06-22
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
Emit @finally blocks completely lazily instead of forcing their
John McCall
2011-06-21
IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.
Daniel Dunbar
2011-06-21
IRgen: Add CGOptions to CGTypes.
Daniel Dunbar
2011-06-21
A few tweaks to MaterializeTemporaryExpr suggested by John.
Douglas Gregor
2011-06-21
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-21
De-Unicode-ify in comments.
NAKAMURA Takumi
2011-06-21
Add support for -Wa,--noexecstack when building from a non-assembly file. For
Nick Lewycky
2011-06-21
Canonicalize register names properly.
Eric Christopher
2011-06-20
llvm-gcc treats a tentative definition with a previous
Fariborz Jahanian
2011-06-20
Change how PHINodes store their operands.
Jay Foad
2011-06-20
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
Francois Pichet
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2011-06-18
update for api change.
Chris Lattner
2011-06-18
Remove dead variables.
Benjamin Kramer
2011-06-18
80 cols.
Benjamin Kramer
2011-06-17
When emitting a compound literal of POD type, continue to emit a
Douglas Gregor
2011-06-17
Perform an acquire memory barrier on the fast path of a thread-safe
John McCall
2011-06-17
Objective-C fast enumeration loop variables are not retained in ARC, but
John McCall
2011-06-17
Implement proper support for generating code for compound literals in
Douglas Gregor
2011-06-17
Check the specific target to figure out if a constraint is a valid
Eric Christopher
2011-06-16
Move computation of __private_extern__ visibilty to
Fariborz Jahanian
2011-06-16
Set the visibility to 'hidden' when previous
Fariborz Jahanian
2011-06-16
Restore correct use of GC barriers.
John McCall
2011-06-15
Suppress a warning in -Asserts builds.
John McCall
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-15
Per Chris's suggestion, simplify code using llvm::getOrEnforceKnownAlignment.
Eli Friedman
2011-06-15
Use isAnyComplexType here so we don't pass complex numbers into the aggregate...
Eli Friedman
2011-06-15
Fix a regression from r132957 involving complex integers. (Fixes failures on...
Eli Friedman
2011-06-15
Do not emit stoppoint before emitting debug info for parameters.
Devang Patel
2011-06-14
Update the prefetch intrinsic usage. Now the last argument tells codegen
Bruno Cardoso Lopes
2011-06-14
Move GlobalDecl to AST
Peter Collingbourne
2011-06-14
The LLVM IR representation of byval arguments has a rather strange property: ...
Eli Friedman
2011-06-13
Put local variables in appropriate debug info scope.
Devang Patel
2011-06-11
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-11
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-06-10
PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to de...
Eli Friedman
2011-06-07
Clang support for ARM Uv/Uy/Uq inline-asm constraints.
Stuart Hastings
2011-06-05
When inferring the result type of a block based on a return statement
Douglas Gregor
2011-06-04
Add support for builtin astype:
Tanya Lattner
2011-06-04
Rework r132576.
Devang Patel
2011-06-03
Emit debug info only if there is an insertion point. The debug info should no...
Devang Patel
2011-06-03
Simplify.
Devang Patel
2011-06-03
Fix typedef's context.
Devang Patel
[prev]
[next]