summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* 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
* Fix redefinition of default argument, found by modules build. It's notRichard Smith2014-04-20
* Fixed llvm-build when no targets are enabledGreg Fitzgerald2014-04-18
* c++11: Tidy up tblgen w/ range loops.Jim Grosbach2014-04-18
* iterator access to scheduling classesJim Grosbach2014-04-18
* iterator_range accessor for CodeGenTarget instruction list.Jim Grosbach2014-04-18
* iterator based accessors for CodeGenInstruction operand list.Jim Grosbach2014-04-18
* remove some dead codeNuno Lopes2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Display the name of the project failing the url check in the release scriptArnaud A. de Grandmaison2014-04-14
* Fix test syntax to work with non-bash /bin/sh.Joerg Sonnenberger2014-04-12
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* When a CHECK-NEXT fails because there was no match on the next line, includeRichard Smith2014-04-07
* Fix typoDavid Blaikie2014-04-05
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* lit: Set a base directory for compiler-rt testsDuncan P. N. Exon Smith2014-03-31
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-29
* TableGen: don't save a StringRef to a local std::string.Tim Northover2014-03-29
* ARM64: initial backend importTim Northover2014-03-29
* TableGen: avoid dereferencing nullptr variableTim Northover2014-03-29
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-29
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-28
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [TableGen] Don't assert, produce an error, when an instruction has too few op...Hal Finkel2014-03-22
* Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky2014-03-18
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-15
* Reverted r203879.Galina Kistanova2014-03-14
* Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Remove utils/llvm-native-gcc.Rafael Espindola2014-03-13
* [TableGen] Optionally forbid overlap between named and positional operandsHal Finkel2014-03-13
* Fix a false error reported by the tblgen backend for machine modelAndrew Trick2014-03-13
* [lit] Fix non-function style print statement.Daniel Dunbar2014-03-11
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* [lit] Bump dev version number.Daniel Dunbar2014-03-10
* [lit] Add a README.txt.Daniel Dunbar2014-03-10