summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Remove broken include.Rafael Espindola2014-06-13
* Fix KillTheDoctor after r210725.Rafael Espindola2014-06-13
* [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi2014-06-13
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-13
* Fix the build of KillTheDoctor.Rafael Espindola2014-06-12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* lit: warn when passed invalid pathnameHans Wennborg2014-06-10
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-10
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov2014-06-10
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* really fix the windows build.Rafael Espindola2014-05-31
* utils: Teach lldbDataFormatters to load automaticallyJustin Bogner2014-05-28
* Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman2014-05-23
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-22
* [asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders2014-05-21
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* Clean up language and grammar.Eric Christopher2014-05-20
* TableGen: permit non-leaf ComplexPattern usesTim Northover2014-05-20
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-20
* Fix typos.Eric Christopher2014-05-19
* TableGen: fix operand counting for aliasesTim Northover2014-05-16
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-15
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-15
* Fix typosAlp Toker2014-05-15
* Teach the table generator to not generate switch statements containing only a...Aaron Ballman2014-05-13
* TableGen: strengthen assertTim Northover2014-05-13
* Fix gcc -Wparentheses warning.Jay Foad2014-05-13
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-08
* Debug.h already includes raw_ostream.h, no need to include it again.Eric Christopher2014-05-07
* [CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov2014-05-07
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-06
* AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover2014-05-06
* [C++11] Use 'nullptr' in tablegen output files.Craig Topper2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* llvm-build: Get rid of 'import *'Anders Waldenborg2014-04-23
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie2014-04-21
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Fix builds that use an stl missing std::set::emplaceDavid Blaikie2014-04-21
* Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie2014-04-21
* Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.David Blaikie2014-04-21
* More C++ification.Richard Smith2014-04-20
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-20
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-20