platform/upstream/llvm.git
2017-10-26 Nico WeberUse -fuse-init-array if no gcc installation is found.
2017-10-26 Craig Topper[X86] Make -march=i686 an alias of -march=pentiumpro
2017-10-26 Balaram Makam[CGP] Merge empty case blocks if no extra moves are...
2017-10-26 Rui UeyamaSimplify.
2017-10-26 Philip Reames[SimplifyIndVars] Shorten code by using SCEV helper...
2017-10-26 Eli Friedman[ARM] Honor -mfloat-abi for libcall calling convention
2017-10-26 Rui UeyamaMove bit operations to a new file, ELF/Bits.h.
2017-10-26 David BlaikieSupport/reg*: Roll some non-modular headers into their...
2017-10-26 Craig Topper[X86][Driver] Move all of the X86 feature flags to...
2017-10-26 Vedant Kumar[CGBlocks] Improve line info in backtraces containing...
2017-10-26 Dehao ChenDo not add discriminator encoding for debug intrinsics.
2017-10-26 Craig Topper[X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_S...
2017-10-26 Richard Smith[www] Regenerate diagnostics reference.
2017-10-26 Craig Topper[X86] Teach the assembly parser to warn on duplicate...
2017-10-26 Philip Reames[LICM] Restructure implicit exit handling to be more...
2017-10-26 Alex Shlyapnikov[LSan] Enable LSan tests on PPC64 Linux.
2017-10-26 Craig Topper[TableGen] Use Twine instead of std::string concatenati...
2017-10-26 David BlaikieSupport/reg*.h: Make headers include their dependencies
2017-10-26 Adrian PrantlFix C++ testcase I forgot to add to r316689.
2017-10-26 Aditya Nandakumar[GISel]: Missed checking if it's okay to create a G_CON...
2017-10-26 Martin Storsjo[MinGW] Ignore the --enable-auto-import flag
2017-10-26 Martin Storsjo[MinGW] Support --out-implib=name in addition to "...
2017-10-26 Martin Storsjo[COFF] Add a test for def files with spaces between...
2017-10-26 Martin Storsjo[COFF] Support ordinals in def files with space between...
2017-10-26 Adrian PrantlSimplify codegen and debug info generation for block...
2017-10-26 Pavel LabathFix TestMinidump for r316673
2017-10-26 George Karpenkov[Analyzer] [Tests] Write analyzers crashes to stdout...
2017-10-26 Adrian PrantlRevert "Simplify codegen and debug info generation...
2017-10-26 Sanjay Patel[x86] use an insert op to put one variable element...
2017-10-26 Adrian PrantlSimplify codegen and debug info generation for block...
2017-10-26 Alex Shlyapnikov[Sanitizers] Set default allocator_release_to_os_interv...
2017-10-26 Vedant Kumar[docs] Fix a small typo
2017-10-26 Craig Topper[X86] Add a target attribute test for no-sse4.
2017-10-26 Konstantin... AMDGPU: Commit missing fence-barrier test
2017-10-26 Yichao YuClear LastMappingSymbols and LastEMS(Info) when resetti...
2017-10-26 Keno Fischer[dsymutil] Check AttrInfo.Name validity before using it
2017-10-26 Reid KlecknerMove MS inline asm parser methods out of line to reduce...
2017-10-26 Stephane SezerAllow SysV-i386 ABI on everything other than Apple...
2017-10-26 Keno Fischer[DynamicLibrary] Fix build on musl libc
2017-10-26 Mandeep Singh... [MachineModuleInfoImpls] Replace qsort with array_pod_sort
2017-10-26 Dave LeeAdd objcCategoryImplDecl matcher
2017-10-26 Balaram MakamReapply r316582 [Local] Fix a bug in the domtree update...
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-26 Marek OlsakAMDGPU: Handle s_buffer_load_dword hazard on SI
2017-10-26 Bjorn Pettersson[LSV] Avoid adding vectors of pointers as candidates
2017-10-26 Bjorn Pettersson[LSV] Skip all non-byte sizes, not only less than eight...
2017-10-26 Roman Lebedev[Sema] -Wzero-as-null-pointer-constant: don't warn...
2017-10-26 Eric LiuTry to fix warnings and windows test failures caused...
2017-10-26 Michael Kruse[Simplify] Mark (and sweep) based on latest access...
2017-10-26 Benjamin Kramer[clangd] Report an error on findDefinitions/signatureHe...
2017-10-26 Aaron BallmanAdd a new attribute definition spelling, Clang<"attr...
2017-10-26 Peter Smith[libunwind] Always use unwind tables in tests
2017-10-26 Simon Dardis[mips] Fix (dis)assembly of abs.fmt for micromips
2017-10-26 Andrew V. TischenkoIt's a test to demonstrate wrong disassembler with...
2017-10-26 Simon Dardis[mips] Fix PR35071
2017-10-26 Eric Liu[Tooling] A new framework for executing clang frontend...
2017-10-26 Benjamin Kramer[clangd] Don't crash on empty textDocument/didChange.
2017-10-26 Simon DardisUpdate my email addresses, NFC.
2017-10-26 Benjamin Kramer[clangd] Don't use /// for non-doxygen comments.
2017-10-26 Benjamin Kramer[clangd] Add a simple fuzzer. It crashes a lot :)
2017-10-26 George Rimar[ELF] - Dedupliсate FDEs when sections are ICFed.
2017-10-26 Hiroshi Inoue[PowerPC] Use record-form instruction for Less-or-Equal...
2017-10-26 Benjamin KramerFix overloaded static functions in SemaCodeComplete
2017-10-26 Haojian Wu[clang-tidy ObjC] [2/3] Support non-C++ files in ClangT...
2017-10-26 Hans WennborgTidy up CountingFunctionInserter a little. NFC.
2017-10-26 Haojian Wu[clang-tidy ObjC] [1/3] New module `objc` for Objective...
2017-10-26 Michael Kruse[DeLICM] Add more tests for loop layouts. NFC.
2017-10-26 Craig Topper[AsmParser][TableGen] Add VariantID argument to the...
2017-10-26 Craig Topper[AsmParser][TableGen] Make the generated mnemonic spell...
2017-10-26 Craig Topper[X86] Use correct type for return value of ComputeAvail...
2017-10-26 Vitaly Buka[sanitizer] Fix internal symbolized build on Debian 9
2017-10-26 Alex Shlyapnikov[LSan] Enable -fsanitize=leak for PPC64 Linux.
2017-10-26 Igor Kudrin[lit] Respect LLVM_LIT_TOOLS_DIR when looking for ...
2017-10-26 Eugene Zelenko[Transforms] Revert r316630 changes in Scalar/MergeICmp...
2017-10-26 Alex Shlyapnikov[LSan] Adjust LSan allocator limits for PPC64.
2017-10-26 George Karpenkov[Analyzer] [Tests] Consistently use exit codes. Use...
2017-10-26 Alex LorenzAllow StmtPrinter to supress implicit 'this' and 'self...
2017-10-26 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-25 Pavel LabathMakefile.rules: move CFLAGS_EXTRAS to the end of compil...
2017-10-25 Kostya Serebryany[libFuzzer] trying to make a test more stable on Mac
2017-10-25 Rui UeyamaFix SizeOfImage in the PE header.
2017-10-25 Matthew SimpsonAttempt to unbreak the expensive-checks-win bot
2017-10-25 Bob Haarman[lld] unified COFF and ELF error handling on new Common...
2017-10-25 Jonathan PeytonFix fatal error message displaying
2017-10-25 Rui UeyamaUnassign sections if they are "assigned" to /DISCARD/.
2017-10-25 Alex LorenzHandle PragmaDebug in PPChainedCallbacks
2017-10-25 Kostya Kortchinsky[scudo] Remove comment about security of the 32-bit...
2017-10-25 Jonas DevlieghereRe-land "[dwarfdump] Add -lookup option"
2017-10-25 George Karpenkov[Analyzer] [Tests] Do not discard output from CmpRuns...
2017-10-25 George Karpenkov[Analyzer] Give more descriptive name to BdyFrm field.
2017-10-25 Alexander RichardsonFix CodeGen/AMDGPU/fcanonicalize-elimination.ll on...
2017-10-25 Sanjoy Das[SCEV] Fix an assertion failure in the max backedge...
2017-10-25 Sanjoy DasAdd a comment to clarify a future change
2017-10-25 Evgeniy Stepanov[msan] Intercept __strxfrm_l.
2017-10-25 Balaram MakamRevert r316582 [Local] Fix a bug in the domtree update...
2017-10-25 Justin Lebar[CUDA] Print an error if you try to compile with <...
2017-10-25 Mitch PhillipsAdd FileVerifier::isCFIProtected().
2017-10-25 Pavel LabathMove StopInfoOverride callback to the new architecture...
2017-10-25 Pavel LabathMove testcases/arm_emulation to testcases/arm/emulation
2017-10-25 Evgeniy StepanovEnable -pie and --enable-new-dtags by default on Android.
next