summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2016-11-19[tablegen] Merge duplicate definitions of getMinimalTypeForRange. NFC.Daniel Sanders
2016-11-18[lit] When setting SDKROOT on Darwin, use '--sdk macosx' to find the right SD...Kuba Mracek
2016-11-18Timer: Track name and description.Matthias Braun
2016-11-15Fix -Wunused introduced in r286945 for release builds.Daniel Sanders
2016-11-15[tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera...Daniel Sanders
2016-11-15[opt-viewer] Add support for libYAML for faster parsingAdam Nemet
2016-11-14[opt-viewer] Don't fail with remarks without debug locationAdam Nemet
2016-11-14Handle non-inlined clang::Type::getAs specializations in extract_symbols.pyStephan Bergmann
2016-11-12Improve `git llvm push` to suggest `git pull` when applying patch failsMehdi Amini
2016-11-11Print correct directory in merge script.Richard Trieu
2016-11-11[opt-viewer] Make it work in the absence of hotness informationAdam Nemet
2016-11-11[opt-viewer] PEPify opt-viewer.pyMandeep Singh Grang
2016-11-11[opt-viewer] Add column number supportAdam Nemet
2016-11-11[opt-viewer] Display inlining contextAdam Nemet
2016-11-11[opt-viewer] Add option to set source directoryAdam Nemet
2016-11-11[opt-viewer] Mention Pygments in the descriptionAdam Nemet
2016-11-11[opt-viewer] Add syntax highlightingAdam Nemet
2016-11-10[opt-viewer] Avoid duplicated remarksAdam Nemet
2016-11-09Re-apply r286384, "X86: Introduce the "relocImm" ComplexPattern, which repres...Peter Collingbourne
2016-11-09Revert r286384, "X86: Introduce the "relocImm" ComplexPattern, which represen...Peter Collingbourne
2016-11-09X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable ...Peter Collingbourne
2016-11-07[opt-viewer] Avoid division by zeroAdam Nemet
2016-11-07[OptDiag, opt-viewer] Save callee's location and display as linkAdam Nemet
2016-11-07[lit] Print negative exit codes on Windows in hexReid Kleckner
2016-11-07Fix `git-llvm` script to handle `git worktree` setups correctlyMehdi Amini
2016-11-07Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini
2016-11-07[X86] Fix test checks script to satisfy pyflakesZvi Rackover
2016-11-07[X86] Fix test checks script to handle run lines with no pipe checksZvi Rackover
2016-11-07Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini
2016-11-07Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini
2016-11-03[lit] Remove TODOBrian Gesiak
2016-11-03vim: special case the CHECK prefixSaleem Abdulrasool
2016-11-03Expandload and Compressstore intrinsicsElena Demikhovsky
2016-11-01[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury
2016-10-31Fix per-processor model scheduler definition completeness checkUlrich Weigand
2016-10-26[utils] Add a '--unified-report' option to the code coverage prep scriptVedant Kumar
2016-10-26[utils] Use print_function in the code coverage prep script, NFC.Vedant Kumar
2016-10-26[utils] Add an '--only-merge' option to the code coverage prep scriptVedant Kumar
2016-10-26[lit] Work around Windows MSys command line tokenization bugReid Kleckner
2016-10-25Revert 285087.Nico Weber
2016-10-25Try removing an MSVC2010 workaround.Nico Weber
2016-10-22[lit] Add more testing instructions to READMEBrian Gesiak