summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add test case for attach-by-pid from different cwdEd Maste2017-09-031-0/+24
* FreeBSD: attach to pid from different cwdEd Maste2017-09-031-1/+8
* [ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames2017-09-037-40/+52
* Revert "[XRay][tools] Function call stack based analysis tooling for XRay tra...Keith Wyss2017-09-037-773/+1
* llvm-isel-fuzzer: Add some basic testsJustin Bogner2017-09-036-0/+29
* [XRay][tools] Function call stack based analysis tooling for XRay tracesKeith Wyss2017-09-037-1/+773
* Move some CLI utils out of llvm-isel-fuzzer and into the libraryJustin Bogner2017-09-026-51/+109
* Fix buildbot failures for new test that requires the X86 target be built.Don Hinton2017-09-021-0/+1
* [ORC] Update comments in RTDyldObjectLinkingLayer to refer to singular objectsLang Hames2017-09-021-17/+16
* [X86] Teach fastisel to handle zext/sext i8->i16 and sext i1->i8/i16/i32/i64Craig Topper2017-09-025-48/+523
* [InstCombine] replace unnecessary fcmp fold with assertSanjay Patel2017-09-021-6/+3
* [InstCombine] combine foldAndOfFCmps and foldOrOfFcmps; NFCISanjay Patel2017-09-022-77/+35
* [CMAKE] Move version control macros to AddLLVM.cmake so they can be reused by...Don Hinton2017-09-022-33/+33
* [InstCombine] fix misnamed locals and use them to reduce code; NFCISanjay Patel2017-09-021-34/+34
* [LoopVectorize] Turn static DenseSet into switch.Benjamin Kramer2017-09-021-16/+47
* [InstCombine] remove unnecessary code; NFCSanjay Patel2017-09-021-3/+0
* [InstCombine] move related functions next to each other; NFCSanjay Patel2017-09-021-51/+51
* [InstCombine] use local variable to reduce code duplication; NFCISanjay Patel2017-09-021-11/+9
* [InstSimplify] regenerate checks; NFCSanjay Patel2017-09-021-11/+12
* [InstCombine] put 2 related tests in the same file; NFCSanjay Patel2017-09-022-8/+13
* [InstSimplify] move fcmp simplification tests from InstCombineSanjay Patel2017-09-022-164/+164
* [ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser2017-09-027-23/+134
* [llvm-dwp] Implement -e optionAlexander Shaposhnikov2017-09-029-3/+148
* Return copy of XML dumpVitaly Buka2017-09-021-1/+1
* Don't search libxml2 if using msan. LLVM already has similar check.Vitaly Buka2017-09-021-4/+8
* llvm-mt: Fix memory management in WindowsManifestMergerImpl::getMergedManifestVitaly Buka2017-09-021-13/+31
* [CMake][runtimes] Use target specific name for all runtimes targetsPetr Hosek2017-09-021-7/+9
* relational: Implement shuffle2 builtinAaron Watry2017-09-024-1/+209
* relational: Implement shuffle builtinAaron Watry2017-09-024-0/+209
* Add halfN types and enable fp16 when generating builtin declarationsAaron Watry2017-09-022-0/+12
* Fix PR/33305. caused by trying to simplify expressions in phi of ops that sho...Daniel Berlin2017-09-026-71/+480
* (NFC) Fix the use of do{}while(0) in a macro.Evgeniy Stepanov2017-09-021-3/+3
* [llvm-pdbutil] Remove unused variables.Zachary Turner2017-09-021-2/+2
* Fix constant-logical-operand warning.David Blaikie2017-09-011-2/+3
* [cmake] Remove accidentally committed warning messagesVedant Kumar2017-09-011-2/+0
* Driver: extract `-fbuiltin` option handling (NFC)Saleem Abdulrasool2017-09-011-47/+51
* COFF: simplify thunk handling (NFC)Saleem Abdulrasool2017-09-014-15/+12
* [cmake] Work around -Wunused-driver-argument warningsVedant Kumar2017-09-012-1/+22
* Disable 64bit file position on old 32 bit Androids.Eugene Zemtsov2017-09-011-5/+9
* [AMDGPU] Testcase for computeKnownBits recursion. NFC.Stanislav Mekhanoshin2017-09-011-0/+69
* [MIParser] Ensure getHexUint doesn't produce APInts with a bitwidth of 0Jessica Paquette2017-09-012-2/+44
* COFF: handle multiply defined symbols with different storageSaleem Abdulrasool2017-09-016-16/+62
* Driver: extract floating point optimization handling (NFC)Saleem Abdulrasool2017-09-011-154/+160
* [ELF] Set p_memsz to p_filesz when aligning the last segment to page boundaryPetr Hosek2017-09-018-10/+11
* [Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use...Eugene Zelenko2017-09-019-300/+542
* [InstCombine][InstSimplify] Teach decomposeBitTestICmp to look through trunca...Craig Topper2017-09-015-66/+37
* [InstCombine] Don't require the compare types to be the same in getMaskedType...Craig Topper2017-09-011-3/+2
* [InstCombine] When converting decomposeBitTestICmp's APInt return to Constant...Craig Topper2017-09-011-2/+2
* [x86] eliminate redundant shuffle of horizontal math ops when both inputs are...Sanjay Patel2017-09-012-17/+39
* [AMDGPU] Prevent infinite recursion in DAG.computeKnownBits()Stanislav Mekhanoshin2017-09-011-2/+2
OpenPOWER on IntegriCloud