platform/upstream/llvm.git
2013-01-31 Bill WendlingAdd iterators to the AttributeSet class so that we...
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-31 Chandler CarruthFix a think-o in the condition here. =[ I would commit...
2013-01-31 Bill Wendlings/AttrBuilder::addAttributes/AttrBuilder::addAttribute...
2013-01-31 Chandler CarruthFix a copy/paste-o that got missed because 'check'...
2013-01-31 Dmitri GribenkoComment parsing: add more comments to CommentCommands.td
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 Dmitri GribenkoEscape backslash in the comment.
2013-01-31 Bill WendlingUpdate the tests.
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Fariborz Jahanian[Comment parsing] Add support for recognizing
2013-01-31 Richard SmithRegenerate configure to hopefully fix buildbot breakage...
2013-01-31 Michael J.... [Core] Only complain about undefined symbols if they...
2013-01-31 NAKAMURA TakumiUpdate AMDGPURegisterInfo::eliminateFrameIndex() corres...
2013-01-31 Anna Zaks[analyzer]RetainCount: Fix an autorelease related false...
2013-01-31 Richard SmithAdd -Wno-nested-anon-types to -pedantic builds of LLVM...
2013-01-31 Daniel Dunbar[lit] Add a test for internal shell execution behaviors.
2013-01-31 Daniel Dunbar[lit] Change to raise InternalShellError for all comman...
2013-01-31 Dan GohmanDocument another instsimplify assumption.
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Tom StellardR600: Consider bitcast when folding const_address node.
2013-01-31 Tom StellardR600: Make store_dummy intrinsic more general by passin...
2013-01-31 Jordan Rose[analyzer] Don't track autorelease pools created by...
2013-01-31 Jim InghamAdd "thread return -x" to unwind the innermost user...
2013-01-31 Chad RosierRemove unused variable, which should have been removed...
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Michael J.... [ELF][x86-64] Improve unknown relocation message.
2013-01-31 Michael J.... [ELF] Create atoms for progbits sections with no symbol...
2013-01-31 Bill WendlingAdd support for emitting a string attribute.
2013-01-31 Daniel Dunbar[lit] Fix bug where InternalShellError messages were...
2013-01-31 Chad RosierAdd braces, so my head doesn't explode.
2013-01-31 Daniel Dunbar[lit] Fix a shell parsing bug with ';' not separated...
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Manman Ren[Dwarf] early exit to avoid creating dangling DIEs
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-31 Jim InghamChange the default behavior for unwinding and breakpoin...
2013-01-31 Jordan RoseLexer: Don't warn about Unicode in preprocessor directives.
2013-01-31 Jim Grosbachinterpreter: Fix errant fallthrough.
2013-01-31 Jim GrosbachObject: Fix errant fallthrough.
2013-01-31 Jim GrosbachRuntimeDyld: Fix errant fallthrough.
2013-01-31 Jordan RosePreprocessor: initialize member introduced in r173881.
2013-01-31 Alexander KornienkoReverted unintendedly-committed file.
2013-01-31 Alexander KornienkoMicro-change: moved a brace for better readability
2013-01-31 Enrico GranataMaking sure a Pythonless build of LLDB works by #ifdef...
2013-01-31 Edwin VaneTurn off missing field initializer warnings for gcc
2013-01-31 Daniel Dunbar[lit] Add a test for the various ShTest format features.
2013-01-31 Daniel Dunbar[lit] TestRunner: Eliminate failDueToStderr argument...
2013-01-31 Daniel Dunbar[lit] Delete the now-unused SyntaxCheckTest format.
2013-01-31 Jordan RoseRevert "[analyzer] Model trivial copy/move ctors with...
2013-01-31 Jakob Stoklund... Clarify intent.
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Shankar Easwaranadd support for assigning virtual addresses to TDATA...
2013-01-31 NAKAMURA Takumiclang/test/Index/skip-parsed-bodies/compile_commands...
2013-01-31 Manuel KlimekNever break inside something that was a preprocessor...
2013-01-31 Daniel JasperSeveral improvements to the formatting of static initia...
2013-01-31 Evgeniy StepanovAttempt to fix Windows build breakage.
2013-01-31 Kostya Serebryany[sanitizer] make the error messages from sanitizer_comm...
2013-01-31 Alexey Samsonov[ASan] Split ASan interface header into private and...
2013-01-31 Manuel KlimekMove commonly useful code for AST testing into MatchVer...
2013-01-31 Tim NorthoverAdd myself as code owner of AArch64 backend.
2013-01-31 Tim NorthoverAdd support for AArch64 target.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Richard SmithRevert r174043 and tweak the comment wording so I'm...
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-31 Enea ZaffanellaAdded outer template parameter lists to friend type...
2013-01-31 Evgeniy Stepanov[msan] Run more optimizations after MemorySanitizer...
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-31 Dmitry Vyukovtsan: switch to explicit thread contexts in Go (instead...
2013-01-31 Dmitry Vyukovtsan: do not check for intersecting memory accesses...
2013-01-31 Greg ClaytonAdded the ability to search segments for data. Currentl...
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 Richard SmithRemove incorrect warning signs from QualType::getUnqual...
2013-01-31 Douglas GregorWhen we're emitting a constructor or destructor call...
2013-01-31 Michael GottesmanFixed a mistake in my previous commit where I changed...
2013-01-31 Michael GottesmanFormatting Fix. Changed " to `` around the word 'consta...
2013-01-31 Richard SmithImprove 'failed template argument deduction' diagnostic...
2013-01-31 Douglas GregorWhen code completing in a statement, parenthesized...
2013-01-31 Douglas GregorAllow the computation of the base priority for a declar...
2013-01-31 Richard SmithReplace "failed template argument deduction" diagnostic...
2013-01-31 NAKAMURA TakumiRevert r174026, "Remove Attribute::hasAttributes()...
2013-01-31 Nick LewyckyRemove elements from Sema.UndefinedInternals as functio...
2013-01-31 Nick LewyckyFix grammar in comment.
2013-01-31 Richard SmithClarify the diagnostic for -Wnested-anon-types.
2013-01-31 Jordan Rose[analyzer] If a lazy binding is undefined, pretend...
2013-01-31 Dan GohmanChange stripAndComputeConstantOffsets to accept a NULL...
2013-01-31 Richard TrieuWhen comparing two template template arguments in the...
2013-01-31 Dan GohmanAdd a comment.
2013-01-31 Dan GohmanMove isKnownNonNull out of AliasAnalysis.h and into...
2013-01-31 Bill WendlingRemove Attribute::hasAttributes() and make Attribute...
2013-01-31 Richard SmithFix -Wcovered-switch-default and -Wunused-private-field...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-31 Bill WendlingMake the AttrBuilder creation method of Attribute priva...
2013-01-31 Richard TrieuAdd indents to AST dumping and removed parenthesis...
2013-01-31 Saleem Abdulrasoolbuild: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@
2013-01-31 Nick LewyckyFix ODR-use of a MemberExpr to check before marking...
2013-01-31 Daniel Dunbar[lit] Move unittest adaptor code into discovery module.
2013-01-31 Daniel Dunbar[lit] Run the ShUtil tests as part of the test suite.
next