summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-06-08AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie
2014-05-31really fix the windows build.Rafael Espindola
2014-05-28utils: Teach lldbDataFormatters to load automaticallyJustin Bogner
2014-05-23Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman
2014-05-22ARM64: separate load/store operands to simplify assemblerTim Northover
2014-05-21[asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders
2014-05-21[modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith
2014-05-20Clean up language and grammar.Eric Christopher
2014-05-20TableGen: permit non-leaf ComplexPattern usesTim Northover
2014-05-20TableGen: convert InstAlias's Emit bit to an int.Tim Northover
2014-05-19Fix typos.Eric Christopher
2014-05-16TableGen: fix operand counting for aliasesTim Northover
2014-05-15TableGen: use correct MIOperand when printing aliasesTim Northover
2014-05-15TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover
2014-05-15Fix typosAlp Toker
2014-05-13Teach the table generator to not generate switch statements containing only a...Aaron Ballman
2014-05-13TableGen: strengthen assertTim Northover
2014-05-13Fix gcc -Wparentheses warning.Jay Foad
2014-05-12TableGen: use PrintMethods to print more aliasesTim Northover
2014-05-08Move late partial-unrolling thresholds into the processor definitionsHal Finkel
2014-05-07Debug.h already includes raw_ostream.h, no need to include it again.Eric Christopher
2014-05-07[CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov
2014-05-06ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher
2014-05-06AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover
2014-04-30[C++11] Use 'nullptr' in tablegen output files.Craig Topper
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer
2014-04-23llvm-build: Get rid of 'import *'Anders Waldenborg
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-21Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-04-21Fix builds that use an stl missing std::set::emplaceDavid Blaikie
2014-04-21Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie
2014-04-21Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.David Blaikie
2014-04-20More C++ification.Richard Smith
2014-04-20Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith
2014-04-20Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith
2014-04-20Fix redefinition of default argument, found by modules build. It's notRichard Smith
2014-04-18Fixed llvm-build when no targets are enabledGreg Fitzgerald
2014-04-18c++11: Tidy up tblgen w/ range loops.Jim Grosbach
2014-04-18iterator access to scheduling classesJim Grosbach
2014-04-18iterator_range accessor for CodeGenTarget instruction list.Jim Grosbach
2014-04-18iterator based accessors for CodeGenInstruction operand list.Jim Grosbach
2014-04-17remove some dead codeNuno Lopes
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-04-14Display the name of the project failing the url check in the release scriptArnaud A. de Grandmaison
2014-04-12Fix test syntax to work with non-bash /bin/sh.Joerg Sonnenberger
2014-04-12Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer
2014-04-07When a CHECK-NEXT fails because there was no match on the next line, includeRichard Smith