aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* remove the DisablePatternForFastISel predicate, which is a checkChris Lattner2010-02-141-24/+3
* add an insertion operator.Chris Lattner2010-02-141-0/+5
* tidy upChris Lattner2010-02-141-2/+4
* Forward parameter options as '-option=parameter'.Mikhail Glushenkov2010-02-131-2/+2
* pull a bunch of huge inline methods in the PatternCodeEmitter Chris Lattner2010-02-131-866/+890
* Added the rdtscp instruction to the x86 instructionSean Callanan2010-02-131-1/+2
* Fixed encodings for invlpg, invept, and invvpid.Sean Callanan2010-02-131-32/+7
* remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner2010-02-131-8/+8
* Remove special cases for [LM]FENCE, MONITOR and MWAIT fromChris Lattner2010-02-121-3/+0
* Reworked the Intel disassembler to support instructionsSean Callanan2010-02-121-17/+51
* add a bunch of mod/rm encoding types for fixed mod/rm bytes.Chris Lattner2010-02-121-2/+3
* MC: Fix bug where trailing tied operands were forgotten; the X86 assemblerDaniel Dunbar2010-02-121-19/+43
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-112-0/+45
* work around a gcc bug with -Wuninitialized.Chris Lattner2010-02-101-0/+1
* lit: Ignore dot files when scanning for tests (e.g., editor temprary files,Daniel Dunbar2010-02-101-1/+6
* MC/AsmMatcher: Tweak conversion function name.Daniel Dunbar2010-02-101-1/+1
* MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts.Daniel Dunbar2010-02-101-9/+67
* Remove stray DOS newline.Daniel Dunbar2010-02-101-1/+1
* Updated the enhanced disassembly library's TableGenSean Callanan2010-02-101-8/+1
* Updated the TableGen emitter for the EnhancedSean Callanan2010-02-101-209/+24
* Changed AsmWriterOperand to also include the index of theSean Callanan2010-02-102-4/+15
* Introduce a new CodeGenInstruction::ConstraintInfo classChris Lattner2010-02-104-25/+57
* Fixed some indentation in the AsmWriterInstSean Callanan2010-02-094-14/+22
* Added AsmWriterInst.cpp to the CMakeList so thatSean Callanan2010-02-091-0/+1
* Per PR 6219, factored AsmWriterInst and AsmWriterOperandSean Callanan2010-02-093-325/+364
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-093-9/+9
* pass stringref by value instead of by const&Chris Lattner2010-02-091-10/+10
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-062-1/+2
* Make lit's gtest support honor config.environment.Jeffrey Yasskin2010-02-052-8/+17
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-041-1/+142
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-031-18/+0
* AsmMatcherEmitter: Use stable_sort when reordering instructions, so that orderDaniel Dunbar2010-02-021-3/+5
* AsmMatcher: Create operand classes before use, apparently records aren't visitedDaniel Dunbar2010-01-301-1/+7
* FileCheck: When looking for "possible matches", only compare against the prefixDaniel Dunbar2010-01-301-1/+4
* Minor code cleanup.Dan Gohman2010-01-291-1/+1
* Skip whitespace when looking for a potential intended match.Dan Gohman2010-01-291-0/+5
* Fix the position of the caret in the FileCheck error message.Dan Gohman2010-01-291-1/+4
* FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.Daniel Dunbar2010-01-291-6/+1
* Quick fix to make the header file for the enhancedSean Callanan2010-01-291-3/+3
* Recognize 'add_executable' when analyzing CMake files.Ted Kremenek2010-01-291-1/+2
* Update CMake build.Ted Kremenek2010-01-291-0/+1
* Added a custom TableGen backend to support theSean Callanan2010-01-293-0/+905
* Escape double quotes in 'help'.Mikhail Glushenkov2010-01-261-2/+17
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-242-0/+2
* Modified the register matcher function in AsmMatcher toSean Callanan2010-01-231-3/+5
* AsmMatcher: Add a comment.Daniel Dunbar2010-01-231-0/+4
* Make GetSourceVersion more portable, thanks Pawel!Daniel Dunbar2010-01-221-1/+1
* lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar2010-01-221-1/+1
* Add a simple script for getting a version tag from a svn/git-svn/gitDaniel Dunbar2010-01-211-0/+27
* The change in r90189 adds a link in a directory outside the iPhone platformBob Wilson2010-01-191-16/+11