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-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
2011-08-03
Use the general conditional-cleanup framework instead of rolling our
John McCall
2011-08-03
Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI.
Bob Wilson
2011-08-03
When rewriting a call to a K&R function to lead to a well-prototyped
John McCall
2011-08-02
Implements alignment for long long and double types in va_arg on ARM AAPCS.
Rafael Espindola
2011-08-02
Update for LLVM change in PassManagerBuilder.
Rafael Espindola
2011-08-02
PR10566: Make sure codegen for deleting an pointer to an incomplete type actu...
Eli Friedman
2011-08-01
Revert "Re-enable byval for ARM in clang. rdar://problem/7662569"
Bob Wilson
2011-08-01
Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilation
Akira Hatanaka
2011-08-01
Pass records with non-trivial destructors or constructors indirectly.
Akira Hatanaka
2011-08-01
Fix linkage type for tentative definition of ivar offset variables (GNUstep r...
David Chisnall
2011-07-29
Remove some unnecessary single element array temporaries.
Jay Foad
2011-07-29
Fix assertion failure in CodeGen where the input operand to an asm
Peter Collingbourne
2011-07-28
Fix a couple of problems with initialization and assignment to
John McCall
2011-07-27
The lock operand to an @synchronized statement is also
John McCall
2011-07-27
CodeGen: rename CodeGenModule::Runtime to ObjCRuntime
Peter Collingbourne
2011-07-27
Make CodeGen for array delete involving incomplete class work without crashin...
Eli Friedman
2011-07-27
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-27
Clean up the analysis of the collection operand to ObjC
John McCall
2011-07-26
Disable the optimization that skips emission of complete, non-virtual
Douglas Gregor
2011-07-25
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
Shorten some expressions by using ArrayRef::slice().
Frits van Bommel
2011-07-23
fix PR10415, tidying up IR representation of module level inline asm
Chris Lattner
2011-07-23
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
clean up forward declarations of raw_ostream to use the new LLVM.h
Chris Lattner
2011-07-22
Document the existing objc_precise_lifetime attribute.
John McCall
2011-07-22
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
fix PR10384: C++ allows external arrays of incomplete type as well.
Chris Lattner
2011-07-22
In ARC, non-atomic getters do not need to retain and autorelease
John McCall
2011-07-22
Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.
Jordy Rose
2011-07-21
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-20
Unbreak build after API change.
Benjamin Kramer
2011-07-20
add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.
Chris Lattner
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
fix rdar://9780211 - Clang crashes with an assertion failure building WKView....
Chris Lattner
2011-07-20
fix a case where we're using ConvertType for a memory object.
Chris Lattner
2011-07-20
as eli points out, we're not doing memory stuff here. While ConvertType
Chris Lattner
2011-07-20
fix PR10395 - array decay can produce an interesting type when
Chris Lattner
2011-07-19
Match createTargetMachine API change.
Evan Cheng
2011-07-19
Simplify.
Devang Patel
[prev]
[next]