summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2016-05-26Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn
2016-05-25TableGen: Use StringRef instead of std::stringMatt Arsenault
2016-05-17Fix Clang-tidy modernize-use-bool-literals in generated Target code; other mi...Eugene Zelenko
2016-05-10SDAG: Make SelectCodeCommon return voidJustin Bogner
2016-05-06[TableGen] AsmMatcher: support for default values for optional operandsSam Kolton
2016-05-06[TableGen] Fix a memory leak when creating SwitchOpcodeMatchers.Craig Topper
2016-05-06[TableGen] Remove isSafeToReorderWithPatternPredicate from DAGISelMatchers as...Craig Topper
2016-05-06[TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...Craig Topper
2016-05-06[TableGen] Remove SinkPatternPredicates from the DAG isel matcher optimizer.Craig Topper
2016-05-05SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner
2016-05-05Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman
2016-05-05Remove bit-rotten CppBackend.James Y Knight
2016-05-05[TableGen] Make sure to recursively factor any ScopeMatchers created while fo...Craig Topper
2016-05-05[TableGen] Remove stale comment.Craig Topper
2016-05-03Win packaging script: include the OpenMP run-timeHans Wennborg
2016-05-03[CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...Craig Topper
2016-05-02[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...Craig Topper
2016-04-30[lit] Add %:[STpst] to represent paths without colons on Windows.Rui Ueyama
2016-04-28TableGen: Produce CoveredBySubRegs summary for register classesMatthias Braun
2016-04-28TargetRegisterInfo: Introduce reverseComposeSubRegIndexLaneMask()Matthias Braun
2016-04-28TableGen: Support lanemasks for classes without subregistersMatthias Braun
2016-04-21Add natvis visualizers for endian types.Zachary Turner
2016-04-21Split IntrReadArgMem into IntrReadMem and IntrArgMemOnlyNicolai Haehnle
2016-04-20Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...Amaury Sechet
2016-04-19Add IntrWrite[Arg]Mem intrinsic propertyNicolai Haehnle
2016-04-19[TableGen] Make an error message slightly more informativeNicolai Haehnle
2016-04-19vim: add swiftcc keywordSaleem Abdulrasool
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-17Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper
2016-04-16Update and fix LLVM_ENABLE_MODULES:Richard Smith
2016-04-13Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet
2016-04-13Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet
2016-04-12Delete mergefunctions.clang.svn.patchJF Bastien
2016-04-12Minor code cleanup. NFC.Junmo Park
2016-04-06vim: add missing keywordSaleem Abdulrasool
2016-04-05fixed to discard earlier advertisingSanjay Patel
2016-04-05add example usage and workflow to --help outputSanjay Patel
2016-04-05check or check-next the first line of the function tooSanjay Patel
2016-04-05[TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...Valery Pykhtin
2016-03-31lit: python3 compatibility fixMatthias Braun
2016-03-31[lit][googletest] Handle upstream gtest outputDaniel Dunbar
2016-03-28Submitted new file with wrong line endings. Correcting...Mike Spertus
2016-03-28Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus
2016-03-27workaround for an IR variable named %.Sanjay Patel
2016-03-27add scrubber for excessive leading whitespaceSanjay Patel
2016-03-26abtest: Cleanup, improve commentsMatthias Braun
2016-03-26abtest: Check all files, improve announcementsMatthias Braun
2016-03-26Put my abtest scripts into the util directoryMatthias Braun
2016-03-25fix IR function name regex to allow hyphensSanjay Patel
2016-03-24Add utility script to generate checks for opt or llc regression testsSanjay Patel