summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Fix Clang-tidy modernize-use-bool-literals in generated Target code; other mi...Eugene Zelenko2-51/+80
2016-05-10SDAG: Make SelectCodeCommon return voidJustin Bogner1-2/+3
2016-05-06[TableGen] AsmMatcher: support for default values for optional operandsSam Kolton1-31/+117
2016-05-06[TableGen] Fix a memory leak when creating SwitchOpcodeMatchers.Craig Topper1-1/+2
2016-05-06[TableGen] Remove isSafeToReorderWithPatternPredicate from DAGISelMatchers as...Craig Topper1-49/+0
2016-05-06[TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...Craig Topper2-95/+0
2016-05-06[TableGen] Remove SinkPatternPredicates from the DAG isel matcher optimizer.Craig Topper1-54/+0
2016-05-05SDAG: Remove OPC_MarkGlueResults and associated logic. NFCJustin Bogner5-76/+0
2016-05-05Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman1-2/+2
2016-05-05Remove bit-rotten CppBackend.James Y Knight1-2/+0
2016-05-05[TableGen] Make sure to recursively factor any ScopeMatchers created while fo...Craig Topper1-1/+3
2016-05-05[TableGen] Remove stale comment.Craig Topper1-2/+1
2016-05-03Win packaging script: include the OpenMP run-timeHans Wennborg1-1/+3
2016-05-03[CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...Craig Topper1-5/+12
2016-05-02[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...Craig Topper1-3/+10
2016-04-30[lit] Add %:[STpst] to represent paths without colons on Windows.Rui Ueyama1-0/+18
2016-04-28TableGen: Produce CoveredBySubRegs summary for register classesMatthias Braun3-3/+9
2016-04-28TargetRegisterInfo: Introduce reverseComposeSubRegIndexLaneMask()Matthias Braun1-12/+29
2016-04-28TableGen: Support lanemasks for classes without subregistersMatthias Braun1-38/+50
2016-04-21Add natvis visualizers for endian types.Zachary Turner1-0/+41
2016-04-21Split IntrReadArgMem into IntrReadMem and IntrArgMemOnlyNicolai Haehnle2-9/+5
2016-04-20Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...Amaury Sechet1-0/+23
2016-04-19Add IntrWrite[Arg]Mem intrinsic propertyNicolai Haehnle4-9/+40
2016-04-19[TableGen] Make an error message slightly more informativeNicolai Haehnle1-2/+9
2016-04-19vim: add swiftcc keywordSaleem Abdulrasool1-3/+3
2016-04-18[NFC] Header cleanupMehdi Amini10-14/+4
2016-04-17Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper1-3/+5
2016-04-16Update and fix LLVM_ENABLE_MODULES:Richard Smith1-4/+0
2016-04-13Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet1-23/+0
2016-04-13Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet1-0/+23
2016-04-12Delete mergefunctions.clang.svn.patchJF Bastien1-14/+0
2016-04-12Minor code cleanup. NFC.Junmo Park1-2/+2
2016-04-06vim: add missing keywordSaleem Abdulrasool1-2/+2
2016-04-05fixed to discard earlier advertisingSanjay Patel1-3/+4
2016-04-05add example usage and workflow to --help outputSanjay Patel1-2/+25
2016-04-05check or check-next the first line of the function tooSanjay Patel1-5/+15
2016-04-05[TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...Valery Pykhtin1-2/+6
2016-03-31lit: python3 compatibility fixMatthias Braun1-1/+8
2016-03-31[lit][googletest] Handle upstream gtest outputDaniel Dunbar4-0/+67
2016-03-28Submitted new file with wrong line endings. Correcting...Mike Spertus1-7/+7
2016-03-28Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus2-3/+12
2016-03-27workaround for an IR variable named %.Sanjay Patel1-0/+2
2016-03-27add scrubber for excessive leading whitespaceSanjay Patel1-0/+3
2016-03-26abtest: Cleanup, improve commentsMatthias Braun1-38/+48
2016-03-26abtest: Check all files, improve announcementsMatthias Braun1-5/+6
2016-03-26Put my abtest scripts into the util directoryMatthias Braun3-0/+342
2016-03-25fix IR function name regex to allow hyphensSanjay Patel1-2/+2
2016-03-24Add utility script to generate checks for opt or llc regression testsSanjay Patel1-0/+355
2016-03-24don't hardcode the name of the llc checks scriptSanjay Patel1-5/+2
2016-03-24reorganize llc checks script to allow more flexibility, part 2; NFCISanjay Patel1-73/+104