summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-176-469/+3
* Revert "lit: warn when passed invalid pathname" (r210597)Hans Wennborg2014-06-161-5/+3
* Remove broken include.Rafael Espindola2014-06-131-1/+0
* Fix KillTheDoctor after r210725.Rafael Espindola2014-06-131-2/+4
* [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi2014-06-131-0/+7
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-132-7/+3
* Fix the build of KillTheDoctor.Rafael Espindola2014-06-121-9/+10
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-122-0/+2
* Remove system_error.h.Rafael Espindola2014-06-124-5/+5
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-4/+3
* Remove windows_error.Rafael Espindola2014-06-111-1/+5
* lit: warn when passed invalid pathnameHans Wennborg2014-06-101-3/+5
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-101-0/+17
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-101-3/+46
* Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov2014-06-101-11/+6
* [C++11] Use 'nullptr'.Craig Topper2014-06-083-4/+5
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-24/+23
* really fix the windows build.Rafael Espindola2014-05-311-2/+2
* utils: Teach lldbDataFormatters to load automaticallyJustin Bogner2014-05-281-4/+12
* Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman2014-05-231-61/+65
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-221-3/+3
* [asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders2014-05-211-13/+27
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-211-0/+4
* Clean up language and grammar.Eric Christopher2014-05-201-2/+2
* TableGen: permit non-leaf ComplexPattern usesTim Northover2014-05-203-56/+165
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-201-13/+31
* Fix typos.Eric Christopher2014-05-191-2/+1
* TableGen: fix operand counting for aliasesTim Northover2014-05-161-32/+7
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-153-9/+36
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-154-35/+54
* Fix typosAlp Toker2014-05-151-1/+1
* Teach the table generator to not generate switch statements containing only a...Aaron Ballman2014-05-131-12/+15
* TableGen: strengthen assertTim Northover2014-05-131-1/+1
* Fix gcc -Wparentheses warning.Jay Foad2014-05-131-1/+2
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-18/+79
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-081-0/+1
* Debug.h already includes raw_ostream.h, no need to include it again.Eric Christopher2014-05-071-1/+0
* [CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov2014-05-071-0/+3
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-061-12/+12
* AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover2014-05-061-4/+7
* [C++11] Use 'nullptr' in tablegen output files.Craig Topper2014-04-303-11/+11
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-292-0/+2
* llvm-build: Get rid of 'import *'Anders Waldenborg2014-04-232-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-227-12/+14
* Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie2014-04-211-6/+0
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-214-0/+8
* Fix builds that use an stl missing std::set::emplaceDavid Blaikie2014-04-211-1/+1
* Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie2014-04-211-34/+30
* Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.David Blaikie2014-04-211-6/+4
* More C++ification.Richard Smith2014-04-201-1/+2
OpenPOWER on IntegriCloud