summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* 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
* Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson2013-11-16
* Fix previous commit (r194865)Juergen Ributzka2013-11-15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Update emacs llvm mode.Matt Arsenault2013-11-14
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-13
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-13