summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction schedulesSimon Pilgrim2019-11-064-50/+50
* [X86ISelLowering] Fixed typo in assert. NFCI.Dávid Bolvanský2019-11-061-1/+1
* unwind: disable RTTI during the build of libunwindSaleem Abdulrasool2019-11-061-0/+10
* [X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.Craig Topper2019-11-062-1/+3
* [X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...Craig Topper2019-11-062-10/+22
* [CostModel][X86] Improve add vXi64 + fadd vXf64 reduction tests for SLMSimon Pilgrim2019-11-063-12/+38
* [clang-format] [RELAND] Remove the dependency on frontendpaulhoad2019-11-062-15/+27
* [clang-format] Assert that filenames are not emptypaulhoad2019-11-061-0/+4
* [CostModel][X86] Add add/fadd reduction tests for SLMSimon Pilgrim2019-11-062-0/+256
* CodeGenInstruction - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-061-5/+6
* LoopAccessAnalysis - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-061-7/+7
* BranchProbabilityInfo - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-061-1/+1
* [libcxx] Make generate_feature_test_macro_components script compatible with P...Louis Dionne2019-11-061-86/+88
* Revert "build: explicitly set the linker language for unwind"Saleem Abdulrasool2019-11-061-2/+0
* [libTooling] Fix breakage from change #84922Yitzhak Mandelbaum2019-11-062-2/+5
* [CommandLine] Add inline ArgName printingDon Hinton2019-11-062-14/+70
* [libTooling] Small changes in Transformer API.Yitzhak Mandelbaum2019-11-063-46/+57
* [libomptarget] Revert all improvements to supportJon Chesterfield2019-11-069-102/+58
* [libTooling] Simplify type structure of `Stencil`s.Yitzhak Mandelbaum2019-11-063-239/+221
* DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath2019-11-0611-193/+184
* [clang-tidy] Update TransformerClangTidyCheck to use new Transformer bindings.Yitzhak Mandelbaum2019-11-063-23/+22
* [NFC][APInt] Fix typos in comments.Miloš Stojanović2019-11-062-7/+7
* lldb/docs: update the lldb-x86_64-debian bot urlPavel Labath2019-11-061-1/+1
* lldb: Skip reproducer+expression evaluation test on linuxPavel Labath2019-11-061-0/+3
* [clangd] Improve the output of rename tests where there are failures.Haojian Wu2019-11-061-64/+54
* [x86] avoid crashing when splitting AVX stores with non-simple type (PR43916)Sanjay Patel2019-11-062-3/+28
* [Support] fix mingw-w64 buildIlya Biryukov2019-11-061-1/+1
* [X86] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-067-26/+26
* X86FoldTablesEmitter - fix static analyzer potential invalid iterator warning...Simon Pilgrim2019-11-061-3/+3
* [X86] LowerAVXExtend - fix dodgy self-comparison assert.Simon Pilgrim2019-11-061-1/+1
* [AArch64] Move the branch relaxation pass after BTI insertionMomchil Velikov2019-11-064-5/+70
* [APInt] Fix implicit truncation warning in bitsToFloat(). NFCI.Simon Pilgrim2019-11-061-2/+2
* [LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predica...Roman Lebedev2019-11-062-38/+210
* [NFC][LoopUnroll] Update test coverage for peeling w/ inequality predicatesRoman Lebedev2019-11-061-5/+89
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-069-214/+233
* Silence warning, PyMODINIT_FUNC already contains extern "C"Benjamin Kramer2019-11-061-1/+1
* [AMDGPU] Improve code size cost model (part 2)dfukalov2019-11-0612-20/+131
* NeonEmitter: remove special 'a' type modifier.Tim Northover2019-11-065-115/+74
* [TTI][LV] preferPredicateOverEpilogueSjoerd Meijer2019-11-069-7/+186
* NeonEmitter: switch to enum for internal Type representation.Tim Northover2019-11-061-101/+90
* [Syntax] Add nodes for most common statementsIlya Biryukov2019-11-065-33/+932
* [ARM,MVE] Add intrinsics for gather/scatter load/stores.Simon Tatham2019-11-068-74/+4599
* [ARM,MVE] Integer-type nitpicks in MVE intrinsics.Simon Tatham2019-11-063-5/+23
* [clang,MveEmitter] Fix sign/zero extension in range limits.Simon Tatham2019-11-061-7/+6
* [ARM MVE] Remove accidental 64-bit vst2/vld2 intrinsics.Simon Tatham2019-11-061-1/+1
* [clangd] Implement a function to lex the file to find candidate occurrences.Haojian Wu2019-11-063-17/+56
* clang-format: Add a fallback style to Emacs modepaulhoad2019-11-061-0/+13
* [clang-format] [PR35518] C++17 deduction guides are wrongly formattedpaulhoad2019-11-062-0/+91
* gn build: Merge 24130d661edLLVM GN Syncbot2019-11-061-0/+1
* [clang-tidy] Add readability-make-member-function-constMatthias Gehre2019-11-068-0/+708
OpenPOWER on IntegriCloud