aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15[gn build] Port 0750757e80cLLVM GN Syncbot1-0/+1
2020-07-15[Attributor] Unittest for AttributorLuofan Chen3-0/+107
2020-07-15[AMDGPU] Apply pre-emit s_cbranch_vcc optimation to more patternsCarl Ritson10-45/+148
2020-07-15[Attributor] Create getter function for the ID of the abstract attributeLuofan Chen3-0/+189
2020-07-14[ObjectFilePECOFF] Try to avoid unaligned access.Davide Italiano1-1/+1
2020-07-14[IR] Add a few asserts to provide a better failure signature if you try to cr...Craig Topper1-0/+8
2020-07-14Make LazyCallThroughManager destructor virtual rather than arranging forRichard Smith3-5/+6
2020-07-14Fix the skipIfRosetta decoratorAdrian Prantl1-4/+6
2020-07-14[flang] Fix out-of-tree build with missing acc_gen targetValentin Clement2-4/+10
2020-07-14[flang][openacc] Semantic checks for OpenACC 3.0 clauses validityValentin Clement10-24/+950
2020-07-14[gn build] (manually) merge c1e2f73cNico Weber1-0/+1
2020-07-14Fix undefined behavior due to deleting an object with a non-virtualRichard Smith3-4/+5
2020-07-14Fix test that was accidentally adding the llvm-as binary into anRichard Smith1-1/+1
2020-07-14[flang] Fix list-directed input (repeated nulls and LOGICAL)peter klausler3-6/+17
2020-07-14[lldb/Test] Create reproducer dir if necessaryJonas Devlieghere1-0/+1
2020-07-14[flang] Implement anonymous units in the runtimepeter klausler4-21/+49
2020-07-14AMDGPU: Add @LINE to assembler error test checksMatt Arsenault1-114/+114
2020-07-14[libFuzzer] Fix compilation error by including missing platform macro definit...Dokyung Song2-0/+2
2020-07-14[flang] Fix a crash when an array constructor contains an unlimited polymorph...Pete Steinfeld2-2/+29
2020-07-14Revert "[compiler-rt][Android] Stop using detect_target_arch"Arthur Eubanks2-5/+57
2020-07-14[clang] Teach -fembed-bitcode option not to embed W_value GroupSteven Wu2-2/+9
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song19-164/+182
2020-07-14[SVE] Make cstfp_pred_ty and cst_pred_ty work with scalable splatsChristopher Tetreault5-49/+221
2020-07-14[clang-tidy] OptionsView::store specialized on boolNathan James3-9/+30
2020-07-14document -fpch-instantiate-templates in release notesLuboš Luňák1-0/+7
2020-07-14[flang] Refine CR handlingpeter klausler3-27/+11
2020-07-14[llvm][NFC] expose LLVM_HAVE_TF_API through llvm-config.hMircea Trofin4-18/+29
2020-07-14[lldb/Test] Skip TestProcessConnect.py on WindowsJonas Devlieghere1-4/+4
2020-07-14[lldb/Test] Always set the cleanupSubprocesses tear down hookJonas Devlieghere18-35/+5
2020-07-14Fix tests after 16f777f4217cfcdcf6ddce8eb1e3525a65563c43Tyker2-0/+4
2020-07-14[libc++] Automatically detect whether RTTI is enabledLouis Dionne4-14/+7
2020-07-14[MC] Support .reloc sym+constant, *, *Fangrui Song7-54/+111
2020-07-14[flang] Tuning up binary->decimal conversionpeter klausler3-43/+40
2020-07-14[mlir] Add support for parsing optional Attribute values.River Riddle9-17/+129
2020-07-14[CallGraph] Ignore callback usesGiorgis Georgakoudis4-7/+71
2020-07-14[mlir][DialectConversion] Emit an error if an operation marked as erased has ...River Riddle2-52/+124
2020-07-14Call Frame Information (CFI) Handling for Basic Block SectionsKrzysztof Pszeniczny10-27/+241
2020-07-14[NFC] Add debug and stat counters to assume queries and assume builderTyker4-3/+233
2020-07-14[clangd] Config: on by defaultSam McCall1-1/+1
2020-07-14Fix a -Wunused-variable warning.Eric Christopher1-2/+1
2020-07-14llvm-link: Add support for archive files as inputsJan Sjodin7-1/+121
2020-07-14Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until afte...Teresa Johnson25-53/+376
2020-07-14[flang] Change the default F18_FC to gfortranAlexisPerry1-19/+19
2020-07-14[Matrix] Intrinsic descriptionsSjoerd Meijer11-197/+324
2020-07-14[MLIR][StdToSPIRV] Fixed a typo in ops conversion testsGeorge Mitenkov1-1/+0
2020-07-14[clangd] Make config::Provider::combine non-owning. NFCSam McCall4-10/+11
2020-07-14Desugar class type for iterator lookup.Sterling Augustine2-2/+6
2020-07-14[flang][openacc] OpenACC 3.0 parserValentin Clement28-18/+1884
2020-07-14TableGen/GlobalISel: Partially fix nontrivial, custom predicatesMatt Arsenault4-4/+196
2020-07-14[ObjC] Wrap namespace-global structs in an anonymous namespace to avoid ODR v...Davide Italiano2-81/+88