platform/upstream/llvm.git
2013-01-28 Edwin VaneImproved svn repo searching for 'make update'
2013-01-28 Reed KotlerMake some code a little simpler.
2013-01-28 Michael GottesmanSince ObjCARC has been refactored into its own library...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-28 Bill WendlingUse proper type for the index.
2013-01-28 Richard SmithTests and a minor bugfix for [dcl.attr.depend]p1 (C...
2013-01-28 Bill WendlingRemove another use of AttributeWithIndex, using the...
2013-01-28 Richard SmithAdd a -pedantic warning: an anonymous union within...
2013-01-28 Bill WendlingRemove another use of AttributeWithIndex, using the...
2013-01-28 Bill WendlingRemove a use of AttributeWithIndex.
2013-01-27 Bill WendlingImprove the debug output a bit.
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingPush the calculation of the 'Raw' attribute mask down...
2013-01-27 Bill WendlingDon't erase these methods. They're used during testing.
2013-01-27 Bill WendlingAdd special 'get' methods to create an Attribute with...
2013-01-27 Richard Osborne[XCore] Add missing l2rus instructions.
2013-01-27 Dmitri GribenkoComment parsing: fix test in r173626 for -fms-extension...
2013-01-27 Bill WendlingPrivitize some the copy c'tor and assignment operator...
2013-01-27 Bill WendlingAdd some helpful comments.
2013-01-27 Dmitri GribenkoDecl printer: fix CXXConstructExpr with implicit defaul...
2013-01-27 Richard Osborne[XCore] Add missing l2r instructions.
2013-01-27 Bill Wendlings/AttrList/pImpl/g in AttributeSet. No functionality...
2013-01-27 Bill WendlingStart using more of the AttrNode in the AttributeSetImp...
2013-01-27 Dmitri GribenkoComment parsing: attach any tag type's documentation...
2013-01-27 Benjamin KramerLegalizer: Reword comment again, per Duncan's suggestion.
2013-01-27 Richard Osborne[XCore] Add missing 1r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 0r instructions.
2013-01-27 Jordan RosePR15067: Don't assert when a UCN appears in a C90 file.
2013-01-27 Hal FinkelBBVectorize: Better use of TTI->getShuffleCost
2013-01-27 Benjamin KramerLegalizer: Add an assert and tweak a comment to clarify...
2013-01-27 NAKAMURA TakumiAddCompilerRT.cmake: Try to unbreak since r173617.
2013-01-27 Bill WendlingIn the AttributeSetImpl c'tor, fill in the AttrNodes...
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Cleanup in AddLLVM.cmake.
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE...
2013-01-27 Benjamin KramerWhen the legalizer is splitting vector shifts, the...
2013-01-27 NAKAMURA TakumiRevert r173586 (and r173587) , "Attach any tag type...
2013-01-27 Bill WendlingFix miscompile. Add back the use of the ArrayRef versio...
2013-01-27 Bill WendlingRearrange some deckchairs. Moving the class before...
2013-01-27 Bill WendlingRemove dead methods.
2013-01-27 Chandler CarruthRe-revert r173342, without losing the compile time...
2013-01-27 Michael GottesmanRenamed function IsPotentialUse to IsPotentialRetainabl...
2013-01-27 Bill WendlingFix test to not use the AttributeSet's AttributeWithInd...
2013-01-27 Bill WendlingHide the method that creates an AttributeSet with Attri...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingConvert the CPP backend to use the AttributeSet instead...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex...
2013-01-27 Michael HanAdd the missing line return to align parameters of...
2013-01-26 Greg ClaytonMake sure that multi-line expressions don't create...
2013-01-26 Dmitri Gribenkolibclang: refactor CXStringPool: make it a class
2013-01-26 David BlaikiePR14566: Debug Info: avoid top level lexical blocks...
2013-01-26 David BlaikiePR14566: Debug Info: Removing top level lexical blocks
2013-01-26 David BlaikieIRBuilder: Remove redundant check around SetInstDebugLo...
2013-01-26 Dmitri Gribenkolibclang: type safety for CXTranslationUnitImpl::CIdx
2013-01-26 Dmitri Gribenkolibclang: type safety for CXTranslationUnitImpl::Format...
2013-01-26 Dmitri Gribenkolibclang: some type safety for CXTranslationUnitImpl...
2013-01-26 Fariborz JahanianFix comment.
2013-01-26 Fariborz JahanianAttach any tag type's documentation to its typedef if
2013-01-26 Dmitri Gribenkolibclang: factor out the frequent pattern static_cast...
2013-01-26 Dmitri Gribenkolibclang: make getCursorParentDecl() return 'const...
2013-01-26 Dmitri Gribenkolibclang: change getCursorAttr() to return 'const Attr *'
2013-01-26 Dmitri GribenkoMigrate tests to -verify
2013-01-26 Enea ZaffanellaAdded ASTContext methods getIntPtrType and getUIntPtrType.
2013-01-26 Hal FinkelBBVectorize: Add a additional comment about the cost...
2013-01-26 Hal FinkelBBVectorize: Fix anomalous capital letter in comment
2013-01-26 Dmitri Gribenko<limits.h> includes <linux/limits.h> on Linux, no need...
2013-01-26 Dmitri Gribenkolibclang: make getCursorStmt() and getCursorExpr()...
2013-01-26 Tim NorthoverSpecify non-GNU-ARM triples for key-function test.
2013-01-26 Dmitri GribenkoConstify getOptionalExplicitTemplateArgs()
2013-01-26 Dmitri GribenkoConstify some getters of DesignatedInitExpr
2013-01-26 Benjamin KramerlldX86_64ELFTarget depends on lldCore.
2013-01-26 Benjamin KramerX86: Decode PALIGN operands so I don't have to do it...
2013-01-26 Dmitri GribenkoDocumentation: fix syntax error
2013-01-26 Michael J.... Use proper delete.
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Benjamin KramerFileCheckize and merge some tests.
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_MIPS_32...
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_PPC64_ADDR3...
2013-01-26 NAKAMURA TakumiRelocVisitor::visit(): Set hasError in the default...
2013-01-26 Jason MolendaOne more change of a uint32_t variable to offset_t
2013-01-26 Reed Kotlerfix use of std::std. it's ordered set.
2013-01-26 NAKAMURA Takumitest/remove-cstr-calls/basic.cpp: Disable again on...
2013-01-26 NAKAMURA Takumiclang/test/Misc/diag-template-diffing-color.cpp: Symbol...
2013-01-26 Jason MolendaAdd comments showing the symbolic names for the exc_cod...
2013-01-26 Argyrios Kyrtzidis[libclang] Introduce clang_getFileUniqueID which return...
2013-01-26 NAKAMURA Takumiclang/test/Misc/ast-dump-color.cpp: Symbolize color...
2013-01-26 Jordan Rose[analyzer] C++ initializers may require cleanups; look...
2013-01-26 Richard TrieuGive a more informative error message when the dot...
2013-01-26 Jim InghamAdd "target.process.stop-on-shared-library-events"...
2013-01-26 Richard SmithFix mismatch between pointer and pointee type when...
2013-01-26 Richard TrieuFix test case by being more lenient on what to accept...
2013-01-26 NAKAMURA TakumiDWARFDebugLine.cpp: Fix true path. Did you forget ...
2013-01-26 Nick LewyckyRemove function that is newly dead as of r173538.
2013-01-26 Fariborz JahanianHopefuly unbreak buldbot.
2013-01-26 Richard TrieuHighlight various parts of the AST dump with color...
next