summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-3016-41/+884
* [LLVM-C] Add Bindings For Named MetadataRobert Widmann2018-08-306-21/+202
* [IR] fix declaration of shuffle maskSanjay Patel2018-08-301-1/+1
* Test the cross-product of how libgcc-related arguments are passed to the linker.Sterling Augustine2018-08-301-0/+82
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-3015-26/+161
* [WebAssembly] Made disassembler only use stack instructions.Wouter van Oortmerssen2018-08-303-27/+55
* Remove redundant initializationAdrian Prantl2018-08-301-1/+1
* Move test/Analysis/DivergenceAnalysis/AMDGPU/loads.llNicolai Haehnle2018-08-301-0/+0
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-3018-52/+238
* [HIP] Add -fvisibility hidden option to clangYaxun Liu2018-08-302-2/+10
* [clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.Sam McCall2018-08-304-33/+158
* [IR] add shuffle queries for identity extend/extract Sanjay Patel2018-08-303-12/+130
* [Sema][NFC] Trivial cleanup in ActOnCallExprJan Korous2018-08-301-7/+1
* [OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime.Alexey Bataev2018-08-307-4/+374
* Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructionsAlexander Ivchenko2018-08-309-26/+60
* [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysisNicolai Haehnle2018-08-3034-81/+80
* More build fix for r341064.Alexandre Ganea2018-08-301-1/+1
* [Sparc] Use ANDN instead of AND if constant can be encoded more efficientlyDaniel Cederman2018-08-302-0/+60
* [AMDGPU] Preliminary patch for divergence driven instruction selection. Opera...Alexander Timofeev2018-08-302-2/+47
* Build fix for r341064. Temporarily disable compile-time validation for create...Alexandre Ganea2018-08-301-10/+2
* [clangd] Remove UB introduced in rL341057Kirill Bobyrev2018-08-301-1/+0
* [clangd] Report position of opening paren in singature helpIlya Biryukov2018-08-303-5/+74
* [Error] Add FileError helper; upgrade StringError behaviorAlexandre Ganea2018-08-303-5/+217
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-3011-39/+91
* [CodeGen] emit inline asm clobber list warnings for reserved (cont)Ties Stuij2018-08-309-32/+139
* [clang-tidy] Use simple string matching instead of RegexKirill Bobyrev2018-08-301-10/+20
* [clangd] Fix tests after rL341057Kirill Bobyrev2018-08-301-1/+1
* [AArch64] Optimise load(adr address) to ldr addressDavid Green2018-08-307-33/+177
* [clangd] Implement iterator costKirill Bobyrev2018-08-303-5/+39
* [llvm-mca] correctly initialize field 'CycleRetired' in the TimelineView.Andrea Di Biagio2018-08-301-1/+1
* [llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...Andrea Di Biagio2018-08-3019-71/+198
* [NFC] Whitespace fixMax Kazantsev2018-08-301-1/+1
* [RISCV] Fix r341050Alex Bradbury2018-08-301-3/+0
* Fix "Q" and "R" inline assembly template modifiers for big-endian ArmFlorian Hahn2018-08-302-2/+24
* [NFC] Add severe validation of InstructionPrecedenceTrackingMax Kazantsev2018-08-302-0/+48
* [RISCV][NFC] Rework CHECK lines in rvi-aliases-valid.sAlex Bradbury2018-08-301-129/+129
* Revert "[Hexagon][Test] Remove undef and infinite loop from test"Roman Lebedev2018-08-301-3/+3
* [NFC][CodeGen][SelectionDAG] Tests for X % C == 0 codegen improvement.Roman Lebedev2018-08-304-0/+523
* [Hexagon][Test] Remove undef and infinite loop from testRoman Lebedev2018-08-301-3/+3
* Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES"Roman Lebedev2018-08-304-10/+10
* [NFC] Rename map to make the naming consistentMax Kazantsev2018-08-302-8/+7
* [XRay] Help gcc disambiguate namesDean Michael Berris2018-08-301-3/+4
* [clang-tidy] fix check_clang_tidy to forbid mixing of CHECK-NOTES and CHECK-M...Jonas Toth2018-08-301-0/+3
* AMDGPU: Default to hidden visibilityMatt Arsenault2018-08-303-0/+24
* [XRay] Move out template and use perfect forwardingDean Michael Berris2018-08-301-2/+3
* Revert "[SimplifyCFG] Common debug handling [NFC]"Martin Storsjo2018-08-301-0/+8
* [XRay] Remove attribute packedDean Michael Berris2018-08-301-2/+2
* [XRay] FDRTraceWriter and FDR Trace LoadingDean Michael Berris2018-08-309-2/+990
* Don't count debug instructions towards neighborhood countMatt Arsenault2018-08-302-3/+196
* CodeGen: Make computeRegisterLiveness search forward firstMatt Arsenault2018-08-303-39/+40
OpenPOWER on IntegriCloud