aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2014-04-30Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
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-28Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
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
2014-04-05Fix typoDavid Blaikie
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper
2014-04-03Add Android makefiles for LLVM.Tim Murray
2014-03-31lit: Set a base directory for compiler-rt testsDuncan P. N. Exon Smith
2014-03-29tblgen: Twinify PrintFatalError.Benjamin Kramer
2014-03-29TableGen: don't save a StringRef to a local std::string.Tim Northover
2014-03-29ARM64: initial backend importTim Northover
2014-03-29TableGen: avoid dereferencing nullptr variableTim Northover
2014-03-29Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover
2014-03-28Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover
2014-03-23remove a bunch of unused private methodsNuno Lopes
2014-03-22[TableGen] Don't assert, produce an error, when an instruction has too few op...Hal Finkel
2014-03-18Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky
2014-03-15Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund
2014-03-14Reverted r203879.Galina Kistanova
2014-03-14Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola
2014-03-13Remove utils/llvm-native-gcc.Rafael Espindola
2014-03-13[TableGen] Optionally forbid overlap between named and positional operandsHal Finkel
2014-03-13Fix a false error reported by the tblgen backend for machine modelAndrew Trick
2014-03-11[lit] Fix non-function style print statement.Daniel Dunbar
2014-03-11Remove copy ctors that did the same thing as the default one.Benjamin Kramer
2014-03-10[lit] Bump dev version number.Daniel Dunbar