summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2016-12-29Correctly handle multi-lined RUN lines.Bryant Wong
2016-12-27Mark comparator call operator as constEric Fiselier
2016-12-25Fix `update_test_checks.py` bug that incorrectly truncates IR body.Bryant Wong
2016-12-23KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.NAKAMURA Takumi
2016-12-23KillTheDoctor: Add a required system lib, psapi. KillTheDoctor itself uses Wi...NAKAMURA Takumi
2016-12-22[PowerPC] Add ppc support to update_llc_test_checks.py, and ppc tests. NFC.Tim Shen
2016-12-22Build KillTheDoctor with mingw-w64Reid Kleckner
2016-12-21[GlobalISel] Add basic Selector-emitter tblgen backend.Ahmed Bougacha
2016-12-21Improve natvis for llvm::SmallString so that it correctly displays only the v...Antonio Maiorano
2016-12-20Remove extraneous space.Rui Ueyama
2016-12-19Add ARM support to update_llc_test_checks.pyEli Friedman
2016-12-19[TableGen] Use 'unsigned' instead of 'bool' in a place where the code conditi...Craig Topper
2016-12-18[FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries
2016-12-18[FileCheck] Fix comment in ReadCheckFileTom de Vries
2016-12-16GDB pretty printers: Basic DenseMap supportDavid Blaikie
2016-12-16GDB pretty printer for llvm::OptionalDavid Blaikie
2016-12-16Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek
2016-12-15Fix ubsan failures in lane mask shiftsKrzysztof Parzyszek
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek
2016-12-15[AVR] Whitelist the avrlit config environment variablesDylan McKay
2016-12-14Revert "[AVR] Add the very first on-target test"Renato Golin
2016-12-14[AVR] Add the very first on-target testDylan McKay
2016-12-12[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko
2016-12-11[FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth
2016-12-11[FileCheck] Remove a parameter that was simply always set toChandler Carruth
2016-12-11[FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth
2016-12-11[FileCheck] Run clang-format over this code. NFC.Chandler Carruth
2016-12-11Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth
2016-12-09[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko
2016-12-05Summary: Currently there is no way to disable deprecated warning from asm lik...Weiming Zhao
2016-12-05[lit] Support custom parsers in parseIntegratedTestScriptEric Fiselier
2016-12-05TableGen/AsmMatcherEmitter: Bring sorting check back under EXPENSIVE_CHECKSMatthias Braun
2016-12-05TableGen/AsmMatcherEmitter: Trust that stable_sort worksMatthias Braun
2016-12-05TableGen: Use StringInit instead of std::string for DagInit arg namesMatthias Braun
2016-12-05TableGen: Use StringInit instead of std::string for DagInit nameMatthias Braun
2016-12-04TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun
2016-12-01[tablegen] Delete duplicates from a vector without skipping elementsVedant Kumar
2016-12-01Remove unused header, NFC.Vedant Kumar
2016-12-01Recommit r287403 (reverted in r287804): [lit] When setting SDKROOT on Darwin,...Kuba Mracek
2016-11-30[git-llvm] Use --force-interactive when commiting to enable SVN to prompt pas...Mehdi Amini
2016-11-30Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2016-11-30Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer
2016-11-24TableGen: Allow signed immediates for instruction aliasesJacob Baungard Hansen
2016-11-23Revert "[lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the ...Vedant Kumar
2016-11-22Add IntrInaccessibleMemOnly property for intrinsicsAndrew Kaylor
2016-11-22[TableGen][ISel] When factoring ScopeMatcher, if the child of the ScopeMatche...Craig Topper
2016-11-21[Sparc] Use target name instead of namespace as prefix for MCRegisterClasses ...Jacob Baungard Hansen
2016-11-21[TableGen][ISel] Do a better job of factoring ScopeMatchers created during cr...Craig Topper
2016-11-19Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439.Daniel Sanders
2016-11-19Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders