summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the correspond...Craig Topper2014-01-05
* Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Ju...Craig Topper2014-01-05
* Tag x86 move to/from debug/control registers with Not64BitMode/In64BitMode. R...Craig Topper2014-01-04
* Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it wo...Craig Topper2014-01-04
* FileCheck: Print a nice error message for missing closing ']' in regex vars.Adrian Prantl2014-01-03
* [TableGen] Handle ValueType in CodeGenDAGPatterns GetNumNodeResultsHal Finkel2014-01-02
* Mark REX64_PREFIX as In64BitMode, remove hack from X86RecognizableInstr.Craig Topper2014-01-02
* Remove unused HasFROperands field from disassembler.Craig Topper2014-01-02
* Mark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode and remove the hack fro...Craig Topper2014-01-02
* Remove unnecessary stirng comparison from disassembler.Craig Topper2014-01-02
* Mark all x86 Int_ and _Int patterns as isCodeGenOnly so the disassembler tabl...Craig Topper2014-01-02
* Remove unused function argument.Craig Topper2014-01-02
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-01
* Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper2014-01-01
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper2014-01-01
* Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper2013-12-31
* Remove special form of AddRegFrm used by FP instructions. These instructions ...Craig Topper2013-12-30
* Remove EscapeFilter. It's funcionality can be covered by correctly using Exte...Craig Topper2013-12-30
* Simplify filter accepts function to just return 'condition' instead of branch...Craig Topper2013-12-30
* [CMake] Generate ${BUILD_MODE}/llvm-lit for each ${CMAKE_CONFIGURATION_TYPES}.NAKAMURA Takumi2013-12-30
* Python compatibility fix for r198150Alp Toker2013-12-29
* Prospective Python 3 fix for r198150Alp Toker2013-12-29
* lit: Incremental test schedulingAlp Toker2013-12-29
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* Install three utils, "FileCheck", "count", and "not", for now to appease llvm...NAKAMURA Takumi2013-12-20
* [x86] Rename In32BitMode predicate to Not64BitModeEric Christopher2013-12-20
* Add support for positionally-encoded operands to FixedLenDecoderEmitterHal Finkel2013-12-19
* Add support for PointerLikeRegClass to FixedLenDecoderEmitterHal Finkel2013-12-19
* Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel2013-12-17
* Tweak lit/TestingConfig.py Py3-compatible. has_key is dead.NAKAMURA Takumi2013-12-17
* Add missing trailing comma in llvm-lit.inReid Kleckner2013-12-17
* Add the lit site config for unittests to bin/llvm-litReid Kleckner2013-12-17
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-12
* Correct word hyphenationsAlp Toker2013-12-05
* utils/llvm-lit: Generate "llvm-lit.py" rather than "llvm-lit" on Win32 hosts ...NAKAMURA Takumi2013-12-03
* Remove superfluous label.Bill Wendling2013-12-03
* Remove dead code.Rafael Espindola2013-12-02
* Default to a better compression algorithm.Bill Wendling2013-11-24
* FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders2013-11-20
* Add -triple option.Bill Wendling2013-11-20
* Add lld to projects to tag.Bill Wendling2013-11-19
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* test-release.sh: tweak RPATH for the binary packages.Arnaud A. de Grandmaison2013-11-18
* Unbreak the build after r194997Alexey Samsonov2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.Ahmed Bougacha2013-11-17
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-16