]> granicus.if.org Git - clang/shortlog
clang
2011-07-26 Chandler CarruthClean up as many of the comments in Basic I can find...
2011-07-26 Chandler CarruthMigrate 'Instantiation' data and API bits of SLocEntry...
2011-07-26 Chandler CarruthConvert InstantiationInfo and much of the related code...
2011-07-26 Chandler CarruthRename create(MacroArg)InstantiationLoc to create(Macro...
2011-07-26 Chandler CarruthRename SourceManager (and InstantiationInfo) isMacroArg...
2011-07-26 Kaelyn UhrainExpand array bounds checking to work in the presence...
2011-07-26 Evan ChengAssembler really doesn't need to create TargetMachine...
2011-07-26 Kaelyn UhrainTest commit
2011-07-26 NAKAMURA Takumitest/CodeGen/2003-08-18-SigSetJmp.c: XFAIL: mingw,...
2011-07-26 Eric Christopherwin32 doesn't have sigsetjmp, just xfail this test...
2011-07-26 Eric ChristopherRework this slightly to work for optimized compilers...
2011-07-26 Eric ChristopherThese tests use standard headers and so need ms extensi...
2011-07-26 Eric ChristopherRemove this test, it's more properly an optimizer test.
2011-07-26 Eric ChristopherMigrate and FileCheck-ize some of:
2011-07-26 Eric ChristopherMigrate over 2009-04-22-UnknownSize.c, 2009-07-17-VoidP...
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename createAsmParser to createMCAsmParser.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Francois PichetFix the MSVC build. 2 problems:
2011-07-25 Fariborz Jahanianobjective-c: Provide a 'fixit' when class was used
2011-07-25 Chandler CarruthRename getInstantiationLineNumber to getExpansionLineNu...
2011-07-25 Chandler CarruthRepair some indentation I missed in my previous commit.
2011-07-25 Chandler CarruthRename getInstantiationColumnNumber to getExpansionColu...
2011-07-25 Evan ChengAssembler doesn't need to initialize TargetMachine...
2011-07-25 Chandler CarruthRename getDecomposedInstantiationLoc to getDecomposedEx...
2011-07-25 Chandler CarruthgetInstantiationLocSlowCase -> getExpansionLocSlowCase
2011-07-25 Chandler CarruthRename SourceManager::getImmediateInstantiationRange to
2011-07-25 Jonathan D... Refactor of how modules are handled in ASTReader to...
2011-07-25 Chad RosierAllow target to specify about using minimum alignment...
2011-07-25 Axel NaumannPick up expected diagnostics not only in the main file...
2011-07-25 Chad RosierFix r135934. Rename was intended, but without addition...
2011-07-25 Chad RosierRename an alignment test to be more precise and add...
2011-07-25 Douglas GregorUpdate C++0x status for explicit override controls...
2011-07-25 Howard Hinnanthttp://llvm.org/bugs/show_bug.cgi?id=10472
2011-07-25 Douglas GregorAdded clang_getCursorReferenceNameRange to libclang...
2011-07-25 Chandler CarruthRename SourceManager::getInstantiationRange to getExpan...
2011-07-25 Chandler CarruthMechanically rename SourceManager::getInstantiationLoc and
2011-07-25 Frits van BommelShorten some expressions by using ArrayRef::slice().
2011-07-25 NAKAMURA Takumiwww/get_started.html: Fix a phrase, "in the *build...
2011-07-24 Chris Lattneradd link to 2010 dev mtg
2011-07-24 Fariborz Jahanianobjc: clang should warn if redeclaration of methods
2011-07-23 NAKAMURA Takumilib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not...
2011-07-23 Chris Lattnerfix PR10415, tidying up IR representation of module...
2011-07-23 Douglas GregorExtend libclang with clang_equalRanges, from Erik Verbr...
2011-07-23 Douglas GregorAdd a link-friendly name to the Clang extension accepta...
2011-07-23 Douglas GregorDocument the criteria for evaluating a proposed extensi...
2011-07-23 Douglas GregorTests for explicit conversion operators, along with...
2011-07-23 Chris LattnerMove ArrayRef to LLVM.h and eliminate now-redundant...
2011-07-23 Francois PichetUnbreak the MSVC build, using namespace clang is requir...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-07-23 Chris Lattnerclean up forward declarations of raw_ostream to use...
2011-07-23 Eric ChristopherMigrate 2007-10-01-BuildArrayRef.c from llvm/test/Front...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Anna ZaksAdd ext_backslash_newline_eof to Wnewline-eof group.
2011-07-22 Sean CallananThis patch (thanks to Doug Gregor) fixes a
2011-07-22 Anna ZaksExpose no newline at end of file warning under Wnewline...
2011-07-22 Evan ChengMatch LLVM API change.
2011-07-22 David Majnemerkill a FIXME in IsIntegralPromotion
2011-07-22 Jonathan D... Remove prepending of '$' to module names.
2011-07-22 Douglas GregorSwitch all of the "isysroot" const char*'s throughout...
2011-07-22 Douglas GregorRename ASTReader::PerFileData to serialization::Module...
2011-07-22 Francois PichetUse -ffreestanding with clang_cc1 to make the test...
2011-07-22 Chandler CarruthAdd a missing forward declaration and namespace qualifi...
2011-07-22 John McCallDocument the existing objc_precise_lifetime attribute.
2011-07-22 Francois PichetFix test on MSVC: since the test includes a system...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-22 Eric ChristopherBring over a test from llvm/test/FrontendC that is...
2011-07-22 Chris Lattnerfix PR10384: C++ allows external arrays of incomplete...
2011-07-22 Chris Lattnerrename test.
2011-07-22 Douglas GregorIntroduce a global bit-offset continuous range map...
2011-07-22 Douglas GregorFix an embarrassing bug in relocatable PCH support...
2011-07-22 Chandler CarruthMove duplicate uninitialized warning suppression into the
2011-07-22 John McCallIn ARC, non-atomic getters do not need to retain and...
2011-07-22 John McCallMove this ObjCImplementationDecl member function into...
2011-07-22 John McCallIn Objective-C, pull arbitrary attributes from overridden
2011-07-22 Jordy RoseAdd a const overload for ObjCInterfaceDecl::all_declare...
2011-07-22 Fariborz Jahanianobjective-c: Any use of @synthesize or @dynamic lexical...
2011-07-22 Douglas GregorIn the AST reader, factor out the mapping of local...
2011-07-21 Rafael EspindolaAvoid warning on "clang -c -Dfoo test.i". Lines like...
2011-07-21 Douglas GregorClean up the rest of the local -> global declaration...
2011-07-21 Douglas GregorIn the ASTReader, factor out the loading of (local...
2011-07-21 Sean HuntAdd a missing test for the limits on wchar
2011-07-21 Argyrios KyrtzidisFix diagnostic when loading a PCH which has different...
2011-07-21 Jonathan D... Cleaning up more of the ID situation in the AST reader...
2011-07-21 Douglas GregorAdd some debugging output to the AST reader, so we...
2011-07-21 Douglas GregorIn the AST reader, keep track of the total number of...
2011-07-21 Argyrios KyrtzidisFor ASTUnit::Save, write the AST to a temporary and...
2011-07-21 Argyrios KyrtzidisCut down one open/close pair of system calls by using...
2011-07-21 Richard SmithUpdate cxx_status page on www: clang has had full suppo...
2011-07-21 Douglas GregorClean up the C++ status page by eliminating the utterly...
2011-07-21 Douglas GregorUpdate C++0x nullptr status, from Jonathan Sauer
2011-07-21 Fariborz JahanianAdd FixIt hint for missing 'id' type.
2011-07-21 Fariborz Jahanianobjc - Diagnose missing method return type specifier...
2011-07-21 Douglas GregorOne last RandomAccessIterator operator for Preprocessin...
2011-07-21 Douglas GregorAdd the remaining RandomAccessIterator operations to
2011-07-21 Bruno Cardoso... Define the _MIPS_SIM builtin macro on MIPS platforms...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Francois PichetFor some reason I don't fully comprehend, the MSVC...
2011-07-21 Eric ChristopherSpeculatively revert 135649 to bring back the g++ testi...
2011-07-21 Ted KremenekMove AnalysisManager constructor out of line. No funct...
next