summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2016-06-26[lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.Marcin Koscielnicki1-1/+2
2016-06-24Revert "Revert "[misched] Extend scheduler to handle unsupported features""Simon Dardis2-1/+37
2016-06-23[TableGen] Use StringRef::compare instead of != and <. NFC.Ahmed Bougacha1-2/+2
2016-06-23Revert "[misched] Extend scheduler to handle unsupported features"Simon Dardis2-37/+1
2016-06-23Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman1-1/+1
2016-06-23[misched] Extend scheduler to handle unsupported featuresSimon Dardis2-1/+37
2016-06-21TableGen/CodeGenSchedule: Move some getAllDerivedDefinitions() calls out of i...Matthias Braun2-3/+11
2016-06-20test commit: remove trailing whitespaceThomas Jablin1-1/+1
2016-06-18If the revision number starts with r, drop it. It will get added backJoerg Sonnenberger1-1/+1
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer1-1/+1
2016-06-14[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders1-0/+5
2016-06-13Add support for collating profiles for use with code coverageVedant Kumar1-0/+55
2016-06-13Improved Visual Studio 2015 visualization of SmallVectorImplMike Spertus1-2/+25
2016-06-12Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer2-2/+2
2016-06-11[X86] Updated test checks script to generalise LCPI symbol refsSimon Pilgrim2-1/+7
2016-06-10[lit] Only gather redirected files for command failures.Daniel Dunbar1-10/+11
2016-06-09Revert "[lit] Use os.devnull instead of named temp files"Vedant Kumar1-5/+19
2016-06-09[lit] Use os.devnull instead of named temp filesVedant Kumar1-19/+5
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith4-4/+5
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer4-16/+13
2016-06-08[lit] Ensure we get bytes when reading redirected output files.Daniel Dunbar1-1/+1
2016-06-07[lit] Ignore errors when decoding redirected output.Daniel Dunbar1-1/+1
2016-06-07[lit] Fix an uninitialized var on Windows.Daniel Dunbar1-1/+2
2016-06-07[utils/lit] Show available_features with --show-suites.Daniel Dunbar1-0/+3
2016-06-07[lit] Improve logging with file redirection.Daniel Dunbar4-9/+39
2016-06-05Add Visual Studio Visualizer for ArrayRefMike Spertus1-1/+12
2016-06-03AsmWriterEmitter.cpp assumes that all operands of a printed aliasSjoerd Meijer1-3/+4
2016-06-03Currently AsmWriterEmiter.cpp (used by tblgen -gen-asm-writer) does notSjoerd Meijer1-2/+34
2016-06-02[lit] Improve readability of failing scripts.Daniel Dunbar6-14/+69
2016-06-02[lit] Factor out a helper for shell command results.Daniel Dunbar1-8/+22
2016-06-02Add "REQUIRES-ANY" feature testEric Fiselier4-3/+19
2016-06-01Update usage(), make sure srcdir is really empty.Joerg Sonnenberger1-0/+2
2016-06-01Reference gdb python type printer scripts from SmallString, SmallVector, Arra...David Blaikie1-0/+107
2016-05-29Make it easier to process merges in a normal buildable directory tree byJoerg Sonnenberger1-1/+9
2016-05-27FileCheck: dump command line context with empty inputXinliang David Li1-0/+8
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer4-16/+18
2016-05-27Avoid some copies by using const references.Benjamin Kramer1-1/+1
2016-05-26Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn1-0/+488
2016-05-25TableGen: Use StringRef instead of std::stringMatt Arsenault2-4/+4
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