summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* Unbreak the C++11 build.Benjamin Kramer2014-03-03
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* Add an OutPatFrag TableGen classHal Finkel2014-02-28
* Fix indentation.Craig Topper2014-02-27
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [x86] Simplify disassembler code slightly.Craig Topper2014-02-26
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-20
* test_debuginfo.pl: Make failures easier to debug by printing the debuggerAdrian Prantl2014-02-20
* [x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...Craig Topper2014-02-20
* Support GTest for FreeBSD platforms (9.x)Alexey Samsonov2014-02-19
* Remove special FP opcode maps and instead add enough MRM_XX formats to handle...Craig Topper2014-02-19
* Put some of the X86 formats in a more logical order.Craig Topper2014-02-19
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-19
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18