summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-10
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Configure with --enable-terminfo=no for Apple's llvmCore builds.Bob Wilson2013-11-03
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-31
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* whitespaceAndrew Trick2013-10-31
* TableGen: remove unused variable.Ahmed Bougacha2013-10-28
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-28
* TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha2013-10-28
* lit: multiprocessing platform fix attemptAlp Toker2013-10-28
* Clarify the comment about BSD versions in r193465Alp Toker2013-10-27
* self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger2013-10-26
* lit: Issue a note when multiprocessing fails to loadAlp Toker2013-10-26
* Fix a referenced before assignment in r193463Alp Toker2013-10-26
* lit: handle late multiprocessing errors gracefullyAlp Toker2013-10-26