summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][BtVer2] Add support for all vector instructions that should match the d...Simon Pilgrim2018-06-062-292/+332
* [Debugify] Move debug value intrinsics closer to their operand defsVedant Kumar2018-06-064-26/+32
* [Debugify] Add a quiet mode to suppress warningsVedant Kumar2018-06-062-15/+19
* [PATCH 2/2] [test] Add support for Samsung Exynos M4 (NFC)Evandro Menezes2018-06-065-12/+69
* [AArch64, ARM] Add support for Samsung Exynos M4Evandro Menezes2018-06-0612-8/+63
* Fix the test case that places intermediate in source directory.Han Shen2018-06-061-1/+1
* guard fsqrt with fmf sub flagsMichael Berg2018-06-064-24/+64
* [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 ...Reid Kleckner2018-06-062-49/+67
* [ThinLTO] Make ValueInfo operator!= consistent with operator== (NFC)Teresa Johnson2018-06-061-3/+3
* [llvm-mca][x86] Fix all resources-x86_64.s tests to use different registers i...Simon Pilgrim2018-06-069-1755/+1755
* [Hexagon] Split CTPOP of vector pairsKrzysztof Parzyszek2018-06-062-0/+27
* [CUDA] Replace 'nv_weak' attributes in CUDA headers with 'weak'.Artem Belevich2018-06-061-0/+6
* [ConstProp] move tests for fp <--> int; NFCSanjay Patel2018-06-062-37/+40
* PR37680: fix faulty assertion condition.Richard Smith2018-06-062-0/+13
* Change TII isCopyInstr way of returning arguments(NFC)Petar Jovanovic2018-06-069-31/+36
* [X86][BtVer2] Add tests for all vector instructions that should match the dep...Simon Pilgrim2018-06-061-66/+348
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-069-16/+909
* [asan] Fix Myraid RTEMS port broken by r333985Walter Lee2018-06-061-0/+1
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-0612-158/+373
* Relax shtest-run-at-line.pyHans Wennborg2018-06-062-18/+7
* [GlobalMerge] Set the alignment on merged global structsDavid Green2018-06-0611-16/+45
* Avoid UnicodeEncodeError on non-ascii reviewer namesKristof Beyls2018-06-061-13/+13
* [Driver] Add flag "--dependent-lib=..." when enabling asan or ubsan on PS4.Pierre Gousseau2018-06-065-2/+22
* [lld] Add REQUIRES: x86 where needed to testsJoel Jones2018-06-06118-3/+5914
* [mips] Add testcase for i64, i128 addition for the DSP ASESimon Dardis2018-06-061-0/+74
* Add semicolon to recent MSVC fix.Tim Northover2018-06-061-1/+1
* getDependences to new C++ interfaceTobias Grosser2018-06-067-24/+31
* Fix MSVC 'implicit double to float truncation and 'not all control paths retu...Simon Pilgrim2018-06-061-3/+4
* InstCombine: ignore debug instructions during fence combineTim Northover2018-06-062-1/+31
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-066-13/+37
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-0610-23/+174
* Update the project name in README.txtGreg Bedwell2018-06-061-1/+1
* Fix MSVC '*/' found outside of comment warning. NFCI.Simon Pilgrim2018-06-061-1/+1
* Fix compilation of WebAssembly and RISCV after r334078Ilya Biryukov2018-06-062-7/+16
* [mips] Partially revert r334031Simon Dardis2018-06-061-19/+0
* [X86][BMI][TBM] Only demand bottom 16-bits of the BEXTR control op (PR34042)Simon Pilgrim2018-06-068-45/+99
* [cmake] fix a typo in llvm_config macroPavel Labath2018-06-061-1/+1
* [lit] Do not run Python tests w/ LLDB_DISABLE_PYTHONMichal Gorny2018-06-063-0/+5
* [llvm-exegesis] move Mode from Key to BenchmarResult.Clement Courbet2018-06-0610-23/+22
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-0630-89/+314
* Fix compile error with libstdc++.Ilya Biryukov2018-06-061-0/+5
* Revert "PDB support of function-level linking and splitted functions"Pavel Labath2018-06-069-107/+0
* Added documentation for Masked Vector Expanding Load and Compressing Store In...Elena Demikhovsky2018-06-061-0/+120
* Adjust symbol score based on crude symbol type.Sam McCall2018-06-063-0/+102
* Change test to output 'pcm' to the temp dir, not the source dirIlya Biryukov2018-06-061-1/+1
* Fix build - use llvm::make_uniqueIvan Donchevskii2018-06-061-1/+1
* [MIPS GlobalISel] Add lowerCallPetar Jovanovic2018-06-064-1/+186
* [Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnitIvan Donchevskii2018-06-064-36/+64
* Remove unused code from __functional_base. NFC.Eric Fiselier2018-06-062-12/+2
* [Support] Use zx_cache_flush on Fuchsia to flush instruction cachePetr Hosek2018-06-061-1/+10
OpenPOWER on IntegriCloud