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