summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-14[TableGen][MC] Fix a few places where we didn't hide the underlying type of L...Craig Topper
2017-07-13[lit] add a -vv option to echo all executed commands.George Karpenkov
2017-07-11[lit] Fix import StringIO errors in Python 3Reid Kleckner
2017-07-11[lit] Implement non-pipelined echo commands internallyReid Kleckner
2017-07-11[globalisel][tablegen] Fix an multi-insn match bug where ComplexPattern is us...Daniel Sanders
2017-07-11[globalisel][tablegen] Correct matching of intrinsic ID's.Daniel Sanders
2017-07-07vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword...Craig Topper
2017-07-07[TableGen] Cleanup capturing of instruction namespace for the fast isel emitt...Craig Topper
2017-07-07[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper
2017-07-07[TableGen] Fix some mismatches in the use of Namespace fields versus Target n...Craig Topper
2017-07-07[lit] Modify LIT to accept environment variable LIT_FILTER to select tests.George Karpenkov
2017-07-06[lit] Factor out some shell input/output redirection logic, NFCReid Kleckner
2017-07-06[opt-viewer] Move under tools, install itAdam Nemet
2017-07-06Fixes to Dockerfile scripts.Ilya Biryukov
2017-07-06Made a script to build docker images easier to use.Ilya Biryukov
2017-07-06[globalisel][tablegen] Rename and re-comment render functions to match the ne...Daniel Sanders
2017-07-06[globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.Daniel Sanders
2017-07-06[globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders
2017-07-06[lit] Fix unit test discovery for Visual Studio builds.David L. Jones
2017-07-05[tablegen] Avoid creating temporary stringsAlexander Shaposhnikov
2017-07-05[globalisel][tablegen] Finish fixing compile-time regressions by merging the ...Daniel Sanders
2017-07-05[AsmParser] Mnemonic Spell CorrectorSjoerd Meijer
2017-07-05[globalisel][tablegen] Fix the misuse of STATISTICS() on release builds (like...Daniel Sanders
2017-07-05[globalisel][tablegen] Added instruction emission to the state-machine-based ...Daniel Sanders
2017-07-04[globalisel][tablegen] Fix release builds after r307079Daniel Sanders
2017-07-04NFC. Removed mention of missing script from build_docker_image.sh.Ilya Biryukov
2017-07-04[globalisel][tablegen] Partially fix compile-time regressions by converting m...Daniel Sanders
2017-07-04fix trivial typos in comments; NFCHiroshi Inoue
2017-07-04[tablegen] Avoid creating a temporary vector in getInstructionCaseAlexander Shaposhnikov
2017-07-03Fixed argument parsing in docker scripts.Ilya Biryukov
2017-06-30[lit] Factor out listdir logic shared by different test formats.David L. Jones
2017-06-30Revert "[lit] Clean output directories before running tests."Zachary Turner
2017-06-30[lit] Clean output directories before running tests.Zachary Turner
2017-06-30Added Dockerfiles to build clang from sources.Ilya Biryukov
2017-06-29Remove `inline` keyword from inline `classof` methodsSam Clegg
2017-06-29[opt-viewer] Add progress indicators (PR33522)Brian Gesiak
2017-06-29[opt-viewer] Python 3 support in opt-viewer.pyBrian Gesiak
2017-06-29[opt-viewer] opt-viewer.py takes -o argumentBrian Gesiak
2017-06-29[lit] Re-apply: Fix some convoluted logic around Unicode encoding, and de-dup...David L. Jones
2017-06-29Revert "[lit] Fix some convoluted logic around Unicode encoding, and de-dupli...David L. Jones
2017-06-29Fix spelling: uncode -> unicode.David L. Jones
2017-06-29[lit] Fix some convoluted logic around Unicode encoding, and de-duplicate acr...David L. Jones
2017-06-29[lit] Remove dead code not referenced in the LLVM SVN repo.David L. Jones
2017-06-28[lit] Remove dead code (not referenced anywhere), and clarify some function n...David L. Jones
2017-06-28Break up long lines, NFCKrzysztof Parzyszek
2017-06-28[globalisel][tablegen] Post-commit review nits for r306388. NFCDaniel Sanders
2017-06-28[globalisel][tablegen] Multiple 80-col corrections.Daniel Sanders
2017-06-28[TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCIJoel Jones
2017-06-27[opt-viewer] Python 3 support in opt-diff.pyBrian Gesiak