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
/
CGBlocks.cpp
Age
Commit message (
Expand
)
Author
2011-12-03
Switch LValue so that it exposes alignment in CharUnits. (No functional chan...
Eli Friedman
2011-11-10
Whenever explicitly activating or deactivating a cleanup, we
John McCall
2011-11-10
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-09
Emit the copy and dipose helpers for ARC __strong
John McCall
2011-11-02
back out changes in r143399 and r143475.
Fariborz Jahanian
2011-10-31
Adds IRGen support for captured rvalue references in blocks.
Fariborz Jahanian
2011-10-13
Recommit:
Eric Christopher
2011-10-12
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-11
Start handling debug line and scope information better:
Eric Christopher
2011-09-30
Minor cleanup.
Eli Friedman
2011-09-27
de-tmpify clang.
Benjamin Kramer
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-09
Treat the weak export of block runtime symbols as a deployment-target
John McCall
2011-08-12
switch clang to use the new-new way of creating llvm::StructType's.
Chris Lattner
2011-08-09
Cleanup; no functionality change.
Eli Friedman
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-12
Generalize Cleanup::Emit's "isForEH" parameter into a set
John McCall
2011-07-12
Ugh, use this compiler workaround again.
John McCall
2011-07-12
Switch field destruction over to use the new destroyer-based API
John McCall
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-06
revert patch for // rdar://9227352
Fariborz Jahanian
2011-06-29
Use existing -fcatch-undefined-behavior option,
Fariborz Jahanian
2011-06-28
Under a compiler flag, -freset-local-blocks,
Fariborz Jahanian
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-16
Restore correct use of GC barriers.
John McCall
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-11
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-05-15
Use arrays and SmallVectors instead of std::vectors when building function
John McCall
2011-05-13
When determining whether we can make a declaration into a global
Douglas Gregor
2011-05-02
Emit debug info for __destroy_helper_block_ and __copy_helper_block.
Devang Patel
2011-05-02
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-03-31
Whoops.
John McCall
2011-03-31
After much contemplation, I've decided that we probably shouldn't "unique"
John McCall
2011-03-31
Move all the significant __block code into CGBlocks.cpp. No functionality
John McCall
2011-03-25
Provide blockDecl's startLoc to startFunction. This fixes hidden bug exposed ...
Devang Patel
2011-03-09
Remove a rather egregious use of getFunctionInfo.
John McCall
2011-03-09
Use the "undergoes default argument promotion" bit on parameters to
John McCall
2011-03-08
Emit block capture initializers as if they were normal initializers for a local
John McCall
2011-03-08
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-07
CodeGenFunction::GenerateBlockFunction() should initialize DebugInfo just lik...
Devang Patel
2011-03-07
DebugInfo can be enabled or disabled at function level (e.g. using an attribu...
Devang Patel
2011-03-02
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-02-22
Emit the structure layout of the block literal parameter to a block
John McCall
2011-02-22
Reorganize the emission of local variables.
John McCall
2011-02-16
Don't call objc_read_weak as part of emitting a block literal.
John McCall
2011-02-15
Assorted cleanup:
John McCall
[next]