summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] fix opcode check in shuffle foldSanjay Patel2018-06-281-1/+1
* [CMake] Don't build Linux targets on Darwin in Fuchsia toolchainPetr Hosek2018-06-282-29/+29
* [COFF] Fix constant sharing regression for MinGWMartin Storsjo2018-06-282-1/+13
* [CMake] Build static runtimes for host in Fuchsia first stagePetr Hosek2018-06-281-0/+12
* Configure ELAST for MinGWPirama Arumuga Nainar2018-06-281-2/+2
* Fix padding with custom character in formatv.Zachary Turner2018-06-282-1/+63
* [ThinLTO] Port InlinerFunctionImportStats handling to new PMTeresa Johnson2018-06-283-0/+28
* [NVPTX] Delete dead codeBenjamin Kramer2018-06-285-63/+0
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-2814-18/+479
* [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-282-1/+12
* Revert r335907: [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-282-12/+1
* [ARM] Add missing Thumb2 assembler diagnostics.Eli Friedman2018-06-285-90/+230
* Some targets don't have lld built, so just use a binary copySterling Augustine2018-06-282-3/+1
* [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-282-1/+12
* [lldbsuite] Fix TestBreakpointHitCount on WindowsStella Stamenova2018-06-281-1/+1
* Added test case for: r334978 - Fixed file completion for paths that start wi...Raphael Isemann2018-06-281-5/+21
* [SROA] Preserve DebugLoc when rewriting alloca partitionsAnastasis Grammenos2018-06-282-0/+11
* Handle absolute symbols as branch targets in disassembly.Sterling Augustine2018-06-282-21/+39
* Add a flag to FileOutputBuffer that allows modification.Zachary Turner2018-06-285-25/+127
* Remove unnecessary semicolon. NFCI.Simon Pilgrim2018-06-281-2/+2
* [CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platformsJustin Bogner2018-06-282-2/+35
* [CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha2018-06-282-5/+5
* [CMake] Make bootstrap and compiler-rt depend on cxx-headers.Ahmed Bougacha2018-06-282-4/+13
* [Debugify] Do not report line 0 locations as errorsVedant Kumar2018-06-282-5/+38
* Set the line ending of clang.natvis to CRLF.Aaron Ballman2018-06-280-0/+0
* [X86] Suppress load folding into and/or/xor if it will prevent matching btr/b...Craig Topper2018-06-282-68/+71
* Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere2018-06-2814-545/+42
* Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon"Jonas Devlieghere2018-06-281-2/+2
* 2 VS natvis improvements.Zachary Turner2018-06-281-3/+12
* [Darwin] Add an integration test for PGO + symbol exportsVedant Kumar2018-06-281-0/+11
* [Darwin] Remove _VPMergeHook from the auto-export listVedant Kumar2018-06-282-2/+1
* Set line ending style of llvm.natvis to CRLF.Zachary Turner2018-06-280-0/+0
* [InstCombine] allow shl+mul combos with shuffle (select) fold (PR37806)Sanjay Patel2018-06-282-14/+36
* [MachineOutliner] Define MachineOutliner support in TargetOptionsJessica Paquette2018-06-289-19/+17
* [DAGCombiner] Ensure we use the correct CC result type in visitSDIV (REAPPLIED)Simon Pilgrim2018-06-283-11/+39
* [llvm-mca] Delete Pipeline's copy ctor and assignement operator.Matt Davis2018-06-281-0/+3
* [WebAssembly] Add getSetCCResultType placeholder override to handle vector co...Simon Pilgrim2018-06-282-0/+12
* Revert "[MachineOutliner] Add always and never options to -enable-machine-out...Jessica Paquette2018-06-282-42/+4
* Revert "[MachineOutliner] Never add the outliner in -O0"Jessica Paquette2018-06-282-18/+5
* [WebAssembly] Fix --export of LTO symbolsSam Clegg2018-06-284-13/+53
* [CUDA] Place all CUDA sections in __NV_CUDA segment on Mac.Artem Belevich2018-06-281-4/+6
* [MachineOutliner] Never add the outliner in -O0Jessica Paquette2018-06-282-5/+18
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-289-17/+65
* SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)Matthias Braun2018-06-287-8/+60
* [clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev2018-06-282-1/+27
* [WebAssembly] LTO: Fix signatures of undefined functions in bitcodeSam Clegg2018-06-285-14/+40
* [clangd] Use log10 instead of the natural logrithm for usage boost.Eric Liu2018-06-282-3/+4
* Skip building TSan on platforms where there are no 64-bit architectures.Kuba Mracek2018-06-281-1/+5
* [MachineOutliner] Add always and never options to -enable-machine-outlinerJessica Paquette2018-06-282-4/+42
* Revert "[DAGCombiner] Ensure we use the correct CC result type in visitSDIV"Haojian Wu2018-06-283-39/+11
OpenPOWER on IntegriCloud