summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Add the lld root to llvm-lit, so llvm-lit can be usedJoey Gouly1-0/+5
2014-01-14Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames1-7/+12
2014-01-14Remove stray comma in enum to satisfy -Wpedantic.Craig Topper1-1/+1
2014-01-14Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix ...Craig Topper1-17/+36
2014-01-13AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky1-2/+3
2014-01-11lit: Provide source locations in cfg files with older Python versionsAlp Toker1-7/+8
2014-01-11lit: execfile() isn't present in Python 3.3Alp Toker1-9/+8
2014-01-10Constant propagate MachineInstrClassName.Roman Divacky1-3/+1
2014-01-10All backends use MC now.Rafael Espindola1-5/+1
2014-01-10Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2-3/+4
2014-01-10reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...Kostya Serebryany1-0/+7
2014-01-09Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"Alp Toker1-7/+0
2014-01-09Disable LeakSanitizer in TableGen binaries, see PR18325Kostya Serebryany1-0/+7
2014-01-08lit: Provide file location in cfg error messagesAlp Toker1-9/+11
2014-01-08[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2-1/+6
2014-01-06The rest of r198588. Remove SegOvrBits from X86 TSFlags since they weren't be...Craig Topper2-9/+0
2014-01-05Use patterns to remove some duplicate instructions.Craig Topper1-3/+1
2014-01-05Fix encoding for PUSH64i16. Add In64BitMode Predicate. Remove disassembler hack.Craig Topper1-2/+1
2014-01-05Remove no longer needed x86 disassembler hack.Craig Topper1-6/+0
2014-01-05Mark x86 _alt instructions as AsmParserOnly so they will be omitted from disa...Craig Topper1-2/+1
2014-01-05Use new ForceDisassemble flag on the 2-byte forms of INC/DEC for 32-bit mode ...Craig Topper1-3/+1
2014-01-05Add a new x86 specific instruction flag to force some isCodeGenOnly instructi...Craig Topper2-2/+5
2014-01-05Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the correspond...Craig Topper1-3/+0
2014-01-05Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Ju...Craig Topper1-3/+4
2014-01-04Tag x86 move to/from debug/control registers with Not64BitMode/In64BitMode. R...Craig Topper1-2/+1
2014-01-04Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it wo...Craig Topper1-2/+1
2014-01-03FileCheck: Print a nice error message for missing closing ']' in regex vars.Adrian Prantl1-4/+9
2014-01-02[TableGen] Handle ValueType in CodeGenDAGPatterns GetNumNodeResultsHal Finkel1-0/+3
2014-01-02Mark REX64_PREFIX as In64BitMode, remove hack from X86RecognizableInstr.Craig Topper1-1/+0
2014-01-02Remove unused HasFROperands field from disassembler.Craig Topper2-17/+0
2014-01-02Mark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode and remove the hack fro...Craig Topper1-4/+0
2014-01-02Remove unnecessary stirng comparison from disassembler.Craig Topper1-1/+0
2014-01-02Mark all x86 Int_ and _Int patterns as isCodeGenOnly so the disassembler tabl...Craig Topper1-4/+0
2014-01-02Remove unused function argument.Craig Topper2-5/+3
2014-01-01Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper3-28/+0
2014-01-01Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper1-8/+4
2014-01-01AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2-43/+50
2014-01-01Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper3-51/+25
2013-12-31Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper3-25/+51
2013-12-30Remove special form of AddRegFrm used by FP instructions. These instructions ...Craig Topper3-51/+25
2013-12-30Remove EscapeFilter. It's funcionality can be covered by correctly using Exte...Craig Topper3-33/+15
2013-12-30Simplify filter accepts function to just return 'condition' instead of branch...Craig Topper1-28/+13
2013-12-30[CMake] Generate ${BUILD_MODE}/llvm-lit for each ${CMAKE_CONFIGURATION_TYPES}.NAKAMURA Takumi2-5/+17
2013-12-29Python compatibility fix for r198150Alp Toker1-8/+5
2013-12-29Prospective Python 3 fix for r198150Alp Toker1-1/+1
2013-12-29lit: Incremental test schedulingAlp Toker3-2/+36
2013-12-25AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky1-4/+26
2013-12-20Install three utils, "FileCheck", "count", and "not", for now to appease llvm...NAKAMURA Takumi3-6/+6
2013-12-20[x86] Rename In32BitMode predicate to Not64BitModeEric Christopher1-2/+3
2013-12-19Add support for positionally-encoded operands to FixedLenDecoderEmitterHal Finkel1-4/+156