summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-2425-450/+451
* [Docs] Correct the path to the clang-format-diff.py script to include the cla...Craig Topper2017-04-241-2/+3
* [APInt] Simplify the zext and sext methodsCraig Topper2017-04-241-33/+18
* Testing commit credentialsGeorge Karpenkov2017-04-241-0/+1
* InstCombine: Fix assert when reassociating fsub with undefMatt Arsenault2017-04-242-0/+49
* [APInt] Add ashrInPlace method and rewrite ashr to make a copy and then call ...Craig Topper2017-04-244-79/+104
* AMDGPU: Move v_readlane lane select from VGPR to SGPRNicolai Haehnle2017-04-243-0/+32
* Compute safety information in a much finer granularity.Xin Tong2017-04-246-55/+105
* InstCombine/AMDGPU: Fix constant folding of llvm.amdgcn.{icmp,fcmp}Nicolai Haehnle2017-04-242-4/+24
* [GlobalISel][X86] Lower FormalArgument/Ret using G_MERGE_VALUES/G_UNMERGE_VAL...Igor Breger2017-04-245-48/+156
* [DAGCombiner] Updated bswap byte offset variable names to be more descriptive...Simon Pilgrim2017-04-241-13/+15
* [APInt] Fix repeated word in comments. NFCCraig Topper2017-04-241-2/+2
* AMDGPU: Fix crash when scheduling non-memory SMRD instructionsNicolai Haehnle2017-04-242-0/+19
* [tsan] Include __tsan_external_* API from a header file instead of declaring ...Kuba Mracek2017-04-244-26/+9
* [tsan] Remove the extra word "object" from description of external racesKuba Mracek2017-04-242-8/+8
* [clang-tidy] Some Cleanups for performance-faster-string-find check.Haojian Wu2017-04-241-22/+12
* [SDAG] Teach Chain Analysis about BaseIndexOffset addressing.Nirav Dave2017-04-243-36/+39
* Update two android XFAILSPavel Labath2017-04-242-2/+2
* Extend readability-container-size-empty to add comparisons to empty-state obj...Aaron Ballman2017-04-244-6/+197
* [sanitizer] Cache SizeClassForTransferBatch in the 32-bit local cacheKostya Kortchinsky2017-04-241-16/+16
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-246-16/+35
* clang-format: Fix bad corner case in formatting of function types.Daniel Jasper2017-04-242-1/+8
* [X86][AVX] Add scheduling latency/throughput tests for missing AVX1 instructionsSimon Pilgrim2017-04-241-1/+2110
* [index] The relation between the declarations in template specializationsAlex Lorenz2017-04-244-4/+175
* Fix the new SocketAddressTest on WindowsPavel Labath2017-04-241-3/+20
* [Devirtualization] Emit invariant.group loads with empty group mdPiotr Padlewski2017-04-242-19/+12
* [SystemZ] Update kill-flag in splitMove().Jonas Paulsson2017-04-242-2/+232
* [DWARF] Move test to x86 directoryRenato Golin2017-04-241-0/+0
* [RegionInfo] Fix dangling references created by moving RegionInfo objectsPhilip Pfaffe2017-04-241-3/+19
* Add SUSE vendorIsmail Donmez2017-04-243-1/+10
* Revert [scudo] Enabling MIPS support for ScudoSagar Thakur2017-04-242-2/+2
* [LLDB][MIPS] Move it into HandleLLVMOptions.cmake.Nitesh Jain2017-04-241-6/+0
* [LLVM][MIPS] Fix different definition of off_t in LLDB and LLVM.Nitesh Jain2017-04-241-0/+7
* [DWARF] - Take relocations in account when extracting ranges from .debug_rangesGeorge Rimar2017-04-2410-38/+118
* Add more arguments to SocketAddress::GetAddressInfoPavel Labath2017-04-243-27/+26
* [clang-tidy] New check: modernize-replace-random-shuffle.Mads Ravn2017-04-248-0/+246
* [ARM] GlobalISel: Legalize s8 and s16 G_(S|U)DIVDiana Picus2017-04-244-4/+258
* [Arch64AsmParser] better diagnostic for isbSjoerd Meijer2017-04-242-7/+17
* [ARM] GlobalISel: Support G_(S|U)DIV for s32Diana Picus2017-04-247-0/+244
* [GlobalISel] Legalize G_(S|U)DIV libcallsDiana Picus2017-04-241-12/+30
* [ARM] GlobalISel: Select G_CONSTANT with CImm operandsDiana Picus2017-04-243-3/+44
* [XRay][tools] Fixup for pedantic and permissive errors/warningsDean Michael Berris2017-04-242-3/+3
* [XRay] A tool for Comparing xray function call graphsDean Michael Berris2017-04-2411-132/+1087
* [APInt] Make behavior of ashr by BitWidth consistent between single and multi...Craig Topper2017-04-242-2/+4
* [scudo] Enabling MIPS support for ScudoSagar Thakur2017-04-242-2/+2
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-2411-573/+277
* Fix warning converting from boolean to pointer introduced in r301153.Frederich Munch2017-04-242-2/+2
* Fix warning converting from void* to boolean introduced in r301153.Frederich Munch2017-04-241-1/+1
* Revert "[SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds"Sanjoy Das2017-04-242-11/+4
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-2411-277/+573
OpenPOWER on IntegriCloud