aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.Jeffrey Yasskin2010-03-211-0/+3
* Fix suggested parentheses warning.Daniel Dunbar2010-03-211-2/+2
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-204-19/+23
* Revert r99009 temporarily it seems to be breaking the bots.Eric Christopher2010-03-193-16/+18
* Change intrinsic result type for void to store it as an empty listChris Lattner2010-03-193-18/+16
* make getOperandNum a static function (since it's just used by Chris Lattner2010-03-192-31/+28
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-195-160/+301
* Test commit (removed extra blank line)Ben Holt2010-03-191-1/+0
* FileCheck: Don't print "possibly intended match" line if it would match theDaniel Dunbar2010-03-191-5/+6
* Set numThreads to 1 by default when Python is older than 2.5.2.Torok Edwin2010-03-191-1/+8
* make FillWithPossibleTypes take a predicate to filter types so that Chris Lattner2010-03-192-37/+58
* resolve fixme: we now infer the instruction-level 'isvariadic' bitChris Lattner2010-03-192-12/+21
* 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