platform/upstream/llvm.git
2016-07-28 Matthias BraunMissed updating a GlobalISel bit in my last commit
2016-07-28 Artem Dergachev[analyzer] Update the web manual for checker developers.
2016-07-28 Krzysztof Parzyszek[Hexagon] Implement MI-level constant propagation
2016-07-28 Nirav DaveFix DbgValue handling in SelectionDAG.
2016-07-28 Zachary Turner[pdb] Fix another narrowing conversion on x64 builds.
2016-07-28 Zachary Turner[pdb] Fix an ambiguity when writing size_t on x64 platf...
2016-07-28 Yaxun Liu[OpenCL] Generate opaque type for sampler_t and functio...
2016-07-28 Eugene Leviant[ELF] Allows setting section for common symbols in...
2016-07-28 Rafael EspindolaTrying to fix this test on windows.
2016-07-28 Zachary Turner[pdb] Fix some warnings that break -Werror builds.
2016-07-28 Krzysztof Parzyszek[Hexagon] Insert CFI instructions before throwing calls
2016-07-28 Zachary Turner[pdb] Refactor library to more clearly separate reading...
2016-07-28 Zachary TurnerGet rid of IMsfStreamData class.
2016-07-28 Matthias BraunMachineFunction: Return reference for getFrameInfo...
2016-07-28 Luke DrummondCleanup some format string warnings
2016-07-28 Reid KlecknerFix dangling reference to temporary in use of ArrayRef
2016-07-28 Rafael EspindolaAdd support for SEGMENT_START.
2016-07-28 Saleem AbdulrasoolHost: correct use of std::condition_variable::wait_for
2016-07-28 Todd FialaFixed up Xcode build for r276976 and r277011.
2016-07-28 Saleem AbdulrasoolClean up vestigial remnants of locking primitives
2016-07-28 Devin Coughlin[analyzer] Fix misleading indentation in ObjCDeallocChe...
2016-07-28 John BrawnRevert r276973 "Adjust Registry interface to not requir...
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Select G_BR.
2016-07-28 Ahmed Bougacha[MIRParser] Accept unsized generic instructions.
2016-07-28 Zachary Turner[Driver] Fix Windows SDK Detection
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Select GPR G_SUB.
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Select GPR G_AND.
2016-07-28 Ahmed Bougacha[GlobalISel] Remove types on selected insts instead...
2016-07-28 Ahmed Bougacha[AArch64][GlobalISel] Remove 'alignment' from MIR tests...
2016-07-28 Lang Hames[lld][MachO] Fix bugs in the debug-syms test case.
2016-07-28 Wei DingAMDGPU : Add intrinsics for compare with the full wavef...
2016-07-28 Sjoerd MeijerTargetInstrInfo: rename GetInstSizeInBytes to getInstSi...
2016-07-28 Samuel Antao[CUDA] Remove duplicated test that should have been...
2016-07-28 Samuel Antao[CUDA] Rename cuda_phases.cu test to cuda-phases.cu...
2016-07-28 Daniel Sanders[mips] Fix a warning that occurs on some gcc 4.9.2...
2016-07-28 Daniel SandersRevert r276982 and r276984: [mips][fastisel] Handle...
2016-07-28 Samuel Antao[OpenMP] Change name of variable in mappble expression.
2016-07-28 Craig Topper[X86] Remove CustomInserter for FMA3 instructions....
2016-07-28 Daniel Sanders[mips] Reword debug message as should have been done...
2016-07-28 Samuel Antao[OpenMP] Fix link command pattern in offloading interop...
2016-07-28 Daniel Sanders[mips][fastisel] Handle 0-4 arguments without SelectionDAG.
2016-07-28 Samuel Antao[OpenMP] Do not use default argument in lambda from...
2016-07-28 Tom StellardAMDGPU/SI: Don't use reserved VGPRs for SGPR spilling
2016-07-28 Samuel Antao[OpenMP][CUDA] Do not forward OpenMP flags for CUDA...
2016-07-28 Samuel Antao[OpenMP] Code generation for the is_device_ptr clause
2016-07-28 Samuel Antao[OpenMP] Codegen for use_device_ptr clause.
2016-07-28 Luke DrummondAdd IR fixups for RenderScript ABI mismatch between...
2016-07-28 Simon PilgrimRemoved unused variables
2016-07-28 Simon PilgrimFix signed/unsigned warning.
2016-07-28 John BrawnReapply r276856 "Adjust Registry interface to not requi...
2016-07-28 Nicolai HaehnleAMDGPU: add execfix flag to SI_ELSE
2016-07-28 Kirill Bobyrev[clang-rename] remove redundant *_cast<> traversal
2016-07-28 Vassil Vassilev[modules] Add missing includes.
2016-07-28 Daniel JasperRemove two tests added in r276957.
2016-07-28 Sylvestre Ledrufix some typos in the doc
2016-07-28 Kirill Bobyrev[clang-rename] USRFinder.cpp cleanup
2016-07-28 Zijiao MaR276957 broke bot clang-ppc64be-linux-multistage,try...
2016-07-28 George Rimar[ELF] - Linkerscript: ignore SORT(CONSTRUCTORS)
2016-07-28 Tobias GrosserAdd missing REQUIRES line
2016-07-28 Tobias GrosserGPGPU: Pass context parameters to GPU kernel
2016-07-28 Tobias GrosserGPGPU: Pass host iterators to kernel
2016-07-28 Tobias GrosserGPGPU: use current 'Index' to find slot in parameter...
2016-07-28 Tobias GrosserGPGPU: Generate kernel parameter allocation with right...
2016-07-28 David Majnemer[ConstantFolding] Don't bail on folding if ConstantFold...
2016-07-28 Zijiao Ma[AArch64] Using AArch64TargetParser in Clang.
2016-07-28 Zijiao MaAdd unittests to {ARM | AArch64}TargetParser.
2016-07-28 David Majnemer[CodeView] Don't crash on functions without subprograms
2016-07-28 Marshall ClowAdd a bunch of noexcepts to char_traits and string_view.
2016-07-28 Jason MolendaAdd some logging to the kernel dynamicloader plugin...
2016-07-28 David MajnemerAdd EP_CGSCCOptimizerLate extension point to PassManage...
2016-07-28 David Majnemer[InstCombine] Handle failures from ConstantFoldConstant...
2016-07-28 Etienne BergeronFix broken build bot
2016-07-28 Devin Coughlin[analyzer] Add check::BeginFunction to CheckerDocumenta...
2016-07-28 Saleem Abdulrasooltest: fix typo in file name (NFC)
2016-07-28 Saleem Abdulrasoolclang-rename: adjust NamedDeclFindingASTVisitor for...
2016-07-28 Nirav DaveReplace preserve-as-comments CodeGen test with driver...
2016-07-28 Matt ArsenaultAMDGPU: Turn dead checks into asserts
2016-07-28 Matt ArsenaultAMDGPU: Remove analyzeImmediate
2016-07-28 Lang Hames[lld][MachO] Remove some debugging output code that...
2016-07-27 Wei MiFix the assertion error in collectLoopUniforms caused...
2016-07-27 Justin LebarDon't invoke getName() from Function::isIntrinsic().
2016-07-27 Michael ZolotukhinAdd verifyAnalysis for LCSSA.
2016-07-27 George Burgess IV[CFLAA] Add getModRefBehavior to CFLAnders.
2016-07-27 Justin Lebar[LSV] Use Instruction*s rather than Value*s where possible.
2016-07-27 Vedant KumarRetry: [Driver] Compute effective target triples once...
2016-07-27 Vedant KumarRevert "[Driver] Compute effective target triples once...
2016-07-27 Lang Hames[lld][MachO] Re-apply r276921 with fix - initialize...
2016-07-27 Samuel Antao[OpenMP] Add support to map member expressions with...
2016-07-27 Samuel Antao[OpenMP] Add support for mapping array sections through...
2016-07-27 Matthias BraunBasic/Targets.cpp: Reformat aarch64 CPU list.
2016-07-27 Matthias Brauntest/Frontend: Add a test for aarch64 target CPU names.
2016-07-27 Samuel AntaoRefactor how include paths are appended to the command...
2016-07-27 Lang Hames[lld][MachO] Temporarily revert r276921 - it's causing...
2016-07-27 Justin Lebar[CUDA] Align kernel launch args correctly when the...
2016-07-27 Justin Lebar[LVI] Use DenseMap::find_as in LazyValueInfo.
2016-07-27 Justin LebarDon't crash when generating code for __attribute__...
2016-07-27 Vedant Kumar[llvm-cov] Add a debug mode for source range highlighti...
2016-07-27 Justin Lebar[LSV] Don't assume that bitcast ops are Instructions.
2016-07-27 Lang Hames[lld][MachO] Add debug info support for MachO.
2016-07-27 Krzysztof Parzyszek[Hexagon] Find speculative loop preheader in hardware...
next