summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
...
* TableGen: don't save a StringRef to a local std::string.Tim 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
* [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
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* [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
* [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
* 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
* [x86] Simplify disassembler code slightly.Craig Topper2014-02-26
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-20
* [x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...Craig Topper2014-02-20
* 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
* Add an x86 prefix encoding for instructions that would decode to a different ...Craig Topper2014-02-18
* Remove unused method declaration.Craig Topper2014-02-13
* Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper2014-02-13
* Remove special case filtering for instructions with lock prefix as they are a...Craig Topper2014-02-12
* Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear ...Craig Topper2014-02-12
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* Revert r201059 and r201060.Bob Wilson2014-02-10
* Simplify a bunch of code by removing the need for the x86 disassembler table ...Craig Topper2014-02-10
* Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...Craig Topper2014-02-10
* Remove unnecessary include.Craig Topper2014-02-09
* Remove some unnecessary code. The conditions it was checking had already been...Craig Topper2014-02-09
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* Delete all of the CodeGenInstructions from CodeGenTarget destructor.Craig Topper2014-02-06
* Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper2014-02-05
* Get rid of a vector copy by just making a pointer out of the reference return...Craig Topper2014-02-05
* Fix a vector that was passed by value instead of reference.Craig Topper2014-02-05
* Fix a doxygen comment referencing the wrong method name.Craig Topper2014-02-05