platform/upstream/llvm.git
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...
2013-01-30 Michael GottesmanDoxygenified some comments in IRBuilder.h.
2013-01-30 Michael GottesmanRemoved CreateFPExtOrFPTrunc for now until I have the...
2013-01-30 Hal FinkelInitialize hasQPX in PPCSubtarget
2013-01-30 Michael GottesmanEncapsulate testing that we have an iOS Triple in Tripl...
2013-01-30 Jason MolendaVerified that the plugin.dynamic-loader.darwin-kernel...
2013-01-30 Jordan RoseDiagnostics: Clarify name of line-length-limiting const...
2013-01-30 Filipe CabecinhasChanged to static_cast, due to post-commit review.
2013-01-30 Dmitri GribenkoTableGen backends: use emitSourceFileHeader() to emit...
2013-01-30 Filipe CabecinhasCast to remove the narrowing conversion error in c...
2013-01-30 Daniel Dunbar[build/clang_darwin] Fix the case reversal in r173465.
2013-01-30 Jordan RoseDiagnostics: if a line is longer than 4096 characters...
2013-01-30 Bill WendlingRemove redundant code.
2013-01-30 Andrew Trick...in light of recent activity related to llvm.memcpy...
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-30 Eli BenderskyRemove a mention of TargetInstrDescriptor, which no...
2013-01-30 Argyrios KyrtzidisRevert "[preprocessor] Don't warn about "disabled expan...
2013-01-30 Sean Silva[docs] Guide prospective TableGen backend writers.
2013-01-30 Michael J.... [ELF] Fix circular initialization bug.
2013-01-30 Michael J.... [ELF] Use the target's LayoutHandler.
2013-01-30 Richard TrieuHandle passing non-Qualtypes to %diff better. Instead...
2013-01-30 Tanya LattnerAdd OpenCL error that a kernel function must have void...
2013-01-30 Bill WendlingUse the number of 'slots' in the AttributeSetImpl being...
2013-01-30 Jordan RoseFix comment in test/Lexer/utf8-invalid.c for updates...
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-30 Jordan RoseFix r173881 to properly skip invalid UTF-8 characters...
2013-01-30 Anna Zaks[analyzer] Make shallow mode more shallow.
2013-01-30 Anna Zaks[analyzer] Use analyzer config for max-inlinable-size...
2013-01-30 Anna Zaks[analyzer] Move report false positive suppression to...
2013-01-30 Anna Zaks[analyzer] Remove further references to analyzer-ipa.
2013-01-30 Ted Kremenekscan-build: When using Xcode 4.6, use build settings...
2013-01-30 Ted KremenekHoist retrieval of Expr* into caller. No functionality...
2013-01-30 Argyrios Kyrtzidis[preprocessor] Don't warn about "disabled expansion...
2013-01-30 Jordan Rose[analyzer] Model trivial copy/move ctors with an aggreg...
2013-01-30 Dmitri GribenkoDocumentation: fix escaping in JSON example
2013-01-30 Dmitri GribenkoDocumentation: add a link to Bear, a tool to help with...
2013-01-30 James DennettDocumentation: fix link to ExecuteAction(), which was...
2013-01-30 Enrico Granata<rdar://problem/12552374> & <rdar://problem/13100674>
2013-01-30 Manman RenLinker: correctly link in dbg.declare
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Shankar Easwaranhexagon targetinfo changes for getting the relocation...
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-30 Logan ChienOverride virtual function for ARM EH directives.
2013-01-30 Shankar Easwaransimplify hexagon relocations handling
2013-01-30 Dmitri Gribenkollvm/Basic/ConvertUTF.h now exposes all functions witho...
2013-01-30 Dmitri GribenkoLLDB uses ConvertUTF16toUTF8, remove #ifdef
2013-01-30 Dmitri GribenkoUTF conversion routines were moved from clang/Basic...
2013-01-30 Dmitri GribenkoComment parsing: fold named character references test...
2013-01-30 Dmitry Vyukovasan/tsan: manually define FUTEX constants, because...
2013-01-30 Dmitry Vyukovtsan: fix CPP_WEAK definition (it must be the other...
2013-01-30 Dmitri GribenkoComment parsing: resolve more named character references
2013-01-30 Alexey Samsonov[Sanitizer] include sanitizer_common headers when build...
2013-01-30 Alexey Samsonov[Sanitizer] Add change missed in r173926
2013-01-30 Evgeniy Stepanov[sanitizer] Further split private and public sanitizer...
next