summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* [lit] Add --version option.Daniel Dunbar2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* clang-format a bit of code to make the next patch easier to read.Rafael Espindola2014-03-07
* AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed...Elena Demikhovsky2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Add 'override' keywords to tablegen code.Craig Topper2014-03-05
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Adding support for MSVC debugger visualization of the Optional datatype.Aaron Ballman2014-03-03