aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* fit in 80 colsChris Lattner2010-02-181-7/+11
* redisable this to save people a small amount of build time.Chris Lattner2010-02-171-1/+1
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-171-1/+1
* reduce nesting.Chris Lattner2010-02-171-3/+7
* improve comments, the matcher is now feature complete, on to codegen.Chris Lattner2010-02-171-1/+5
* sink special case "cannotyetselect" for intrinsics out of the Chris Lattner2010-02-171-14/+2
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-174-5/+48
* properly record chain inputs to complex patterns,Chris Lattner2010-02-171-6/+13
* simplify IsChainCompatible codegen, add comments. no Chris Lattner2010-02-171-4/+2
* Prep work to handle input chains of matched patterns and checking forChris Lattner2010-02-171-4/+28
* record input chains.Chris Lattner2010-02-171-0/+9
* prefix captured value names with $ so they look likeChris Lattner2010-02-172-5/+4
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-173-3/+11
* improve comments in generated matcher a bit.Chris Lattner2010-02-171-12/+12
* make the new isel generator plop out a CheckComplexPattern functionChris Lattner2010-02-174-6/+52
* fix inverted condition.Chris Lattner2010-02-171-1/+3
* complex patterns don't get 'record' nodes, they implicitlyChris Lattner2010-02-161-1/+20
* clean up some code, eliminate NodeIsComplexPattern, whichChris Lattner2010-02-161-18/+5
* fix indentationChris Lattner2010-02-161-62/+66
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-162-40/+27
* 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