| Commit message (Expand) | Author | Age | Files | Lines |
* | When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind. | Jeffrey Yasskin | 2010-03-21 | 1 | -0/+3 |
* | Fix suggested parentheses warning. | Daniel Dunbar | 2010-03-21 | 1 | -2/+2 |
* | Add support for XFAILing valgrind runs with memory leak checking independently | Jeffrey Yasskin | 2010-03-20 | 4 | -19/+23 |
* | Revert r99009 temporarily it seems to be breaking the bots. | Eric Christopher | 2010-03-19 | 3 | -16/+18 |
* | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-19 | 3 | -18/+16 |
* | make getOperandNum a static function (since it's just used by | Chris Lattner | 2010-03-19 | 2 | -31/+28 |
* | major surgery on tblgen: generalize TreePatternNode | Chris Lattner | 2010-03-19 | 5 | -160/+301 |
* | Test commit (removed extra blank line) | Ben Holt | 2010-03-19 | 1 | -1/+0 |
* | FileCheck: Don't print "possibly intended match" line if it would match the | Daniel Dunbar | 2010-03-19 | 1 | -5/+6 |
* | Set numThreads to 1 by default when Python is older than 2.5.2. | Torok Edwin | 2010-03-19 | 1 | -1/+8 |
* | make FillWithPossibleTypes take a predicate to filter types so that | Chris Lattner | 2010-03-19 | 2 | -37/+58 |
* | resolve fixme: we now infer the instruction-level 'isvariadic' bit | Chris Lattner | 2010-03-19 | 2 | -12/+21 |
* | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 4 | -2/+8 |
* | rewrite EnforceSmallerThan to be less bone headed. | Chris Lattner | 2010-03-19 | 2 | -64/+80 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-03-19 | 1 | -2/+1 |
* | eliminate the last use of EEVT::isUnknown | Chris Lattner | 2010-03-19 | 3 | -18/+9 |
* | Finally change the instruction looking map to be a densemap from | Chris Lattner | 2010-03-19 | 4 | -43/+45 |
* | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner | 2010-03-19 | 5 | -45/+39 |
* | revert 98912 | Chris Lattner | 2010-03-19 | 5 | -31/+31 |
* | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner | 2010-03-19 | 5 | -31/+31 |
* | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner | 2010-03-19 | 10 | -37/+41 |
* | factor copy and paste code. | Chris Lattner | 2010-03-19 | 1 | -53/+27 |
* | don't go through getInstructions(). | Chris Lattner | 2010-03-19 | 3 | -16/+17 |
* | look up instructions by record, not by name. | Chris Lattner | 2010-03-19 | 7 | -8/+17 |
* | expand tblgen's support for instructions with implicit defs. | Chris Lattner | 2010-03-18 | 2 | -8/+18 |
* | infer results of a pattern from implicit defs. This allows you to do something | Chris Lattner | 2010-03-18 | 2 | -13/+34 |
* | capture implicit uses and defs in CodeGenInstruction | Chris Lattner | 2010-03-18 | 2 | -0/+6 |
* | simplify this code, the # of sets in the pattern for an instruction | Chris Lattner | 2010-03-18 | 1 | -2/+1 |
* | disallow concatenation of two dags with different operators. | Chris Lattner | 2010-03-18 | 1 | -12/+2 |
* | rewrite this to not artificially force concat the ins/outs list. | Chris Lattner | 2010-03-18 | 1 | -13/+20 |
* | eliminate support for "ops" in the input/output list of an | Chris Lattner | 2010-03-18 | 1 | -4/+2 |
* | remove some code that was working around old sparc v9 backend bugs. | Chris Lattner | 2010-03-18 | 3 | -22/+24 |
* | lit: Tweak example tests config. | Daniel Dunbar | 2010-03-18 | 1 | -33/+0 |
* | MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, | Daniel Dunbar | 2010-03-18 | 1 | -5/+11 |
* | Add an extra newline to separate PP directives from the contents | Kovarththanan Rajaratnam | 2010-03-18 | 1 | -1/+1 |
* | Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when running | Jeffrey Yasskin | 2010-03-18 | 2 | -3/+3 |
* | Use llvm-gcc to build ARM when it's available | Jim Grosbach | 2010-03-17 | 1 | -4/+3 |
* | Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM's | Jeffrey Yasskin | 2010-03-17 | 1 | -0/+12 |
* | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 4 | -1807/+0 |
* | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 4 | -0/+1807 |
* | NNT: Add -nouname option, so machine uniquing can occur across physical machi... | Daniel Dunbar | 2010-03-16 | 1 | -6/+17 |
* | don't form a RecordChild or CheckChildType for child #'s over 7, we don't | Chris Lattner | 2010-03-16 | 1 | -3/+5 |
* | eliminate some #if 0 code I added in r96905, type inference | Chris Lattner | 2010-03-15 | 1 | -18/+0 |
* | Completely rewrite tblgen's type inference mechanism, | Chris Lattner | 2010-03-15 | 7 | -458/+733 |
* | Check in tablegen changes to fix disassembler related failures caused by r98465. | Evan Cheng | 2010-03-14 | 2 | -0/+5 |
* | Make lit pay attention to --vg for unittests too. | Jeffrey Yasskin | 2010-03-13 | 1 | -0/+8 |
* | update mkpatch for MC, patch by Aaron Gray | Chris Lattner | 2010-03-12 | 1 | -1/+1 |
* | Continue propagating the GoogleTest flags until we can update our version to | Chandler Carruth | 2010-03-09 | 2 | -1/+8 |
* | Consolidate GoogleTest make options and duplicate them to its own makefile. | Chandler Carruth | 2010-03-09 | 1 | -0/+9 |
* | Revert r97726 and r97728 at ddunbar's request; we want to solve this | John McCall | 2010-03-08 | 2 | -23/+3 |