platform/upstream/llvm.git
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.
2013-01-31 Daniel Dunbar[lit] Set parallel mode for coverage tests.
2013-01-31 Anna Zaks[analyzer] Fix a bug in region store that lead to undef...
2013-01-31 Matt Beaumont-GaySometimes ld is just ld.
2013-01-31 Daniel Dunbar[lit] Move discovery code into its own module.
2013-01-31 Douglas GregorWhen comparing two templates in the template differ...
2013-01-31 Bill WendlingRevert for now:
2013-01-31 Michael GottesmanFilecheckized 2x tests in SimplifyCFG and removed their...
2013-01-31 Bill WendlingRemove the AttrBuilder version of the Attribute::get...
2013-01-31 Eric ChristopherWhitespace.
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-31 Andrew TrickLangRef: Add a Rationale for volatile rules.
2013-01-31 Eli BenderskyReplace some more greps with FileChecks in tests
2013-01-31 Dan GohmanMinor code simplification.
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-31 Daniel Dunbar[lit] Add a MANIFEST file and a script for sanity check...
2013-01-31 Daniel Dunbar[lit] Add a basic discovery test.
2013-01-31 Daniel Dunbar[lit] Add a script for checking test coverage.
2013-01-31 Daniel Dunbar[lit] Add a test suite for lit itself.
2013-01-31 Dan GohmanstripAndComputeConstantOffsets is only called on pointe...
2013-01-31 Eli BenderskyRewrite this test properly with a FileCheck instead...
2013-01-31 Matt Beaumont-GayFix unused variable warnings in -asserts build
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2013-01-30 Michael GottesmanAdded a unit test for r173983 that verifies that Target...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-30 Douglas GregorReinstate r173952, this time limiting it to exactly...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Greg Claytonexpressions + C++11 lambdas == cooooool!!!
2013-01-30 Evan ChengForgot the test case before.
2013-01-30 Evan ChengRestrict sin/cos optimization to 64-bit only for now...
next