aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils
AgeCommit message (Expand)AuthorFilesLines
2014-07-22Revert of r213521. This change introduced a non-hermetic test (depending on aRichard Smith3-7/+7
2014-07-21test-release.sh: Add support for dot releasesTom Stellard1-1/+1
2014-07-21[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.Robert Khasanov1-0/+14
2014-07-21TableGen: Allow AddedComplexity values to be negativeTom Stellard3-7/+7
2014-07-19Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie1-1/+1
2014-07-17TableGen: Add 'static' to a large array to avoid a huge stack allocationReid Kleckner1-1/+1
2014-07-17[X86] AVX512: Add disassembler support for compressed displacementAdam Nemet2-2/+20
2014-07-17[TABLEGEN] Do not crash on intrinsics with names longer than 40 charactersJustin Holewinski1-2/+3
2014-07-17[lit] Add --show-unsupported flag to LITEric Fiselier2-4/+7
2014-07-15Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel1-0/+4
2014-07-12Option: Propagate flags from groups to options in each groupReid Kleckner1-11/+15
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko1-1/+28
2014-07-09Change an assert() to a diagnostic.Jim Grosbach1-3/+5
2014-07-09Use correct memeber when displaying StringMap's size.Nikola Smiljanic1-2/+2
2014-07-07[testing]: lld generally lives in tools/, so fix llvm-lit.Tim Northover1-1/+1
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2-12/+17
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-2/+2
2014-07-04TableGen: introduce support for MSBuiltinSaleem Abdulrasool3-0/+57
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker3-15/+19
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker3-19/+15
2014-06-25Use SourceMgr::getMemoryBuffer() in a couple of placesAlp Toker1-1/+1
2014-06-24[Emacs] Use spaces rather than tabs for indentation in tablegen-modeAdam Nemet1-0/+1
2014-06-23not: Only consider exit code 3 to be a crash with --crashReid Kleckner1-4/+5
2014-06-23Delete utils/FileUpdate.Rafael Espindola4-115/+2
2014-06-19Remove bogus configure checkDavid Greene1-4/+0
2014-06-19Add option to keep flavor out of the install directoryDavid Greene1-1/+5
2014-06-19Turn of -Werror by defaultDavid Greene1-3/+7
2014-06-19Remove OwningPtr.h and associated testsAlp Toker1-8/+0
2014-06-18Replace some assert(0)'s with llvm_unreachable.Craig Topper1-1/+1
2014-06-17lit: simplify population of the actual_inputs arrayHans Wennborg1-3/+3
2014-06-17Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy6-469/+3
2014-06-16Revert "lit: warn when passed invalid pathname" (r210597)Hans Wennborg1-5/+3
2014-06-13Remove broken include.Rafael Espindola1-1/+0
2014-06-13Fix KillTheDoctor after r210725.Rafael Espindola1-2/+4
2014-06-13[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi1-0/+7
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola2-7/+3
2014-06-12Fix the build of KillTheDoctor.Rafael Espindola1-9/+10
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola2-0/+2
2014-06-12Remove system_error.h.Rafael Espindola4-5/+5
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-4/+3
2014-06-11Remove windows_error.Rafael Espindola1-1/+5
2014-06-10lit: warn when passed invalid pathnameHans Wennborg1-3/+5
2014-06-10Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko1-0/+17
2014-06-10Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov1-3/+46
2014-06-10Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov1-11/+6
2014-06-08[C++11] Use 'nullptr'.Craig Topper3-4/+5
2014-06-08AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie1-24/+23
2014-05-31really fix the windows build.Rafael Espindola1-2/+2
2014-05-28utils: Teach lldbDataFormatters to load automaticallyJustin Bogner1-4/+12
2014-05-23Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman1-61/+65