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