platform/upstream/llvm.git
2016-03-11 Rafael EspindolaRemember the input section of locals.
2016-03-11 Chandler Carruth[PM] Update Kaleidoscope with the new header file.
2016-03-11 Rafael EspindolaCreate a SymbolBody for locals.
2016-03-11 Haojian Wu[clang-tidy] Make 'modernize-use-nullptr' check ignores...
2016-03-11 Daniel Sanders[mips] Range check simm4.
2016-03-11 Chandler Carruth[PM] Make the AnalysisManager parameter to run methods...
2016-03-11 Mohit K. Bhakkad[Sanitizer][MIPS] internal lstat and fstat for mips64
2016-03-11 Chandler Carruth[PM] Rename the CRTP mixin base classes for the new...
2016-03-11 Chandler Carruth[PM] Implement the final conclusion as to how the analy...
2016-03-11 Benjamin Kramer[InstCombine] Use Twines to generate names.
2016-03-11 George Rimar[ELF] - Move initSymbols() to Driver.cpp. NFC.
2016-03-11 Ismail DonmezFix linux build after r263190
2016-03-11 Nikolay Haustov[AMDGPU] Assembler: change v_madmk operands to have...
2016-03-11 Chandler Carruth[PM/AA] Teach the AAManager how to handle module analys...
2016-03-11 Chandler CarruthUpdate to include the new header file providing createG...
2016-03-11 Pavel LabathFix a bunch of signedness warnings in unittests
2016-03-11 Chandler Carruth[PM] Port GVN to the new pass manager, wire it up,...
2016-03-11 Pavel LabathFix a couple of cornercases in FileSpec + tests
2016-03-11 Matt ArsenaultAMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
2016-03-11 Todd Fialaskip newly segfaulting test on OS X public CI
2016-03-11 Matt ArsenaultAMDGPU: R600 code splitting cleanup
2016-03-11 Hrvoje Varga[mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0...
2016-03-11 Dmitry Polukhin[OpenMP] NFC fix compilation warning about unused variable
2016-03-11 Matt ArsenaultAMDGPU: Materialize sign bits with bfrev
2016-03-11 Junmo ParkMinor code cleanups. NFC.
2016-03-11 Mohit K. Bhakkad[Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioc...
2016-03-11 Sean SilvaFix indentation.
2016-03-11 Sean Silva[lto] The previous testcase was not useful enough.
2016-03-11 Junmo ParkMinor code cleanup. NFC.
2016-03-11 Alexey SamsonovFix ASan test cases after r263177
2016-03-11 John McCallRemoving the friend declaration was not a good idea.
2016-03-11 John McCallSpeculatively attempt to fix the MSVC build by making...
2016-03-11 John McCallAdd a coerce-and-expand ABIArgInfo as a generalization...
2016-03-11 John McCallPreserve ExtParameterInfos into CGFunctionInfo.
2016-03-11 Rui UeyamaELF: Add --thread option and partially parallelize...
2016-03-11 Pete CooperRemove llvm::getDISubprogram in favor of Function:...
2016-03-11 Jim InghamFix SBDebugger.GetOutputFileHandle() on OS X.
2016-03-11 Sean Silva[lto] Add a useful test case.
2016-03-11 Evgeniy Stepanov[gold] Fix common symbols handling.
2016-03-11 Sean Silva[lto] Make sure that ctors are added to the combined...
2016-03-11 Sean SilvaTighten up this test a bit.
2016-03-11 Alexey Samsonov[sanitizer] Add strlen to the common interceptors
2016-03-11 Alexey Samsonov[UBSan] Improve bufferization of UBSan error reports.
2016-03-11 Ekaterina RomanovaAdd doxygen comments to avxintrin.h's intrinsics.
2016-03-10 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-10 Adam Nemet[LLE] Add missed LoopSimplify dependence
2016-03-10 Manman RenPrint strict in Availability attribute when it is on.
2016-03-10 Manman RenAdd has_feature objc_class_property.
2016-03-10 Jonathan Coelibclang python bindings: Fix for bug 26394
2016-03-10 Tim NorthoverAArch64: only try to use scaled fcvt ops on legal vecto...
2016-03-10 Nico WeberReenable asm-errors.c
2016-03-10 Sanjay Patel[x86] don't use a shuffle when a vselect will do; NFCI
2016-03-10 Marianne Mailhot... Fixed ValueObject::GetExpressionPath() for paths includ...
2016-03-10 Marianne Mailhot... Test commit access
2016-03-10 Simon PilgrimStrip trailing whitespace.
2016-03-10 Greg ClaytonFixed the python interpreter so that it correctly inher...
2016-03-10 Reid Kleckner[Windows] Fix UnmapOrDie and MmapAlignedOrDie
2016-03-10 Simon Pilgrim[X86][SSE] Reapplied: Improve vector ZERO_EXTEND by...
2016-03-10 Artur PilipenkoSupport arbitrary addrspace pointers in masked load...
2016-03-10 Dimitry AndricRetrieve command line arguments and environment correct...
2016-03-10 Peter CollingbourneARM: Support relative references using the PREL31 symbo...
2016-03-10 Richard SmithAdd test for r263138.
2016-03-10 Balaram MakamFix testicase to turn buildbot green. NFC.
2016-03-10 Rafael EspindolaMove getLocalRelTarget to the file where it is used.
2016-03-10 Rui UeyamaRename MaxAlignment -> Alignment.
2016-03-10 George Rimar[ELF] - Fixed handling R_X86_64_DTPOFF64 relocation...
2016-03-10 Manman RenAdd TreatUnavailableAsInvalid for the verification...
2016-03-10 Nicolai Haehnle[TableGen] more helpful error message in MapTableEmitter
2016-03-10 George Rimar[ELF] - Refactor of SymbolBody::compare()
2016-03-10 Teresa JohnsonMaterialize metadata in IRLinker before value mapping
2016-03-10 Filipe Cabecinhas[sanitizer_common tests] Make Darwin a Posix system...
2016-03-10 Tim NorthoverAArch64: remove pseudo-instructions used only for their...
2016-03-10 Nicolai HaehnleAMDGPU/SI: add llvm.amdgcn.buffer.load/store.format...
2016-03-10 Michael Kuperstein[X86] Correctly select registers to pop into for x86_64
2016-03-10 Nico WeberMake remaining ImplicitFallthrough warning DefaultIgnore.
2016-03-10 Kuba BreckaFollow-up fix for r263126. Apparently `printf("%p...
2016-03-10 Balaram Makam [AArch64] Optimize compare and branch sequence when...
2016-03-10 Sanjay Patelgive regression test a meaningful name
2016-03-10 Aidan Dodds[Renderscript] Add stack argument reading code for...
2016-03-10 George Rimar[ELF] - Do not call doInitSymbols for all ELFTs
2016-03-10 Alexandros... [ARM] Cortex-R8 support
2016-03-10 Aidan Dodds[Renderscript] Add stack argument reading code for...
2016-03-10 Aidan Dodds[Renderscript] Add stack argument reading code for...
2016-03-10 Aidan Dodds[Renderscript] Explicitly set the language to evaluate...
2016-03-10 George RimarAttemp to fix linux build bot fail after r263125
2016-03-10 Mehdi AminiRename -discard-value-names into -lto-discard-value...
2016-03-10 Kuba Brecka[tsan] Add TSan debugger APIs
2016-03-10 George Rimar[ELF] - Consistent spelling for error/warning messages
2016-03-10 Changpeng FangAMDGPU/SI: Define S_GETREG Intrinsic
2016-03-10 Saleem AbdulrasoolARM: follow up improvements for SVN r263118
2016-03-10 Adrian McCarthyEliminate the TestStarted-XXX and TestFinished-XXX...
2016-03-10 Chandler Carruth[SROA] Fix PR25873, which Andrea Di Biagio analyzed...
2016-03-10 David L KreitzerUnified the handling of returns in the X87 stackifier...
2016-03-10 NAKAMURA TakumiFixup for r263114. llvm::AnalysisBase<CallGraphAnalysis...
2016-03-10 Saleem AbdulrasoolARM: correct __builtin_longjmp on WoA
2016-03-10 Simon PilgrimUpdated SSE3 builtin tests to more closely match the...
2016-03-10 Simon PilgrimAdded note to SSE4a builtins about keeping in sync...
2016-03-10 Simon PilgrimUpdated SSSE3 builtin tests to more closely match the...
2016-03-10 Chandler Carruth[CG] Back out my pointless move ctor and add the explic...
2016-03-10 Simon PilgrimMinor Wdocumentation fix. NFCI.
next