summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2016-10-21Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar
2016-10-18Improve tablegen gen-subtarget diagnostics for missing machine models.Andrew Trick
2016-10-14vim: add `norecurse` attributeSaleem Abdulrasool
2016-10-14vim: add `comdat` keywordSaleem Abdulrasool
2016-10-12[lit] Fix test shtest-timeout.py for modern outputMichal Gorny
2016-10-12[lit] Fix FormatError on individual test timeoutMichal Gorny
2016-10-12[lit] Run unit tests as part of lit test suiteBrian Gesiak
2016-10-11[opt-viewer] Remove unnecessary call to demangleAdam Nemet
2016-10-11[opt-viewer] Print hotness as percentage of the maximum hotnessAdam Nemet
2016-10-11[opt-viewer] Convert another HTML output to use a multiline stringAdam Nemet
2016-10-10Fix issue which cases lit installed with setup.py to not resolve mainChris Matthews