aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson67-189/+175
2022-08-18[Clang][BPF] Support record argument with direct valuesYonghong Song5-0/+280
2022-08-19[DAGCombiner] Add use check for VSCALE in visitSUB.wanglian2-4/+2
2022-08-19[mlir][affine] Option to unroll cleanup loop if smaller trip count.lewuathe6-6/+106
2022-08-19[AArch64] Enable AdrpAdd fusion for neoverse-n1Alexander Shaposhnikov2-1/+16
2022-08-18Revert "[BOLT][NFC] Simplify addRelocation"Amir Ayupov2-15/+10
2022-08-19[mlir][linalg] Fix tiling interface implementation offset calculationThomas Raoux4-44/+60
2022-08-18[OpenMP][NFC] Refactor code for interop parts of 'init' and 'append_args' cla...Mike Rice7-144/+145
2022-08-19[AArch64] Add `foldCSELOfCSEL` combine.Karl Meakin8-84/+142
2022-08-18[IR] Use Min behavior for module flag "PIC Level"Fangrui Song14-38/+56
2022-08-18[RISCV] Change how mtune aliases are implemented.Craig Topper11-66/+56
2022-08-18[compiler-rt] Clean up explicit -std=c++17 additionShoaib Meenai2-3/+0
2022-08-18[flang][runtime] Catch input error case of missing integer valuePeter Klausler3-8/+16
2022-08-18[gn build] Port ad8eb85545c5LLVM GN Syncbot1-0/+1
2022-08-18[flang][runtime] Handle endian-swapped record headers & footers on inputPeter Klausler2-8/+17
2022-08-18[flang] Support for character array formatsPeter Klausler8-56/+106
2022-08-18[NFC][MLGO] ML Regalloc Priority AdvisorEric Wang5-9/+122
2022-08-18[flang] Accept a null pointer as a NULL(MOLD=...) actual argumentPeter Klausler1-6/+4
2022-08-18[flang] Improve error message for attempted assignment to a procedurePeter Klausler2-11/+21
2022-08-18[flang] Use naive algorithm for folding complex division when it doesn't over...Peter Klausler1-3/+22
2022-08-18[flang] Be more persistent in search for non-intrinsic module filePeter Klausler1-22/+37
2022-08-18[flang] Avoid spurious error message in function result compatibilityPeter Klausler1-2/+20
2022-08-18[flang] Compile-time checks for shape conformance on assignmentsPeter Klausler5-7/+58
2022-08-18[flang][runtime] Don't raise internal error in user error recovery situationPeter Klausler1-4/+4
2022-08-18[libc++] Implement `operator<=>` for `filesystem::directory_entry`Adrian Vogelsgesang4-55/+100
2022-08-18[flang][runtime] Fix error messagePeter Klausler1-1/+1
2022-08-18[flang][runtime] Catch input error on missing NAMELIST scalarPeter Klausler2-4/+10
2022-08-18[flang][runtime] Fix return value for MINVAL/MAXVAL for CHARACTER(kind > 1)Peter Klausler1-3/+8
2022-08-18[flang] Fold SPACING() correctly when result is subnormalPeter Klausler2-2/+3
2022-08-18[gn build] Port 0ac597f3cacfLLVM GN Syncbot1-0/+1
2022-08-18[flang] Legacy extension intrinsic functions IMAG, IZEXT, JZEXTPeter Klausler4-1/+30
2022-08-18[InstCombine] fold bitwise logic or+or+xor+notSanjay Patel2-31/+37
2022-08-18[InstCombine] add tests for or-xor-not patterns; NFCSanjay Patel1-0/+164
2022-08-18[libc++] Implement `operator<=>` for `filesystem::path`Adrian Vogelsgesang4-60/+187
2022-08-18[llvm] Remove std::clamp equivalent in `Transforms/Utils/MisExpect.cpp`Joe Loser1-11/+3
2022-08-18[flang][runtime] Improve Fortran I/O behavior when main program is C/C++Peter Klausler3-15/+33
2022-08-18[NFC] Move DXC driver testsChris Bieneman4-209/+282
2022-08-18[clang][test] Recognize leading unscore for macosAlex Brachet1-2/+2
2022-08-18[Hexagon] Add defaulted operator= to classes with defaulted copy ctorKrzysztof Parzyszek1-0/+3
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne624-1257/+350
2022-08-18[flang][runtime] Improve error message for incompatible MATMUL argumentsPeter Klausler1-2/+4
2022-08-18[LoopVectorize][LoopAccessAnalysis] add newline to debug messageMichael Maitland1-1/+1
2022-08-18Revert "[compiler-rt] Fix check for cross-compiling"Ellis Hoag1-3/+3
2022-08-18[libc++] Mark everything inside vector as _LIBCPP_HIDE_FROM_ABINikolas Klauser1-80/+84
2022-08-18[compiler-rt] Fix check for cross-compilingEllis Hoag1-3/+3
2022-08-18[mlir][shape] add value_of opJacques Pienaar2-0/+20
2022-08-18[clang][Driver] Pass correct reproduce flag to lld-linkAlex Brachet2-5/+10
2022-08-18[RISCV] Use VScaleForTuning in costing of operations whose cost depends on VLPhilip Reames10-519/+921
2022-08-18[gn build] port f7a33090a910Nico Weber2-0/+2
2022-08-18[OMPIRBuilder] Add support for safelen clausePrabhdeep Singh Soni7-26/+393