summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Restrict v_cndmask_b32 abs/neg modifiers to f32Jay Foad2019-07-124-2/+62
* Delete dead storesFangrui Song2019-07-1217-58/+27
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-126-13/+12
* Delete dead storesFangrui Song2019-07-124-6/+2
* Dump floating-point values as strings when dumping to JSON.Aaron Ballman2019-07-123-5063/+5086
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-1210-187/+13
* [Driver] Delete dead codeFangrui Song2019-07-122-7/+1
* [gn] Tag unneeded variable.Bryant Wong2019-07-121-0/+3
* [DAGCombine] narrowExtractedVectorBinOp - wrap subvector extraction in helper...Simon Pilgrim2019-07-121-9/+11
* [LIT] Emit timeout error message only if timeout was reachedAlexey Bader2019-07-121-1/+1
* [clangd] Fixed toHalfOpenFileRangeShaurya Gupta2019-07-123-10/+144
* [InstCombine] Fold select (icmp sgt x, -1), lshr (X, Y), ashr (X, Y) to ashr ...David Bolvansky2019-07-122-105/+83
* Fix test case of llvm-nm using implicit a.outAlex Brachet2019-07-121-1/+1
* [test/Object, obj2yaml] - Move test cases from test/Object and cleanup.George Rimar2019-07-1214-189/+223
* [libomptarget] Fix typos and grammar in error messages, NFC.Jonas Hahnfeld2019-07-121-4/+4
* [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-123-4/+43
* [clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall2019-07-127-8/+97
* [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from parsed com...Sam McCall2019-07-122-4/+70
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-1223-1103/+54
* [clangd] Move the expandAuto tweak from global namespace into annoymous names...Haojian Wu2019-07-122-2/+4
* [Object/ELF] - Improve error reporting for notes.George Rimar2019-07-122-89/+128
* [NFC][PowerPC] Added test for MachinePRE.Kai Luo2019-07-121-0/+141
* [clangd] Don't run the prepare for tweaks that are disabled.Haojian Wu2019-07-125-24/+25
* [RISCV] Allow parsing dot '.' in assemblySam Elliott2019-07-124-0/+13
* Enable compiler-rt on SPARCRainer Orth2019-07-129-12/+31
* [Sanitizers] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/MemoryMappingLayo...Rainer Orth2019-07-121-2/+4
* Test commit. NFC.Bryant Wong2019-07-121-0/+1
* [Driver] Delete --no-add-needed for RHEL7 or newerFangrui Song2019-07-121-3/+0
* [YAMLIO] Wrap explicit specialization in llvm::yaml to appease build botsFangrui Song2019-07-121-0/+4
* Fix odd variable names.Rui Ueyama2019-07-125-7/+7
* [test] Delete trailing spaces from YAML tests after D65566/r365869Fangrui Song2019-07-122-51/+51
* [test] Delete trailing spaces from YAML testsFangrui Song2019-07-124-16/+16
* test/Driver/fsanitize.c: delete -target x86_64-linux-gnu from tests that shou...Fangrui Song2019-07-121-21/+21
* [AMDGPU] Fixed comment. NFC.Stanislav Mekhanoshin2019-07-121-4/+1
* [mips] Fix JmpLink to texternalsym and tglobaladdr on mcroMIPS R6Simon Atanasyan2019-07-126-16/+39
* [YAMLIO] Remove trailing spaces when outputting mapsFangrui Song2019-07-127-24/+74
* [windows] re-call signal in sigint_handler for WindowsNathan Lanza2019-07-121-0/+3
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-1210-17/+191
* [X86][PowerPC] Support -mlong-double-128Fangrui Song2019-07-129-12/+52
* docs/GithubMove.rst: Add link to GitHub migration status pageTom Stellard2019-07-121-0/+7
* Return Undef from isBytewiseValue for empty arrays or structsVitaly Buka2019-07-122-4/+8
* NFC: Unforget a colon in a few CHECK: directives.Artem Dergachev2019-07-126-6/+7
* [PowerPC] Default to -fomit-frame-pointer when optimization is enabledFangrui Song2019-07-122-3/+8
* [analyzer] exploded-graph-rewriter: Improve source location dumps.Artem Dergachev2019-07-1210-65/+134
* [Driver] Refactor interaction between -f(no-)?omit-frame-pointer and -m(no-)?...Fangrui Song2019-07-125-69/+85
* [MachinePipeliner] Fix order for nodes with Anti dependence in same cycleJinsong Ji2019-07-122-0/+56
* Handle IntToPtr in isBytewiseValueVitaly Buka2019-07-123-11/+16
* Codegen, NFC: 32bit test in auto-var-init.cppVitaly Buka2019-07-121-115/+107
* Mark destroying delete test as UNSUPPORTED with clang 7Eric Fiselier2019-07-121-1/+1
* Tolerate import errors in "not.py" implementationEric Fiselier2019-07-121-4/+12
OpenPOWER on IntegriCloud