summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-06-04Make the Twine pretty-printer work with GDB 7.11David Blaikie
2017-06-02[lit][macOS] Add a utility function to find the platform SDK versionAlex Lorenz
2017-06-02[X86] Don't fold into memory operands into insertps in the generated folding ...Benjamin Kramer
2017-06-01[TableGen] Remove code for renaming anonymous register classes as it can neve...Craig Topper
2017-06-01[TableGen] Use StringRef to capture getValueAsString in a couple more places....Craig Topper
2017-05-31[TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper
2017-05-31[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper
2017-05-29[TableGen] Introduce DagInit::getArgs that returns an ArrayRef. Use it to fix...Craig Topper
2017-05-29[X86] Don't fold away the memory operand of an xchg.Benjamin Kramer
2017-05-29Don't capture a temporary std::string in a StringRef.Zachary Turner
2017-05-29Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...Zachary Turner
2017-05-29Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...Zachary Turner
2017-05-28[TableGen][X86] Fix formatting I accidentally messed up in r304099. NFCCraig Topper
2017-05-28[TableGen][X86] Use CHAR_BIT with sizeof instead of hardcoded 8. NFCCraig Topper
2017-05-28[TableGen][X86] Mark a couple global tables as const. NFCCraig Topper
2017-05-28[TableGen][X86] Improve formatting of the fold table output by indenting the ...Craig Topper
2017-05-28[TableGen][X86] Add an llvm_unreachable to a switch so we get an error if we ...Craig Topper
2017-05-28[TableGen][X86] Remove unnecessary std::string creations. NFCCraig Topper
2017-05-28[TableGen][X86] Replace a global std::vector with a regular array. llvm::find...Craig Topper
2017-05-28[TableGen][X86] getValueAsString returns a std::string not a StringRef. Captu...Craig Topper
2017-05-28[X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...Ayman Musa
2017-05-25Return a lit.Test.Result object from TestRunner's executeShTest()Dimitry Andric
2017-05-25Fixed nondeterminism in RuleMatcher::emit.Galina Kistanova
2017-05-24git-llvm script should add .exe on Windows.Zachary Turner
2017-05-23[git-llvm] Check if svn is installed.Rui Ueyama
2017-05-23abtest: remove duplicate scriptFrancis Visoiu Mistrih
2017-05-23AsmPrinter: mark the beginning and the end of a function in verbose modeFrancis Visoiu Mistrih
2017-05-23merge-request.sh: Use https url for bugzillaTom Stellard
2017-05-23Fix unused variable warnings after r303678Daniel Sanders
2017-05-23[globalisel][tablegen] Add support for (set $dst, 1) and test X86's OptForSiz...Daniel Sanders
2017-05-22Revert r303259 - [globalisel][tablegen] Import rules containing intrinsic_wo_...Daniel Sanders
2017-05-19[lit] Take the last error when executing pipelines.Zachary Turner
2017-05-18[git-llvm] Don't attempt to propget files that don't exist yet in SVNReid Kleckner
2017-05-18[MVT] add v1i1 MVTGuy Blank
2017-05-18Re-commit: [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders
2017-05-17Revert "[globalisel][tablegen] Import rules containing intrinsic_wo_chain."Quentin Colombet
2017-05-17Add back a dummy --use-processes.Rafael Espindola
2017-05-17Always use the multiprocess module.Rafael Espindola
2017-05-17[globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders
2017-05-17[globalisel][tablegen] Require that all registers between instructions of a m...Daniel Sanders
2017-05-17Fixup r303240: Use llvm::to_string instead of std::to_stringDiana Picus
2017-05-17[GlobalISel][TableGen] Fix handling of default operandsDiana Picus
2017-05-17Added LLVM_DUMP_METHOD attributes for MatchableInfo::dump(). Defined it only ...Galina Kistanova
2017-05-15build_llvm_package.bat: Minor updatesHans Wennborg
2017-05-15[TableGen] Add EncoderMethod to RegisterOperandSam Kolton
2017-05-12[git-llvm] Fix svn:eol-style issue for one-file patchesReid Kleckner
2017-05-11[X86] Moving X86Local namespace from .cpp to .h file to use it in memory fold...Ayman Musa
2017-05-09Adding VSCode syntax colorizer to utils (generated from textmate colorizer).Puyan Lotfi
2017-05-08Fix comment typos.Geoff Berry
2017-05-06Note addition of NetBSD support in googletestKamil Rytarowski