summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
* Test commit: remove trailing whitespaceJosh Stone2018-09-112-4/+4
* [lit] Disable shtest-timeout on WindowsStella Stamenova2018-09-102-5/+3
* [benchmark] Fix flags used to compile benchmark library with clang-clReid Kleckner2018-09-071-1/+1
* utils/abtest: Refactor and add bisection methodMatthias Braun2018-09-071-125/+278
* [benchmark] Fix 32-bit build failureKirill Bobyrev2018-09-052-1/+3
* lit: Use sys.executable for executing builtin commandsTom Stellard2018-08-311-1/+1
* Add a utility script to stress test the demangler.Zachary Turner2018-08-301-0/+226
* [WebAssembly] Made disassembler only use stack instructions.Wouter van Oortmerssen2018-08-301-15/+46
* Remove debug code accidently committed in rL340837. NFCI.Simon Pilgrim2018-08-291-3/+0
* [WebAssembly][NFC] Document stackifier tablegen backendThomas Lively2018-08-281-1/+12
* [WebAssembly][NFC] Fix formatting from rL340781Thomas Lively2018-08-281-2/+4
* [lit, shtest-timeout] Always use an internal shell for the shtest-timeout to ...Stella Stamenova2018-08-281-1/+3
* [TableGen] CodeGenDAGPatterns::GenerateVariants - basic caching of matching p...Simon Pilgrim2018-08-281-2/+14
* [TableGen] Use std::move where possible in InstructionMemo constructor. NFCI.Simon Pilgrim2018-08-281-6/+6
* [NFC] Apply another commit to comply with old CMakeKirill Bobyrev2018-08-282-1/+6
* [benchmark] Silence warning by applying upstream patchKirill Bobyrev2018-08-283-15/+20
* Pull google/benchmark library to the LLVM treeKirill Bobyrev2018-08-28101-0/+14089
* [WebAssembly] TableGen backend for stackifying instructionsThomas Lively2018-08-274-1/+40
* TableGen/SearchableTables: Cast enums to unsigned in generated codeNicolai Haehnle2018-08-231-0/+9
* [WebAssembly] Add isEHScopeReturn instruction propertyHeejin Ahn2018-08-214-0/+4
* [TableGen] Don't separately search for DefaultMode when we're going to iterat...Simon Pilgrim2018-08-171-1/+3
* [TableGen] TypeInfer - Cache the legal types as TypeSetByHwModeSimon Pilgrim2018-08-172-18/+13
* [TableGen] TypeSetByHwMode::insert - cache the default MVT. NFCI.Simon Pilgrim2018-08-171-3/+10
* [TableGen] TypeSetByHwMode::operator== optimizationSimon Pilgrim2018-08-161-8/+10
* [TableGen] Avoid self getPredicates() != comparison. NFCI.Simon Pilgrim2018-08-161-2/+2
* [TableGen] Return ValueTypeByHwMode by const reference from CodeGenRegisterCl...Simon Pilgrim2018-08-162-4/+4
* [TableGen] Remove unnecessary TypeSetByHwMode -> ValueTypeByHwMode -> TypeSet...Simon Pilgrim2018-08-151-1/+1
* [Tablegen][MCInstPredicate] Removed redundant template argument from class TI...Andrea Di Biagio2018-08-146-24/+46
* [TableGen] Pass string/vector types by const reference (PR37666). NFCISimon Pilgrim2018-08-141-5/+6
* [X86] Don't ignore 0x66 prefix on relative jumps in 64-bit mode. Fix opcode s...Craig Topper2018-08-131-2/+2
* [Tablegen] Replace uses of formatted_raw_ostream with raw_ostream in the pred...Andrea Di Biagio2018-08-134-137/+134
* [Tablegen][SubtargetEmitter] Improve expansion of predicates of a variant sch...Andrea Di Biagio2018-08-131-15/+39
* [globalisel] Remove dead code from GlobalISelEmitterDaniel Sanders2018-08-121-17/+0
* [Tablegen][SubtargetEmitter] refactor method `emitSchedModelHelpersImpl()`. NFCIAndrea Di Biagio2018-08-101-62/+96
* [MC][PredicateExpander] Extend the grammar to support simple switch and retur...Andrea Di Biagio2018-08-093-6/+75
* [MC] Remove PhysRegSize from MCRegisterClassBjorn Pettersson2018-08-091-4/+0
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-9/+9
* [tablegen] Improve performance of -gen-register-info by replacing barely-nece...Daniel Sanders2018-08-081-11/+51
* Refactor FileCheck to make it usable as an APIAditya Nandakumar2018-08-071-1442/+29
* [lit] Disable shtest-timeout on WindowsStella Stamenova2018-08-071-0/+3
* [lit, python3] Update lit error logging to work correctly in python3 and othe...Stella Stamenova2018-08-077-11/+13
* [lit, tests] Fix failing lit test: shtest-format.pyStella Stamenova2018-08-071-1/+1
* [lit, python] Always add quotes around the python path in litStella Stamenova2018-08-0610-28/+30
* Fix typo in the MSVC Visualizer for SmallVector classDaniil Fukalov2018-08-061-1/+1
* build_llvm_package.bat: Add OpenMP backHans Wennborg2018-08-031-1/+1
* [emacs] Indent statement continuation to match clang-formatAndrew Savonichev2018-08-021-1/+11
* utils/release/tag.sh: add debuginfo-tests to project listHans Wennborg2018-08-021-1/+1
* lit: bump version numberHans Wennborg2018-08-021-1/+1
* Bump the trunk version to 8.0.0svnHans Wennborg2018-08-011-2/+2
* Fix build bot after r338521Ulrich Weigand2018-08-011-1/+1
OpenPOWER on IntegriCloud