Age | Commit message (Expand) | Author |
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 |
2011-07-18 | Check column number also. | Devang Patel |
2011-07-18 | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel |
2011-07-18 | In C99, emit an inline function when encountering an extern redeclaration. | Nick Lewycky |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-15 | Fix typo | Joerg Sonnenberger |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-15 | Fix the definition of AsTypeExpr. I'm still not sure this | John McCall |
2011-07-15 | protect some calls to ConvertType when a function info is under construction | Chris Lattner |
2011-07-15 | Enhance the IR type lowering code to be much smarter about recursively lowering | Chris Lattner |
2011-07-15 | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall |
2011-07-14 | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer |
2011-07-13 | Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ... | Bruno Cardoso Lopes |
2011-07-13 | Emit debug info for extended vectors. | Devang Patel |
2011-07-13 | Don't crash if defining -dealloc in a category. | John McCall |
2011-07-13 | Okay, that rule about zero-length arrays applies to destroying | John McCall |
2011-07-13 | Arrays are permitted to be zero-length in some situations. | John McCall |
2011-07-13 | Convert the standard default-construction loops to use phis and | John McCall |
2011-07-13 | per john's advice, speculatively lower uses of forward-declared enums to | Chris Lattner |
2011-07-13 | PR10337 reminds me that calls return values, lets handle them just | Chris Lattner |