summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumen...NAKAMURA Takumi2014-02-02
* Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...Craig Topper2014-02-02
* Simplify some code since VEX and EVEX instructions never have HasOpSizePrefix.Craig Topper2014-02-02
* Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...Craig Topper2014-02-02
* Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the T...Craig Topper2014-01-31
* Move REP out of the Prefix field of the X86 format. Give it its own bit. It h...Craig Topper2014-01-31
* Comment out unused macro because of warningRenato Golin2014-01-30
* Couple minor formatting fixes to the XXXGenDAGISel.inc files.Craig Topper2014-01-30
* Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper2014-01-29
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds.Owen Anderson2014-01-28
* Improve handling of EnforceSmallerThan. Remove all types that are smaller fro...Craig Topper2014-01-28
* Don't use EnforceSmallerThan for EnforceVectorSubVectorTypeIs. EnforceSmaller...Craig Topper2014-01-25
* Fix typo in commment tyep->type.Craig Topper2014-01-25
* Use isConcrete and getConcrete instead of using TypeVec directly.Craig Topper2014-01-25
* Fix EnforceSmallerThan to check !hasVectorTypes on the other type instead of ...Craig Topper2014-01-25
* Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036.Craig Topper2014-01-24
* Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...Craig Topper2014-01-24
* Fix known typosAlp Toker2014-01-24
* ]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-22
* Use ArrayRef to simplify some code.Craig Topper2014-01-21
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-20
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-16
* replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...Kostya Serebryany2014-01-15
* Simplify x86 disassembler table handling of when to use TYPE_Rv/TYPE_R16/TYPE...Craig Topper2014-01-15
* Add the lld root to llvm-lit, so llvm-lit can be usedJoey Gouly2014-01-14
* Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames2014-01-14
* Remove stray comma in enum to satisfy -Wpedantic.Craig Topper2014-01-14
* Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix ...Craig Topper2014-01-14
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-13
* lit: Provide source locations in cfg files with older Python versionsAlp Toker2014-01-11
* lit: execfile() isn't present in Python 3.3Alp Toker2014-01-11
* Constant propagate MachineInstrClassName.Roman Divacky2014-01-10
* All backends use MC now.Rafael Espindola2014-01-10
* Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2014-01-10
* reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...Kostya Serebryany2014-01-10
* Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"Alp Toker2014-01-09
* Disable LeakSanitizer in TableGen binaries, see PR18325Kostya Serebryany2014-01-09
* lit: Provide file location in cfg error messagesAlp Toker2014-01-08
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* The rest of r198588. Remove SegOvrBits from X86 TSFlags since they weren't be...Craig Topper2014-01-06
* Use patterns to remove some duplicate instructions.Craig Topper2014-01-05
* Fix encoding for PUSH64i16. Add In64BitMode Predicate. Remove disassembler hack.Craig Topper2014-01-05
* Remove no longer needed x86 disassembler hack.Craig Topper2014-01-05
* Mark x86 _alt instructions as AsmParserOnly so they will be omitted from disa...Craig Topper2014-01-05
* Use new ForceDisassemble flag on the 2-byte forms of INC/DEC for 32-bit mode ...Craig Topper2014-01-05
* Add a new x86 specific instruction flag to force some isCodeGenOnly instructi...Craig Topper2014-01-05