summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-22ARM64: separate load/store operands to simplify assemblerTim Northover1-3/+3
2014-05-21[asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders1-13/+27
2014-05-21[modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith1-0/+4
2014-05-20Clean up language and grammar.Eric Christopher1-2/+2
2014-05-20TableGen: permit non-leaf ComplexPattern usesTim Northover3-56/+165
2014-05-20TableGen: convert InstAlias's Emit bit to an int.Tim Northover1-13/+31
2014-05-19Fix typos.Eric Christopher1-2/+1
2014-05-16TableGen: fix operand counting for aliasesTim Northover1-32/+7
2014-05-15TableGen: use correct MIOperand when printing aliasesTim Northover3-9/+36
2014-05-15TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover4-35/+54
2014-05-15Fix typosAlp Toker1-1/+1
2014-05-13Teach the table generator to not generate switch statements containing only a...Aaron Ballman1-12/+15
2014-05-13TableGen: strengthen assertTim Northover1-1/+1
2014-05-13Fix gcc -Wparentheses warning.Jay Foad1-1/+2
2014-05-12TableGen: use PrintMethods to print more aliasesTim Northover1-18/+79
2014-05-08Move late partial-unrolling thresholds into the processor definitionsHal Finkel1-0/+1
2014-05-07Debug.h already includes raw_ostream.h, no need to include it again.Eric Christopher1-1/+0
2014-05-07[CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov1-0/+3