platform/upstream/llvm.git
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...
2013-01-26 Jordan Rose[analyzer] Track null object lvalues back through C...
2013-01-26 Jordan Rose[analyzer] bugreporter::getDerefExpr now takes a Stmt...
2013-01-26 Jordan Rose[analyzer] Add 'prune-paths' config option to disable...
2013-01-26 Jordan Rose[analyzer] Rename PruneNullReturnPaths to SuppressNullR...
2013-01-26 Fariborz JahanianFix up the test.
2013-01-26 Douglas GregorSince we're stuck with realpath for the header <->...
2013-01-26 Richard SmithRevert r172285 (suppressing a 'redundant' -Wc++98-compa...
2013-01-26 Dmitri GribenkoComment parsing: actually check for a block command...
2013-01-26 Nick LewyckyPreserve Sema::UndefinedInternals across PCH boundaries...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-26 Bill WendlingConvert BuildLibCalls.cpp to using the AttributeSet...
2013-01-25 Fariborz Jahanianpatch for PR9027 and // rdar://11861085
2013-01-25 NAKAMURA Takumiclang/test/Index/annotate-comments-typedef.m: Remove...
2013-01-25 Michael J.... [ELF][x86-64] Add relocation string<->kind.
2013-01-25 Aaron BallmanA port of the Visual Studio 2012 debugger visualizers...
2013-01-25 John McCallARM says that the array cookie should always be eight...
2013-01-25 John McCallMove the decision about the kind of CGCXXABI to make...
2013-01-25 Douglas GregorImprove coordination between the module manager and...
2013-01-25 NAKAMURA Takumillvm/test/CMakeLists.txt: Add a dependency to llvm...
2013-01-25 Michael J.... [ELF][X86-64] Use the correct base address.
2013-01-25 Dmitri GribenkoRemove unused variables, silences -Wunused-variable
2013-01-25 NAKAMURA Takumiclang/test/Preprocessor/iwithprefix.c: Tweak default...
2013-01-25 Bill WendlingRemove dead method.
2013-01-25 Daniel Dunbar[utils] Kill another no-longer-useful utility script.
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Fariborz Jahaniansimplify code by removing excessive bracing.
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-25 Jim InghamMissing newline in a warning message.
2013-01-25 Nadav RotemFix a warning in the new DWARFheader. Add a new line...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Fariborz JahanianAttach enum's documentation to its typedef if
2013-01-25 John McCallThe standard ARM C++ ABI dictates that inline functions are
2013-01-25 John McCallFirst pass at abstracting out a class for the target...
2013-01-25 Dmitri GribenkoAdd file to CMakeLists (file added in r173505)
2013-01-25 Douglas GregorOptimize ModuleManager::visit() by precomputing the...
next