aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* simplify this code. In the new world order there is noChris Lattner2010-02-161-27/+24
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-164-38/+14
* change dag isel emitter to only call 'IsProfitableToFold' on nodesChris Lattner2010-02-161-3/+13
* mark all the generated node predicates 'const'.Chris Lattner2010-02-161-2/+2
* generate code for node and pattern predicates. Note that this won'tChris Lattner2010-02-162-12/+60
* refactor some code into a local class.Chris Lattner2010-02-161-14/+22
* remove now dead code and fixme.Chris Lattner2010-02-162-4/+0
* remove dead code. This is never generated for any targets in mainline.Chris Lattner2010-02-161-15/+0
* add support for the new isel matcher to generate Chris Lattner2010-02-166-11/+107
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-151-4/+6
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-156-2/+1001
* Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov2010-02-151-2/+2
* constizeChris Lattner2010-02-142-4/+4
* clean up a bunch of code, move some random predicatesChris Lattner2010-02-143-101/+110
* 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