summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-3011-2/+186
* Fix NetBSD build for r343409Pavel Labath2018-09-301-1/+0
* [X86][BtVer2] Add the ability to add additional uops for folded instructionsSimon Pilgrim2018-09-301-6/+9
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-305-65/+34
* Update ifunc attribute support documentationEd Maste2018-09-301-1/+1
* [InstCombine] try to convert vector insert+extract to truncSanjay Patel2018-09-302-33/+99
* [InstCombine] allow lengthening of insertelement to eliminate shufflesSanjay Patel2018-09-302-7/+12
* [DAG] Don't perform SINT_TO_FP<->UINT_TO_FP custom conversion after legalizationSimon Pilgrim2018-09-301-4/+4
* [NFC][CodeGen][X86][AArch64] Add 64-bit constant bit field extract pattern testsRoman Lebedev2018-09-302-0/+174
* [X86] Regenerate MMX coalescing testSimon Pilgrim2018-09-301-12/+26
* [libomptarget-nvptx] Align data sharing stackJonas Hahnfeld2018-09-302-0/+62
* [libomptarget-nvptx] Fix ancestor_thread_num and team_size (non-SPMD)Jonas Hahnfeld2018-09-302-11/+85
* [PDB] Fix this test for real.Zachary Turner2018-09-301-1/+1
* [X86] Disable BMI BEXTR in X86DAGToDAGISel::matchBEXTRFromAnd unless we're on...Craig Topper2018-09-306-55/+136
* Only dump the types we need in the test.Zachary Turner2018-09-301-1/+1
* Fix some tests on Windows.Zachary Turner2018-09-302-8/+4
* [ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames2018-09-299-178/+273
* [ORC] Clear SymbolToDefinitionMap when materializing a MaterializationUnit.Lang Hames2018-09-291-0/+5
* Add a comment to clarify the contract for LLVMGetErrorMessage in the c-bindingsLang Hames2018-09-291-0/+2
* [PDB] Better native API support for pointers.Zachary Turner2018-09-298-56/+212
* [DAGCombiner][NFC] Tests for X div/rem Y single bit foldDavid Bolvansky2018-09-294-0/+675
* [X86][AVX2] Cleanup shuffle combining tests - add common prefixesSimon Pilgrim2018-09-291-567/+278
* [X86] SimplifyDemandedVectorEltsForTargetNode - remove identity target shuffl...Simon Pilgrim2018-09-293-23/+21
* [X86] Add fast-isel test cases for unaligned load/store intrinsics recently a...Craig Topper2018-09-291-0/+277
* [X86] Add more of the icc unaligned load/store to/from 128 bit vector intrinsicsCraig Topper2018-09-292-1/+154
* [X86][SSE] LowerScalarImmediateShift - remove 32-bit vXi64 special case handl...Simon Pilgrim2018-09-291-129/+65
* Fix signed/unsigned mismatch warning. NFCI.Simon Pilgrim2018-09-291-1/+1
* [X86] getTargetConstantBitsFromNode - add support for rearranging constant bi...Simon Pilgrim2018-09-296-86/+109
* [X86][SSE] LowerScalarImmediateShift - use getTargetConstantBitsFromNode to g...Simon Pilgrim2018-09-291-64/+74
* [libomptarget-nvptx] Add tests for nested parallelismJonas Hahnfeld2018-09-292-0/+141
* [libomptarget-nvptx] Ignore calls to dynamic APIJonas Hahnfeld2018-09-293-37/+44
* [libomptarget-nvptx] Fix number of threads in parallelJonas Hahnfeld2018-09-293-84/+147
* [InstCombine] fix formatting in vector evaluators; NFCSanjay Patel2018-09-292-14/+13
* [InstCombine] add test for vector widening of insertelements; NFCSanjay Patel2018-09-291-0/+15
* [X86] getTargetConstantBitsFromNode - fix self-move assertions from gcc build...Simon Pilgrim2018-09-291-2/+6
* [X86] Regenerate fma comments.Simon Pilgrim2018-09-292-233/+233
* [X86] getTargetConstantBitsFromNode - add support for peeking through ISD::EX...Simon Pilgrim2018-09-293-10/+24
* Attempt to fix a -Wdocumentation-html warning. NFCI.Simon Pilgrim2018-09-291-1/+1
* [X86][SSE] Fixed issue with v2i64 variable shifts on 32-bit targetsSimon Pilgrim2018-09-293-22/+39
* [clang][www] Fix typo. NFCKristina Brooks2018-09-291-3/+3
* Fix comment indentation in addLandingPadHeejin Ahn2018-09-291-3/+2
* Switch sanitizer_procmaps_bsd to internal_sysctlKamil Rytarowski2018-09-291-4/+4
* [cxx2a] Fix warning triggered by r343285Vitaly Buka2018-09-2911-16/+6
* [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano2018-09-284-0/+53
* [ORC] Make MaterializationResponsibility::getRequestedSymbols() const.Lang Hames2018-09-282-5/+6
* [LLD][COFF] Fix pdb loading when the path points to a removable deviceAlexandre Ganea2018-09-281-0/+6
* [ORC] Add more utilities to aid debugging output.Lang Hames2018-09-285-10/+23
* [ValueTracking] Allow select patterns to work on FP vectorsThomas Lively2018-09-282-0/+80
* [LLVM-C] Add an accessor for the "value type" of a globalRobert Widmann2018-09-282-0/+12
* [WebAssembly] Fix memory leak on WasmEHFuncInfoHeejin Ahn2018-09-281-0/+5
OpenPOWER on IntegriCloud