summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2015-12-14[X86] Part 2 to fix x86-64 fp128 calling convention.Chih-Hung Hsieh1-0/+5
2015-12-14Reordering fields to reduce padding in LLVM. NFCBen Craig2-27/+31
2015-12-11[TableGen] Correct Namespace lookup with AltNames in AsmWriterEmitterHal Finkel1-2/+4
2015-12-11Check in the script for building Win snapshotsHans Wennborg1-0/+93
2015-12-10[OPENMP] Make -fopenmp to turn on OpenMP support by default.Alexey Bataev1-48/+7
2015-12-06Use make_range to reduce mentions of iterator type. NFCCraig Topper2-7/+5
2015-12-05Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper1-1/+1
2015-12-03[TableGen] Remove an assumption about the order of encodings in the MVT::Simp...Craig Topper1-2/+13
2015-12-01[AArch64] Add ARMv8.2-A Statistical Profiling ExtensionOliver Stannard1-5/+7
2015-11-28[TableGen] Use SmallString instead of std::string to build up a string to avo...Craig Topper1-2/+3
2015-11-27[TableGen] Sort pattern predicates before concatenating into a string so that...Craig Topper1-4/+11
2015-11-26[SelectionDAG] Add a SDTCisSameSizeAs type constraint that can be used to ens...Craig Topper2-1/+73
2015-11-26[TableGen] Flip reversed comments.Craig Topper1-2/+2
2015-11-24Add vector types for intrinsicsKrzysztof Parzyszek1-1/+5
2015-11-24Add names for the new vector types in CodeGenTarget.cppKrzysztof Parzyszek1-0/+9
2015-11-24[TableGen] Use std::remove_if instead of manually coded loops that call erase...Craig Topper1-74/+74
2015-11-24[TableGen] Use the other version of EnforceVectorEltTypeIs inside the TypeSet...Craig Topper1-15/+1
2015-11-24[TableGen] Fix formatting and use logical OR. NFCCraig Topper1-2/+1
2015-11-24[TableGen] Use std::set_intersection to merge TypeSets. NFCCraig Topper1-9/+8
2015-11-24[TableGen] Use SmallVector::assign instead of a resize and replace element.Craig Topper1-2/+1
2015-11-24Revert change that accidentally snuck into r253955.Craig Topper1-2/+1
2015-11-24[TableGen] Use array_pod_sort. NFCCraig Topper1-2/+3
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight1-1/+7
2015-11-23[TableGen] Use std::remove_if instead of manually coded loops that called era...Craig Topper1-15/+13
2015-11-23[TableGen] Use empty() instead of checking if size of vector is greater than ...Craig Topper1-1/+2
2015-11-22Revert a portion of r253836 that seems to have broke a couple bots.Craig Topper1-11/+14
2015-11-22[TableGen] Use range-based for loops. NFCCraig Topper1-127/+112
2015-11-22[TableGen] Use std::fill instead of a manually coded loop. NFCCraig Topper1-2/+2
2015-11-22Further simplify from r253832 with some unique_ptr and coalescing conditionsDavid Blaikie1-17/+12
2015-11-22Further simplify from r253832, removing unnecessary intermediate lambdasDavid Blaikie1-16/+4
2015-11-22[TableGen] Use std::any_of and std::find instead of manual loops. NFCCraig Topper1-32/+23
2015-11-22[Utils] Updated shuffle fuzz script to generate more modern (valid) IR.Simon Pilgrim1-2/+2
2015-11-22Avoid dependency between TableGen and CodeGenKrzysztof Parzyszek1-1/+46
2015-11-21Now fix errors in NDEBUG build.Krzysztof Parzyszek1-33/+49
2015-11-21Fix warnings in NDEBUG buildKrzysztof Parzyszek1-8/+5
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek1-107/+539
2015-11-21Revert r253790: it breaks all builds for some reason.Krzysztof Parzyszek1-539/+107
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek1-107/+539
2015-11-19[lit] Fix bug when using Python3 where a failing test would not showDan Liew1-1/+3
2015-11-18Default SetVector to use a DenseSet.Rafael Espindola2-5/+5
2015-11-17StringRef-ify some Option APIsDavid Blaikie1-1/+1
2015-11-17Assume lane masks are always preciseMatthias Braun1-13/+6
2015-11-14[MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka1-1/+1
2015-11-13tablegen: Add a simple heuristic to get better names for pressure setsMatthias Braun1-0/+6
2015-11-13[lit] Improve error message when lit fails to executable a command byDan Liew1-1/+1
2015-11-13[lit] Fix bug where ``lit.util.which()`` would return a directoryDan Liew1-1/+1
2015-11-13Revert r252990.Akira Hatanaka1-95/+0
2015-11-13Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka1-0/+95
2015-11-12Revert r252949.Akira Hatanaka1-95/+0
2015-11-12Provide a way to specify inliner's attribute compatibility and mergingAkira Hatanaka1-0/+95