Age | Commit message (Expand) | Author |
2010-02-15 | Check in the first big step of rewriting DAGISelEmitter to | Chris Lattner |
2010-02-15 | Revert r96130 ("Forward parameter options as '-option=param'"). | Mikhail Glushenkov |
2010-02-14 | constize | Chris Lattner |
2010-02-14 | clean up a bunch of code, move some random predicates | Chris Lattner |
2010-02-14 | remove the DisablePatternForFastISel predicate, which is a check | Chris Lattner |
2010-02-14 | add an insertion operator. | Chris Lattner |
2010-02-14 | tidy up | Chris Lattner |
2010-02-13 | Forward parameter options as '-option=parameter'. | Mikhail Glushenkov |
2010-02-13 | pull a bunch of huge inline methods in the PatternCodeEmitter | Chris Lattner |
2010-02-13 | Added the rdtscp instruction to the x86 instruction | Sean Callanan |
2010-02-13 | Fixed encodings for invlpg, invept, and invvpid. | Sean Callanan |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |
2010-02-12 | Remove special cases for [LM]FENCE, MONITOR and MWAIT from | Chris Lattner |
2010-02-12 | Reworked the Intel disassembler to support instructions | Sean Callanan |
2010-02-12 | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner |
2010-02-12 | MC: Fix bug where trailing tied operands were forgotten; the X86 assembler | Daniel Dunbar |
2010-02-11 | enhance llvm-mc -show-inst to print the enum of an instruction, like so: | Chris Lattner |
2010-02-10 | work around a gcc bug with -Wuninitialized. | Chris Lattner |
2010-02-10 | lit: Ignore dot files when scanning for tests (e.g., editor temprary files, | Daniel Dunbar |
2010-02-10 | MC/AsmMatcher: Tweak conversion function name. | Daniel Dunbar |
2010-02-10 | MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts. | Daniel Dunbar |
2010-02-10 | Remove stray DOS newline. | Daniel Dunbar |
2010-02-10 | Updated the enhanced disassembly library's TableGen | Sean Callanan |
2010-02-10 | Updated the TableGen emitter for the Enhanced | Sean Callanan |
2010-02-10 | Changed AsmWriterOperand to also include the index of the | Sean Callanan |
2010-02-10 | Introduce a new CodeGenInstruction::ConstraintInfo class | Chris Lattner |
2010-02-09 | Fixed some indentation in the AsmWriterInst | Sean Callanan |
2010-02-09 | Added AsmWriterInst.cpp to the CMakeList so that | Sean Callanan |
2010-02-09 | Per PR 6219, factored AsmWriterInst and AsmWriterOperand | Sean Callanan |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-02-09 | pass stringref by value instead of by const& | Chris Lattner |
2010-02-06 | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen |
2010-02-05 | Make lit's gtest support honor config.environment. | Jeffrey Yasskin |
2010-02-04 | New flag for GenLibDeps, and llvm-config-perobjincl. | Torok Edwin |
2010-02-03 | sink handling of target-independent machine instrs (other | Chris Lattner |
2010-02-02 | AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order | Daniel Dunbar |
2010-01-30 | AsmMatcher: Create operand classes before use, apparently records aren't visited | Daniel Dunbar |
2010-01-30 | FileCheck: When looking for "possible matches", only compare against the prefix | Daniel Dunbar |
2010-01-29 | Minor code cleanup. | Dan Gohman |
2010-01-29 | Skip whitespace when looking for a potential intended match. | Dan Gohman |
2010-01-29 | Fix the position of the caret in the FileCheck error message. | Dan Gohman |
2010-01-29 | FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. | Daniel Dunbar |
2010-01-29 | Quick fix to make the header file for the enhanced | Sean Callanan |
2010-01-29 | Recognize 'add_executable' when analyzing CMake files. | Ted Kremenek |
2010-01-29 | Update CMake build. | Ted Kremenek |
2010-01-29 | Added a custom TableGen backend to support the | Sean Callanan |
2010-01-26 | Escape double quotes in 'help'. | Mikhail Glushenkov |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-23 | Modified the register matcher function in AsmMatcher to | Sean Callanan |
2010-01-23 | AsmMatcher: Add a comment. | Daniel Dunbar |