aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-194-2/+8
* rewrite EnforceSmallerThan to be less bone headed.Chris Lattner2010-03-192-64/+80
* Fix -Asserts warning.Daniel Dunbar2010-03-191-2/+1
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-193-18/+9
* Finally change the instruction looking map to be a densemap fromChris Lattner2010-03-194-43/+45
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-195-45/+39
* revert 98912Chris Lattner2010-03-195-31/+31
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-195-31/+31
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-1910-37/+41
* factor copy and paste code.Chris Lattner2010-03-191-53/+27
* don't go through getInstructions().Chris Lattner2010-03-193-16/+17
* look up instructions by record, not by name.Chris Lattner2010-03-197-8/+17
* expand tblgen's support for instructions with implicit defs.Chris Lattner2010-03-182-8/+18
* infer results of a pattern from implicit defs. This allows you to do something Chris Lattner2010-03-182-13/+34
* capture implicit uses and defs in CodeGenInstructionChris Lattner2010-03-182-0/+6
* simplify this code, the # of sets in the pattern for an instructionChris Lattner2010-03-181-2/+1
* disallow concatenation of two dags with different operators.Chris Lattner2010-03-181-12/+2
* rewrite this to not artificially force concat the ins/outs list.Chris Lattner2010-03-181-13/+20
* eliminate support for "ops" in the input/output list of anChris Lattner2010-03-181-4/+2
* remove some code that was working around old sparc v9 backend bugs.Chris Lattner2010-03-183-22/+24
* lit: Tweak example tests config.Daniel Dunbar2010-03-181-33/+0
* MC/AsmMatcher: Add support for target specific "instruction cleanup" functions,Daniel Dunbar2010-03-181-5/+11
* Add an extra newline to separate PP directives from the contentsKovarththanan Rajaratnam2010-03-181-1/+1
* Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when runningJeffrey Yasskin2010-03-182-3/+3
* Use llvm-gcc to build ARM when it's availableJim Grosbach2010-03-171-4/+3
* Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM'sJeffrey Yasskin2010-03-171-0/+12
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-164-1807/+0
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-164-0/+1807
* NNT: Add -nouname option, so machine uniquing can occur across physical machi...Daniel Dunbar2010-03-161-6/+17
* don't form a RecordChild or CheckChildType for child #'s over 7, we don'tChris Lattner2010-03-161-3/+5
* eliminate some #if 0 code I added in r96905, type inference Chris Lattner2010-03-151-18/+0
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-157-458/+733
* Check in tablegen changes to fix disassembler related failures caused by r98465.Evan Cheng2010-03-142-0/+5
* Make lit pay attention to --vg for unittests too.Jeffrey Yasskin2010-03-131-0/+8
* update mkpatch for MC, patch by Aaron GrayChris Lattner2010-03-121-1/+1
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-092-1/+8
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-091-0/+9
* Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall2010-03-082-23/+3
* Node arguments to type casts can have names too. This codeChris Lattner2010-03-081-0/+8
* turn off debug spewChris Lattner2010-03-071-2/+2
* more factoring.Chris Lattner2010-03-072-32/+34
* teach tblgen to be more aggressive when factoring CheckType nodes.Chris Lattner2010-03-071-29/+95
* add some helper functions and implement isContradictory Chris Lattner2010-03-072-0/+99
* If LD_LIBRARY_PATH is set in the system environment, use it.Duncan Sands2010-03-051-0/+1
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-051-19/+57
* Simplify the condition-checking logic and hopefully clear up a build failureJohn McCall2010-03-041-14/+7
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-042-3/+30
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-041-10/+32
* zap fixme.Chris Lattner2010-03-041-4/+0
* now that complexpatterns are all emitted at the end of the matchChris Lattner2010-03-041-4/+3