[cleanup] Remove trailing whitespace before I start changing this file.
[oota-llvm.git] / utils /
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 NAKAMURA Takumiutils/llvm-lit: Generate "llvm-lit.py" rather than...
2013-12-03 Bill WendlingRemove superfluous label.
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-24 Bill WendlingDefault to a better compression algorithm.
2013-11-20 Daniel SandersFileCheck: fix a bug with multiple --check-prefix optio...
2013-11-20 Bill WendlingAdd -triple option.
2013-11-19 Bill WendlingAdd lld to projects to tag.
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Arnaud A. de Grand... test-release.sh: tweak RPATH for the binary packages.
2013-11-18 Alexey SamsonovUnbreak the build after r194997
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Ahmed BougachaTableGen: Generate an enum for all named Operand types...
2013-11-16 NAKAMURA Takumigtest-death-test.cc: Move ~DeathTestFactory() to unbrea...
2013-11-16 Owen AndersonSmall improvement to InstrinsicEmitter::EmitAttributes...
2013-11-15 Juergen RibutzkaFix previous commit (r194865)
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Chandler CarruthMove all of the GoogleTest files back to the same locat...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Matt ArsenaultUpdate emacs llvm mode.
2013-11-13 Alexey SamsonovFileCheck: fix matching of one check-prefix is a prefix...
2013-11-13 Alexey SamsonovFileCheck: fix a bug with multiple --check-prefix options.
2013-11-10 Matt ArsenaultAllow multiple check prefixes in FileCheck.
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-11-03 Bob WilsonConfigure with --enable-terminfo=no for Apple's llvmCor...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-31 Andrew Trickwhitespace
2013-10-28 Ahmed BougachaTableGen: remove unused variable.
2013-10-28 Ahmed BougachaTableGen: Refactor DAG patterns to enable parsing one...
2013-10-28 Ahmed BougachaTableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.
2013-10-28 Alp Tokerlit: multiprocessing platform fix attempt
2013-10-27 Alp TokerClarify the comment about BSD versions in r193465
2013-10-26 Joerg Sonnenbergerself.path may be empty or otherwise miss the normal...
2013-10-26 Alp Tokerlit: Issue a note when multiprocessing fails to load
2013-10-26 Alp TokerFix a referenced before assignment in r193463
2013-10-26 Alp Tokerlit: handle late multiprocessing errors gracefully
2013-10-26 Alp TokerAttempt to fix the FreeBSD build, disable multiprocessing
2013-10-25 Rafael EspindolaTry to fix the openbsd bot.
2013-10-23 Rafael EspindolaActually switch the default to use multiprocessing
2013-10-23 Daniel Dunbar[lit] Stop hacking the GIL check interval.
2013-10-23 Daniel Dunbar[lit] Use multiprocessing based parallelism by default...
2013-10-20 Peter CollingbourneTypo.
2013-10-18 NAKAMURA TakumiYAMLBench.cpp: Use llvm_move instead of std::move also...
2013-10-18 Michael J. Spencer[Support][YAML] Add support for accessing tags and...
2013-10-17 NAKAMURA TakumiLit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.
2013-10-17 NAKAMURA TakumiLit: Introduce an environment variable, $LIT_PRESERVES_...
2013-10-14 Rafael EspindolaRemove utils/profile.pl.
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-12 Craig TopperRemove more filters from the disassembler. Mark some...
2013-10-12 Craig TopperMark some more instructions as CodeGenOnly. Remove...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Stephen LinReally fix CHECK-LABEL and CHECK-DAG interaction. This...
2013-10-11 Rafael EspindolaFix handling of CHECK-DAG inside of CHECK-LABEL.
2013-10-11 Craig TopperRemove another unnecessary filter from the disassembler.
2013-10-10 Craig TopperFix so CRC32r64r8 isn't accidentally filtered from...
2013-10-09 Craig TopperMore x86 disassembler filtering cleanup.
2013-10-09 Craig TopperRemove some old filters from the x86 disassembler table...
2013-10-08 Craig TopperRemove unneeded MMX instruction definition by moving...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-07 Craig TopperRemove some instructions that seem to only exist to...
2013-10-07 Craig TopperAdd disassembler support for long encodings for INC...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-05 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Richard SandifordFix pattern sort in DAGISelEmitter.cpp
2013-09-30 Craig TopperFilter out repeated sections from the X86 disassembler...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-25 Andrew TrickMark the x86 machine model as incomplete. PR17367.
2013-09-25 Craig TopperFix doxygen comments to use correct function name.
2013-09-25 Craig TopperReplace EVT with MVT in CodeGenDAGAPatterns.cpp.
2013-09-24 Stepan DyatkovskiyPatch that forces MergeFunctions pass for clang.
2013-09-24 Craig TopperFix formatting to match coding standards.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-22 Craig TopperAdd missing index comments to the left side of the...
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-17 Matt ArsenaultMissed using check type enum in one place
2013-09-17 Matt ArsenaultUse function's argument instead of the global flag.
2013-09-17 Matt ArsenaultFileCheck refactor: use enum instead of bunch of bools
2013-09-16 Tim NorthoverTableGen: fix constness of new comparison function.
2013-09-16 Tim NorthoverTableGen: give asm match classes deterministic order.
2013-09-16 Tim NorthoverAsmMatcher: emit subtarget feature enum in deterministi...
2013-09-16 Daniel SandersFix the build for git repositories with multiple remotes.
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-09-14 Daniel Dunbar[lit] Add an --output option, for writing results in...
2013-09-13 Daniel SandersFix build failure reported by Tobias Markmann in bug...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-11 Daniel Dunbar[lit] Add support for attach arbitrary metrics to test...
2013-09-11 Benjamin Kramerllvm-tblgen: Mangle operand replacements into the strin...
2013-09-11 Benjamin Kramerllvm-tblgen: Stabilize subreg index tables.
2013-09-06 Adrian Prantldebuginfo-tests: Add support for an lldb wrapper script
next