2014-01-20 |
David Woodhouse | [x86] Fix disassembly of MOV16ao16 et al. |
tree | commitdiff |
2014-01-16 |
Craig Topper | Allow x86 mov instructions to/from memory with absolute... |
tree | commitdiff |
2014-01-15 |
Kostya Serebryany | replace LeakSanitizerIsTurnedOffForTheCurrentProcess... |
tree | commitdiff |
2014-01-15 |
Craig Topper | Simplify x86 disassembler table handling of when to... |
tree | commitdiff |
2014-01-14 |
Joey Gouly | Add the lld root to llvm-lit, so llvm-lit can be used |
tree | commitdiff |
2014-01-14 |
Lang Hames | Add FPExt option to CCValAssign::LocInfo. When generati... |
tree | commitdiff |
2014-01-14 |
Craig Topper | Remove stray comma in enum to satisfy -Wpedantic. |
tree | commitdiff |
2014-01-14 |
Craig Topper | Separate the concept of 16-bit/32-bit operand size... |
tree | commitdiff |
2014-01-13 |
Elena Demikhovsky | AVX-512: Embedded Rounding Control - encoding and printing |
tree | commitdiff |
2014-01-11 |
Alp Toker | lit: Provide source locations in cfg files with older... |
tree | commitdiff |
2014-01-11 |
Alp Toker | lit: execfile() isn't present in Python 3.3 |
tree | commitdiff |
2014-01-10 |
Roman Divacky | Constant propagate MachineInstrClassName. |
tree | commitdiff |
2014-01-10 |
Rafael Espindola | All backends use MC now. |
tree | commitdiff |
2014-01-10 |
NAKAMURA Takumi | Sink add_llvm_library(gtest_main) to UnitTestMain/CMake... |
tree | commitdiff |
2014-01-10 |
Kostya Serebryany | reapply r198858: Disable LeakSanitizer in TableGen... |
tree | commitdiff |
2014-01-09 |
Alp Toker | Revert "Disable LeakSanitizer in TableGen binaries... |
tree | commitdiff |
2014-01-09 |
Kostya Serebryany | Disable LeakSanitizer in TableGen binaries, see PR18325 |
tree | commitdiff |
2014-01-08 |
Alp Toker | lit: Provide file location in cfg error messages |
tree | commitdiff |
2014-01-08 |
David Woodhouse | [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse... |
tree | commitdiff |
2014-01-06 |
Craig Topper | The rest of r198588. Remove SegOvrBits from X86 TSFlags... |
tree | commitdiff |
2014-01-05 |
Craig Topper | Use patterns to remove some duplicate instructions. |
tree | commitdiff |
2014-01-05 |
Craig Topper | Fix encoding for PUSH64i16. Add In64BitMode Predicate... |
tree | commitdiff |
2014-01-05 |
Craig Topper | Remove no longer needed x86 disassembler hack. |
tree | commitdiff |
2014-01-05 |
Craig Topper | Mark x86 _alt instructions as AsmParserOnly so they... |
tree | commitdiff |
2014-01-05 |
Craig Topper | Use new ForceDisassemble flag on the 2-byte forms of... |
tree | commitdiff |
2014-01-05 |
Craig Topper | Add a new x86 specific instruction flag to force some... |
tree | commitdiff |
2014-01-05 |
Craig Topper | Mark the 64-bit x86 push/pop instructions as In64BitMod... |
tree | commitdiff |
2014-01-05 |
Craig Topper | Don't use PrintFatalError(which calls exit) for 'Primar... |
tree | commitdiff |
2014-01-04 |
Craig Topper | Tag x86 move to/from debug/control registers with Not64... |
tree | commitdiff |
2014-01-04 |
Craig Topper | Remove JMP64pcrel32 (jmpq ). There are no tests for... |
tree | commitdiff |
2014-01-03 |
Adrian Prantl | FileCheck: Print a nice error message for missing closi... |
tree | commitdiff |
2014-01-02 |
Hal Finkel | [TableGen] Handle ValueType in CodeGenDAGPatterns GetNu... |
tree | commitdiff |
2014-01-02 |
Craig Topper | Mark REX64_PREFIX as In64BitMode, remove hack from... |
tree | commitdiff |
2014-01-02 |
Craig Topper | Remove unused HasFROperands field from disassembler. |
tree | commitdiff |
2014-01-02 |
Craig Topper | Mark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode... |
tree | commitdiff |
2014-01-02 |
Craig Topper | Remove unnecessary stirng comparison from disassembler. |
tree | commitdiff |
2014-01-02 |
Craig Topper | Mark all x86 Int_ and _Int patterns as isCodeGenOnly... |
tree | commitdiff |
2014-01-02 |
Craig Topper | Remove unused function argument. |
tree | commitdiff |
2014-01-01 |
Craig Topper | Remove modifierType/Base from X86 disassembler tables... |
tree | commitdiff |
2014-01-01 |
Craig Topper | Remove need for MODIFIER_OPCODE in the disassembler... |
tree | commitdiff |
2014-01-01 |
Elena Demikhovsky | AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale... |
tree | commitdiff |
2014-01-01 |
Craig Topper | Second attempt at Removing special form of AddRegFrm... |
tree | commitdiff |
2013-12-31 |
Craig Topper | Revert r198238 and add FP disassembler tests. It didn... |
tree | commitdiff |
2013-12-30 |
Craig Topper | Remove special form of AddRegFrm used by FP instruction... |
tree | commitdiff |
2013-12-30 |
Craig Topper | Remove EscapeFilter. It's funcionality can be covered... |
tree | commitdiff |
2013-12-30 |
Craig Topper | Simplify filter accepts function to just return 'condit... |
tree | commitdiff |
2013-12-30 |
NAKAMURA Takumi | [CMake] Generate ${BUILD_MODE}/llvm-lit for each $... |
tree | commitdiff |
2013-12-29 |
Alp Toker | Python compatibility fix for r198150 |
tree | commitdiff |
2013-12-29 |
Alp Toker | Prospective Python 3 fix for r198150 |
tree | commitdiff |
2013-12-29 |
Alp Toker | lit: Incremental test scheduling |
tree | commitdiff |
2013-12-25 |
Elena Demikhovsky | AVX-512: decoder for AVX-512, made by Alexey Bader. |
tree | commitdiff |
2013-12-20 |
NAKAMURA Takumi | Install three utils, "FileCheck", "count", and "not... |
tree | commitdiff |
2013-12-20 |
Eric Christopher | [x86] Rename In32BitMode predicate to Not64BitMode |
tree | commitdiff |
2013-12-19 |
Hal Finkel | Add support for positionally-encoded operands to FixedL... |
tree | commitdiff |
2013-12-19 |
Hal Finkel | Add support for PointerLikeRegClass to FixedLenDecoderE... |
tree | commitdiff |
2013-12-17 |
Hal Finkel | Support little-endian encodings in the FixedLenDecoderE... |
tree | commitdiff |
2013-12-17 |
NAKAMURA Takumi | Tweak lit/TestingConfig.py Py3-compatible. has_key... |
tree | commitdiff |
2013-12-17 |
Reid Kleckner | Add missing trailing comma in llvm-lit.in |
tree | commitdiff |
2013-12-17 |
Reid Kleckner | Add the lit site config for unittests to bin/llvm-lit |
tree | commitdiff |
2013-12-16 |
Elena Demikhovsky | AVX-512: Added legal type MVT::i1 and VK1 register... |
tree | commitdiff |
2013-12-12 |
Hans Wennborg | Expose FileCheck's AddFixedStringToRegEx as Regex:... |
tree | commitdiff |
2013-12-05 |
Alp Toker | Correct word hyphenations |
tree | commitdiff |
2013-12-03 |
NAKAMURA Takumi | utils/llvm-lit: Generate "llvm-lit.py" rather than... |
tree | commitdiff |
2013-12-03 |
Bill Wendling | Remove superfluous label. |
tree | commitdiff |
2013-12-02 |
Rafael Espindola | Remove dead code. |
tree | commitdiff |
2013-11-24 |
Bill Wendling | Default to a better compression algorithm. |
tree | commitdiff |
2013-11-20 |
Daniel Sanders | FileCheck: fix a bug with multiple --check-prefix optio... |
tree | commitdiff |
2013-11-20 |
Bill Wendling | Add -triple option. |
tree | commitdiff |
2013-11-19 |
Bill Wendling | Add lld to projects to tag. |
tree | commitdiff |
2013-11-19 |
Juergen Ributzka | [weak vtables] Place class definitions into anonymous... |
tree | commitdiff |
2013-11-19 |
Juergen Ributzka | [weak vtables] Remove a bunch of weak vtables |
tree | commitdiff |
2013-11-18 |
Arnaud A. de Grand... | test-release.sh: tweak RPATH for the binary packages. |
tree | commitdiff |
2013-11-18 |
Alexey Samsonov | Unbreak the build after r194997 |
tree | commitdiff |
2013-11-18 |
Alexey Samsonov | Revert r194865 and r194874. |
tree | commitdiff |
2013-11-17 |
Ahmed Bougacha | TableGen: Generate an enum for all named Operand types... |
tree | commitdiff |
2013-11-16 |
NAKAMURA Takumi | gtest-death-test.cc: Move ~DeathTestFactory() to unbrea... |
tree | commitdiff |
2013-11-16 |
Owen Anderson | Small improvement to InstrinsicEmitter::EmitAttributes... |
tree | commitdiff |
2013-11-15 |
Juergen Ributzka | Fix previous commit (r194865) |
tree | commitdiff |
2013-11-15 |
Juergen Ributzka | [weak vtables] Remove a bunch of weak vtables |
tree | commitdiff |
2013-11-15 |
Chandler Carruth | Move all of the GoogleTest files back to the same locat... |
tree | commitdiff |
2013-11-15 |
Matt Arsenault | Add addrspacecast instruction. |
tree | commitdiff |
2013-11-14 |
Matt Arsenault | Update emacs llvm mode. |
tree | commitdiff |
2013-11-13 |
Alexey Samsonov | FileCheck: fix matching of one check-prefix is a prefix... |
tree | commitdiff |
2013-11-13 |
Alexey Samsonov | FileCheck: fix a bug with multiple --check-prefix options. |
tree | commitdiff |
2013-11-10 |
Matt Arsenault | Allow multiple check prefixes in FileCheck. |
tree | commitdiff |
2013-11-03 |
Elena Demikhovsky | AVX-512: added VPCONFLICT instruction and intrinsics, |
tree | commitdiff |
2013-11-03 |
Bob Wilson | Configure with --enable-terminfo=no for Apple's llvmCor... |
tree | commitdiff |
2013-11-01 |
Rafael Espindola | Remove linkonce_odr_auto_hide. |
tree | commitdiff |
2013-10-31 |
Andrew Trick | Lower stackmap intrinsics directly to their target... |
tree | commitdiff |
2013-10-31 |
Andrew Trick | Enable variable arguments support for intrinsics. |
tree | commitdiff |
2013-10-31 |
Andrew Trick | whitespace |
tree | commitdiff |
2013-10-28 |
Ahmed Bougacha | TableGen: remove unused variable. |
tree | commitdiff |
2013-10-28 |
Ahmed Bougacha | TableGen: Refactor DAG patterns to enable parsing one... |
tree | commitdiff |
2013-10-28 |
Ahmed Bougacha | TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts. |
tree | commitdiff |
2013-10-28 |
Alp Toker | lit: multiprocessing platform fix attempt |
tree | commitdiff |
2013-10-27 |
Alp Toker | Clarify the comment about BSD versions in r193465 |
tree | commitdiff |
2013-10-26 |
Joerg Sonnenberger | self.path may be empty or otherwise miss the normal... |
tree | commitdiff |
2013-10-26 |
Alp Toker | lit: Issue a note when multiprocessing fails to load |
tree | commitdiff |
2013-10-26 |
Alp Toker | Fix a referenced before assignment in r193463 |
tree | commitdiff |
2013-10-26 |
Alp Toker | lit: handle late multiprocessing errors gracefully |
tree | commitdiff |
next |