summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Cleanup capturing of instruction namespace for the fast isel emitt...Craig Topper2017-07-071-11/+7
* [TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper2017-07-078-16/+16
* [TableGen] Fix some mismatches in the use of Namespace fields versus Target n...Craig Topper2017-07-072-3/+3
* [lit] Modify LIT to accept environment variable LIT_FILTER to select tests.George Karpenkov2017-07-072-1/+7
* [lit] Factor out some shell input/output redirection logic, NFCReid Kleckner2017-07-061-70/+97
* [opt-viewer] Move under tools, install itAdam Nemet2017-07-066-872/+0
* Fixes to Dockerfile scripts.Ilya Biryukov2017-07-061-4/+7
* Made a script to build docker images easier to use.Ilya Biryukov2017-07-061-9/+45
* [globalisel][tablegen] Rename and re-comment render functions to match the ne...Daniel Sanders2017-07-061-7/+7
* [globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.Daniel Sanders2017-07-061-46/+47
* [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders2017-07-061-4/+27
* [lit] Fix unit test discovery for Visual Studio builds.David L. Jones2017-07-061-1/+4
* [tablegen] Avoid creating temporary stringsAlexander Shaposhnikov2017-07-054-15/+10
* [globalisel][tablegen] Finish fixing compile-time regressions by merging the ...Daniel Sanders2017-07-051-36/+26
* [AsmParser] Mnemonic Spell CorrectorSjoerd Meijer2017-07-051-0/+43
* [globalisel][tablegen] Fix the misuse of STATISTICS() on release builds (like...Daniel Sanders2017-07-051-4/+4
* [globalisel][tablegen] Added instruction emission to the state-machine-based ...Daniel Sanders2017-07-051-105/+105
* [globalisel][tablegen] Fix release builds after r307079Daniel Sanders2017-07-041-2/+7
* NFC. Removed mention of missing script from build_docker_image.sh.Ilya Biryukov2017-07-041-1/+3
* [globalisel][tablegen] Partially fix compile-time regressions by converting m...Daniel Sanders2017-07-041-156/+299
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-045-5/+5
* [tablegen] Avoid creating a temporary vector in getInstructionCaseAlexander Shaposhnikov2017-07-041-8/+6
* Fixed argument parsing in docker scripts.Ilya Biryukov2017-07-031-0/+1
* [lit] Factor out listdir logic shared by different test formats.David L. Jones2017-06-303-44/+58
* Revert "[lit] Clean output directories before running tests."Zachary Turner2017-06-303-51/+39
* [lit] Clean output directories before running tests.Zachary Turner2017-06-303-39/+51
* Added Dockerfiles to build clang from sources.Ilya Biryukov2017-06-309-0/+445
* Remove `inline` keyword from inline `classof` methodsSam Clegg2017-06-291-35/+35
* [opt-viewer] Add progress indicators (PR33522)Brian Gesiak2017-06-295-44/+128
* [opt-viewer] Python 3 support in opt-viewer.pyBrian Gesiak2017-06-292-5/+6
* [opt-viewer] opt-viewer.py takes -o argumentBrian Gesiak2017-06-291-1/+7
* [lit] Re-apply: Fix some convoluted logic around Unicode encoding, and de-dup...David L. Jones2017-06-292-51/+69
* Revert "[lit] Fix some convoluted logic around Unicode encoding, and de-dupli...David L. Jones2017-06-292-62/+51
* Fix spelling: uncode -> unicode.David L. Jones2017-06-291-1/+1
* [lit] Fix some convoluted logic around Unicode encoding, and de-duplicate acr...David L. Jones2017-06-292-51/+62
* [lit] Remove dead code not referenced in the LLVM SVN repo.David L. Jones2017-06-293-120/+90
* [lit] Remove dead code (not referenced anywhere), and clarify some function n...David L. Jones2017-06-281-177/+41
* Break up long lines, NFCKrzysztof Parzyszek2017-06-281-2/+4
* [globalisel][tablegen] Post-commit review nits for r306388. NFCDaniel Sanders2017-06-281-37/+31
* [globalisel][tablegen] Multiple 80-col corrections.Daniel Sanders2017-06-281-20/+41
* [TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCIJoel Jones2017-06-282-0/+8
* [opt-viewer] Python 3 support in opt-diff.pyBrian Gesiak2017-06-271-2/+2
* Change sort function used in tblgen to be strict weak orderingDavid Green2017-06-271-1/+1
* [globalisel][tablegen] Add support for EXTRACT_SUBREG.Daniel Sanders2017-06-273-10/+236
* [TableGen] Fix bug in TableGen CodeGenPatterns when adding variants of the pa...Ayman Musa2017-06-271-2/+2
* [opt-viewer] Python 3 support in opt-stats.pyBrian Gesiak2017-06-262-4/+22
* [TableGen] Remove some copies around PatternToMatch.Craig Topper2017-06-252-16/+14
* [opt-viewer] Remove positional arg checks (NFC)Brian Gesiak2017-06-232-8/+0
* [TableGen] Take a parameter by reference instead of pointer so we don't have ...Craig Topper2017-06-201-4/+4
* [TableGen] Use range based for loop. NFCCraig Topper2017-06-201-3/+1
OpenPOWER on IntegriCloud