platform/upstream/llvm.git
2017-04-30 Craig Topper[X86] Clear KnownBits instead of reconstructing it...
2017-04-30 Zvi RackoverInstructionSimplify: Canonicalize shuffle operands...
2017-04-30 Zvi RackoverInstructionSimplify: One getShuffleMask() replacing...
2017-04-30 Zvi RackoverInstructionSimplify: Simplify a shuffle with a undef...
2017-04-30 Simon Atanasyan[mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for...
2017-04-30 NAKAMURA Takumiclang-tools-extra/test/CMakeLists.txt: Rework r297806...
2017-04-30 Craig Topper[ConstantRange] Fix a couple cases where we were possib...
2017-04-29 Dimitry AndricInclude <cstdio> in PrettyStackTrace.cpp, since it...
2017-04-29 Rui UeyamaRename RPath Rpath for consistency. NFC.
2017-04-29 Rui UeyamaSimplify by using getString instead of getLastArg....
2017-04-29 Rui UeyamaReport an error if --compress-debug-sections is given...
2017-04-29 Daniel Sanders[globalisel][tablegen] Fix the test after silencing...
2017-04-29 Daniel Sanders[globalisel][tablegen] Silence unused variable warning.
2017-04-29 Rui UeyamaPort recent changes to ELF/MapFile.cpp to COFF.
2017-04-29 Craig Topper[ConstantRange] Use APInt::getOneBitSet to shorten...
2017-04-29 Craig Topper[ConstantRange] Replace getMaxValue+zext with getLowBit...
2017-04-29 Craig Topper[ConstantRange] Use APInt::operator-= to remove tempora...
2017-04-29 Daniel Sanders[globalisel][tablegen] Compute available feature bits...
2017-04-29 Simon Pilgrim[X86][AVX] Added support for _mm256_zext* helper intrin...
2017-04-29 Simon Pilgrim[X86][AVX] Added codegen tests for _mm256_zext* helper...
2017-04-29 Craig Topper[KnownBits] Add methods for determining if the known...
2017-04-29 Simon Dardis[mips][FastISel] Fix a nullptr deference.
2017-04-29 Rafael EspindolaBring back r301678.
2017-04-29 Simon Pilgrim[X86][SSE] Add initial <2 x half> tests for PR31088
2017-04-29 Alexander Kornienko[clang-tidy] Expand AllowConditional*Casts to binary...
2017-04-29 Nick LewyckyRemove Sema::CheckForIntOverflow, and instead check...
2017-04-29 Craig Topper[ConstantRange] Use ternary operator instead of 'if...
2017-04-29 Craig Topper[ConstantRange] Add std::move to a bunch of places...
2017-04-29 Zachary TurnerRemove unused private field.
2017-04-29 Craig Topper[ConstantRange] Remove a temporary APInt I meant to...
2017-04-29 Craig Topper[ConstantRange] Improve the efficiency of one of the...
2017-04-29 Faisal ValiFix PR32831: 'this capture while instantiating generic...
2017-04-29 Hongbin Zheng[Polly] Make PollyCore depends on intrinsics_gen
2017-04-29 Richard SmithRemove some apparently-unnecessary 'REQUIRES: system...
2017-04-29 Richard SmithFix "REQUIRES: system-darwin" failing tests after r301725.
2017-04-29 Matt ArsenaultAMDGPU: Fix copies from physical registers in SIFixSGPR...
2017-04-29 Davide Italiano[ELF] When a rel points to a SHF_MERGE section, don...
2017-04-29 Zachary Turner[llvm-pdbdump] Abstract some of the YAML/Raw printing...
2017-04-29 Richard SmithPR26771: don't forget the " 2" (returning from #include...
2017-04-29 Richard SmithRemove unused, empty test directories.
2017-04-29 Richard SmithAdd pragma to perform module import and use it in ...
2017-04-29 Akira Hatanaka[ObjCARC] Do not move a release between a call and a
2017-04-29 Davide Italiano[LoopUnswitch] Make DEBUG output more readable (part 2).
2017-04-29 Davide Italiano[LoopUnswitch] Don't remove instructions with side...
2017-04-29 Nick LewyckyObjCBoxedExpr can't be evaluated by the constant expres...
2017-04-29 Zachary Turner[llvm-readobj] Fix incorrect printing of CV column...
2017-04-28 Duncan P. N... Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windows
2017-04-28 Zachary Turner[llvm-readobj] Use LLVMDebugInfoCodeView to parse line...
2017-04-28 Zachary Turner[Support] Provide unsafe random access for VarStreamArray.
2017-04-28 Rui UeyamaReplace PrettyPrinter class in MapFile.cpp with a few...
2017-04-28 Sanjay Patel[InstCombine] add tests to show potentially bogus appli...
2017-04-28 Hans WennborgRemove set but unused variable in BitcodeReader.cpp...
2017-04-28 Hans WennborgRevert r301697 "[IR] Make add/remove Attributes use...
2017-04-28 Matt ArsenaultInferAddressSpaces: Search constant expressions for...
2017-04-28 Rui UeyamaEliminate .debug_gnu_pub{names,types} if -gdb-index...
2017-04-28 Rui UeyamaRevert r301678: Remove LinkerScript::flush.
2017-04-28 Adrian PrantlAdapt to LLVM API change (DINamespace no longer takes...
2017-04-28 Adrian PrantlRemove line and file from DINamespace.
2017-04-28 Matt ArsenaultInferAddressSpaces: Avoid looking up deleted values
2017-04-28 Matt ArsenaultInferAddressSpaces: Infer from just addrspacecasts
2017-04-28 Michael Zolotukhin[SCEV] Use early exit in createAddRecFromPHI. NFC.
2017-04-28 Daniel BerlinLoopRotate: Fix use after scope bug
2017-04-28 Richard Trieu[ODRHash] Add testcase with different paramter names...
2017-04-28 Krzysztof Parzyszek[RDF] Correctly calculate lane masks for defs
2017-04-28 Krzysztof ParzyszekProperly handle PHIs with subregisters in UnreachableBl...
2017-04-28 Krzysztof Parzyszek[Hexagon] Do not move a block if it is on a fall-throug...
2017-04-28 Reid Kleckner[IR] Make add/remove Attributes use AttrBuilder instead...
2017-04-28 Craig Topper[ConstantRange] Use APInt::isNullValue rather than...
2017-04-28 Craig Topper[APInt] Add an isNullValue method to check for all...
2017-04-28 Craig Topper[ConstantRange] Use const references to prevent a coupl...
2017-04-28 Hans WennborgFlush output in log()
2017-04-28 Davide Italiano[LoopUnswitch] Make DEBUG output more readable.
2017-04-28 Rafael EspindolaRename one of the variables to avoid confusion.
2017-04-28 Sam Clegg[WebAssembly] Add size of section header to data reloca...
2017-04-28 Tobias Grosser[tests] Ensure all test cases use named variables
2017-04-28 Matt Arsenault[ValueTracking] Teach isSafeToSpeculativelyExecute...
2017-04-28 Sam Clegg[WebAssembly] Write initial memory in pages not bytes
2017-04-28 Tim HammerquistPublic headers need to be public.
2017-04-28 Matt ArsenaultTableGen: Add IntrHasSideEffects property for intrinsics
2017-04-28 David BlaikieEnable -fno-split-dwarf-inlining even when -gsplit...
2017-04-28 Rui UeyamaChange the format of the map file.
2017-04-28 Reid KlecknerMake getParamAlignment use argument numbers
2017-04-28 Matthias BraunGlobalISel: Followup for r301679
2017-04-28 Matt ArsenaultAdd speculatable function attribute
2017-04-28 Matthias BraunTargetLowering: Add finalizeLowering() function; NFC
2017-04-28 Rafael EspindolaRemove LinkerScript::flush.
2017-04-28 Marek OlsakAMDGPU: Add new amdgcn.init.exec intrinsics
2017-04-28 Bob Haarmanlimit to 2 parallel links when using thinlto
2017-04-28 Rui UeyamaUse toString(Inputfile*) to format a file object.
2017-04-28 Daniel BerlinKill off the old SimplifyInstruction API by converting...
2017-04-28 Davide Italiano[IPO/MergeFunctions] This function is used only under...
2017-04-28 Reid Kleckner[RS4GC] Simplify attribute handling code NFC
2017-04-28 Tobias Grosser[Codegen] Disable Polly's codegen verification by default
2017-04-28 Tobias Grosser[CodeGen] Skip verify if -polly-codegen-verify is set...
2017-04-28 Rui UeyamaRemove trailing whitespace from the -Map output.
2017-04-28 Akira Hatanaka[CodeGen][ObjC] Don't retain captured Objective-C point...
2017-04-28 Reid KlecknerUse Argument::hasAttribute and AttributeList::ReturnInd...
2017-04-28 Adrian PrantlCleanup: Use DIExpression::prepend in buildDbgValueForS...
2017-04-28 Tim HammerquistAdd remaining SBTrace headers to LLDB framework
2017-04-28 Reid Kleckner[IR] Delete unused Argument::removeAttr overload
next