summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ScopBuilder] Slightly improve code structure [NFCI]Tobias Grosser2018-06-111-1/+2
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-113-0/+18
* [scudo] Improve the scalability of the shared TSD modelKostya Kortchinsky2018-06-116-51/+83
* [AVR] Set trackLivenessAfterRegAllocDylan McKay2018-06-112-0/+341
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-116-43/+194
* [X86] Fix skylake server scheduling info.Clement Courbet2018-06-1136-1644/+2077
* Update isl to isl-0.19-185-g8e9f55ceTobias Grosser2018-06-1126-85/+733
* [llvm-exegesis] Fix unhandled error.Guillaume Chatelet2018-06-111-1/+1
* [x86] add scalar cvtt intrinsic tests; NFCSanjay Patel2018-06-112-2/+150
* Fix build errors on some configurationsPavel Labath2018-06-113-4/+4
* DWARFDebugNames: Fix lookup in dwo filesPavel Labath2018-06-113-9/+56
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-114-16/+362
* Add support for arrays in performance-implicit-conversion-in-loopAlexander Kornienko2018-06-113-18/+60
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-1127-62/+123
* [NFC][AMDGPU] Add tests for all the various IR patterns equivalent to extract...Roman Lebedev2018-06-111-0/+263
* Editline: make #include <codecvt> conditionalPavel Labath2018-06-111-0/+2
* [Utils] update_llc_test_checks.py: support AMDGPU backend: AMDGCN, r600 triplesRoman Lebedev2018-06-111-0/+19
* [llvm-exegesis] Program should succeed if benchmark returns StringError.Guillaume Chatelet2018-06-111-1/+7
* [Unittests] Change linker flags of dynamic library testsMikhail Maltsev2018-06-111-1/+8
* [cmake] Detect presence of wide-char libedit at build timePavel Labath2018-06-114-14/+33
* [ELF] Pass a pointer to InputFile to the getRelocTargetVA to escape dereferen...Simon Atanasyan2018-06-113-23/+22
* [ExynosM1][Sched] Fix resource usage in scheduling model.Clement Courbet2018-06-111-16/+16
* [ELF][MIPS] Multi-GOT implementationSimon Atanasyan2018-06-1122-459/+851
* [X86] Explicitly mark unsupported classes in scheduling models.Clement Courbet2018-06-119-111/+131
* [MS ABI] Mangle unnamed empty enums (PR37723)Hans Wennborg2018-06-112-4/+14
* [X86] Add encoding tests for avx5124fmaps and avx5124vnni instructions.Craig Topper2018-06-112-0/+91
* [X86] Add test files for upgrade of vbmi2 expand load and compress store intr...Craig Topper2018-06-112-0/+651
* [X86] Remove masking from dbpsadbw builtins, use select builtin instead.Craig Topper2018-06-116-51/+45
* [X86] Remove masking from dbpsadbw intrinsics, use select in IR instead.Craig Topper2018-06-118-53/+167
* [Sparc] Add support for 13-bit PICDaniel Cederman2018-06-1110-7/+91
* [CodeView] Omit forward references for unnamed structs and unionsBrock Wyma2018-06-115-38/+486
* [X86] Remove and autoupgrade the expandload and compressstore intrinsics.Craig Topper2018-06-1110-1817/+1181
* [TableGen] Make better use of std::map::emplace and emplace construct the obj...Craig Topper2018-06-101-9/+10
* [TableGen] Combine two constructors by taking vectors by value instead of try...Craig Topper2018-06-101-11/+3
* [DAGCombiner] match vector compare and select sizes with extload operand (PR3...Sanjay Patel2018-06-102-36/+61
* [X86] Miscellaneous fixes to get the load folding table generator to work again.Craig Topper2018-06-103-9/+9
* Revert r334374 [TableGen] Move some shared_ptrs to avoid unnecessary copies (...Florian Hahn2018-06-102-26/+21
* Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-105-122/+99
* [TableGen] Move some shared_ptrs to avoid unnecessary copies (NFC).Florian Hahn2018-06-102-21/+26
* Revert rL334371 / D47980: "[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)"Roman Lebedev2018-06-102-14/+6
* [InstCombine] Fold (x >> y) << y -> x & (-1 << y)Roman Lebedev2018-06-103-13/+20
* [InstCombine] Fold (x << y) >> y -> x & (-1 >> y)Roman Lebedev2018-06-102-6/+14
* [NFC][InstCombine] Revisit tests for D47980 / D47981 once more.Roman Lebedev2018-06-103-4/+176
* [debuginfo-tests] Always use the system python to invoke llgdb.py.Ahmed Bougacha2018-06-101-1/+2
* [X86] Add expandload and compresstore fast-isel tests for avx512f and avx512v...Craig Topper2018-06-104-54/+902
* [x86] add tests for potentially miscompiling cvttp2si (PR37751); NFCSanjay Patel2018-06-102-0/+149
* [X86] Use target independent masked expandload and compressstore intrinsics t...Craig Topper2018-06-105-52/+138
* [X86] Remove GCCBuiltin from some intrinsics so we can custom handle them in ...Craig Topper2018-06-101-72/+36
* [lldb-mi] Re-implement MI -exec-step command.Alexander Polyakov2018-06-104-25/+53
* [ASAN] Fix crash on i?86-linux (32-bit) against glibc 2.27 and laterPeter Wu2018-06-101-7/+38
OpenPOWER on IntegriCloud