platform/upstream/llvm.git
2016-07-29 Wolfgang PiebChange a test to be less prone to random failures due to
2016-07-29 Eugene ZelenkoAdd LLVM_ENABLE_LLD option to use LLD as C/C++ linker.
2016-07-29 Teresa JohnsonCapture stderr when checking for gold version
2016-07-29 Piotr PadlewskiFixed comment
2016-07-29 Rui UeyamaSimplify. readAssignment never returns a nullptr.
2016-07-29 Piotr PadlewskiAdded ThinLTO inlining statistics
2016-07-29 Jason MolendaMove the code which knows how to get information about...
2016-07-28 Justin LebarRevert "Don't invoke getName() from Function::isIntrins...
2016-07-28 Evgeniy Stepanov[sanitizer] Simplify and future-proof maybeMarkSanitize...
2016-07-28 Sanjoy Das[IR] Introduce a non-integral pointer type
2016-07-28 Adam Nemet[BPI] Add new LazyBPI analysis
2016-07-28 Vedant Kumar[docs] Coverage: Reference the new -output-dir option
2016-07-28 Vedant Kumar[docs] Mention some new options in llvm-cov
2016-07-28 Vitaly Buka[asan] Enable the rest of use-after-scope tests
2016-07-28 Changpeng FangAMDGPU/SI: Don't handle a loop if there is no loop...
2016-07-28 Vitaly BukaDo not remove empty lifetime.start/lifetime.end ranges
2016-07-28 Vitaly BukaShould be committed as one CL.
2016-07-28 Erik PilkingtonRevert "[ObjC] Consider availability of context when...
2016-07-28 Vitaly Buka[asan] Add const into few methods
2016-07-28 Vitaly BukaDo not remove empty lifetime.start/lifetime.end ranges
2016-07-28 Vitaly Bukamaned
2016-07-28 Vitaly Bukarange
2016-07-28 Jason MolendaSmall refinement on the memory segment support in core...
2016-07-28 Samuel Antao[CUDA] Unswitch enumerators in the selection of the...
2016-07-28 Daniel BerlinRework CFG simplification in bugpoint
2016-07-28 George Rimar[ELF] - Removed excessive check. NFC.
2016-07-28 Stephane SezerRemove a duplicated block in cmake.
2016-07-28 George Rimar[ELF] - Attempt to fix BB after 277042.
2016-07-28 Erik Pilkington[ObjC] Consider availability of context when emitting...
2016-07-28 Michael Kuperstein[PM] Port LowerGuardIntrinsic to the new PM.
2016-07-28 George Rimar[ELF] - Cosmetic change. NFC.
2016-07-28 George Rimar[ELF] - Linkerscript: implemented filename specification.
2016-07-28 David BlaikieFix some sign compare warnings breaking the -Werror...
2016-07-28 Alina SbirleaRevert r277038 until clearing why tests fail.
2016-07-28 Alina SbirleaRemove TargetBaseAlign. Keep alignment for stack adjust...
2016-07-28 David MajnemerReally try to pacify the build bots :/
2016-07-28 David MajnemerTry to passify the builders
2016-07-28 George Rimar[ELF] - Linkerscript: implemented += operator.
2016-07-28 Rui UeyamaMake CommonInputSection singleton class.
2016-07-28 David Majnemer[coroutines] Part 3 of N: Adding Boilerplate for Corout...
2016-07-28 Renato Golin[docs] Add sub-mod example by Chris to GitHub proposal
2016-07-28 Krzysztof ParzyszekFix build breaks after r277028
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)
next