Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
[oota-llvm.git] / utils /
2010-03-29 Chris LattnerSwitch pattern sorting predicate from stable sort ...
2010-03-29 Chris Lattnerrevert 99795, as mentioned, it is disabled anyway.
2010-03-29 Chris LattnerCheck in a (disabled) failed attempt to improve the...
2010-03-29 Chris Lattnerprint the complexity of the pattern being matched in the
2010-03-28 Chris Lattnerimprove type checking of SDNode operand count. This...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattnerteach tblgen to allow patterns like (add (i32 (bitconve...
2010-03-28 Chris Lattnervalidate that input sdnodes don't exist in an output...
2010-03-28 Chris Lattnereliminate a bunch of code duplication in ParseTreePattern
2010-03-28 Chris LattnerSDTCisVT<0, isVoid> is not valid, reject it.
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
2010-03-27 Chris Lattnerfix a long standing fixme, which required fixing a...
2010-03-27 Chris Lattnerfix CodeGenTarget::getRegisterVTs to not return the
2010-03-27 Chris Lattnerhoist some funky logic into CodeGenInstruction
2010-03-27 Chris Lattnercontinue pushing tblgen's support for nodes with multiple
2010-03-27 Chris Lattnerfix a bug in my recent patch that increased opcode...
2010-03-27 Dan GohmanRemove an unnecessary #include.
2010-03-27 Chris Lattnerremove parallel support.
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Daniel Dunbarlit: Add LitTestCase and lit.load_test_suite, for adapt...
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-25 Jakob Stoklund OlesenFix evil TableGen bug in template parameters with defaults.
2010-03-24 Chris Lattneradd plumbing for handling multiple result nodes
2010-03-24 Chris Lattnerimplement SDTCisVTSmallerThanOp with EnforceSmallerThan
2010-03-24 Chris Lattnerbring sanity to EnforceVectorEltType
2010-03-23 Chris LattnerCleanup getImplicitType
2010-03-23 Chris Lattnerreject void in intrinsic type lists.
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-21 Jeffrey YasskinWhen we don't pass --vg-leak to lit, pass --leak-check...
2010-03-21 Daniel DunbarFix suggested parentheses warning.
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-19 Eric ChristopherRevert r99009 temporarily it seems to be breaking the...
2010-03-19 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-19 Chris Lattnermake getOperandNum a static function (since it's just...
2010-03-19 Chris Lattnermajor surgery on tblgen: generalize TreePatternNode
2010-03-19 Ben HoltTest commit (removed extra blank line)
2010-03-19 Daniel DunbarFileCheck: Don't print "possibly intended match" line...
2010-03-19 Torok EdwinSet numThreads to 1 by default when Python is older...
2010-03-19 Chris Lattnermake FillWithPossibleTypes take a predicate to filter...
2010-03-19 Chris Lattnerresolve fixme: we now infer the instruction-level ...
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnerrewrite EnforceSmallerThan to be less bone headed.
2010-03-19 Daniel DunbarFix -Asserts warning.
2010-03-19 Chris Lattnereliminate the last use of EEVT::isUnknown
2010-03-19 Chris LattnerFinally change the instruction looking map to be a...
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerrevert 98912
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-03-19 Chris Lattnerfactor copy and paste code.
2010-03-19 Chris Lattnerdon't go through getInstructions().
2010-03-19 Chris Lattnerlook up instructions by record, not by name.
2010-03-18 Chris Lattnerexpand tblgen's support for instructions with implicit...
2010-03-18 Chris Lattnerinfer results of a pattern from implicit defs. This...
2010-03-18 Chris Lattnercapture implicit uses and defs in CodeGenInstruction
2010-03-18 Chris Lattnersimplify this code, the # of sets in the pattern for...
2010-03-18 Chris Lattnerdisallow concatenation of two dags with different opera...
2010-03-18 Chris Lattnerrewrite this to not artificially force concat the ins...
2010-03-18 Chris Lattnereliminate support for "ops" in the input/output list...
2010-03-18 Chris Lattnerremove some code that was working around old sparc...
2010-03-18 Daniel Dunbarlit: Tweak example tests config.
2010-03-18 Daniel DunbarMC/AsmMatcher: Add support for target specific "instruc...
2010-03-18 Kovarththanan Raja... Add an extra newline to separate PP directives from...
2010-03-18 Jeffrey YasskinAvoid a problem in libc_freeres() seen on a linux-i686...
2010-03-17 Jim GrosbachUse llvm-gcc to build ARM when it's available
2010-03-17 Jeffrey YasskinMake lit pay attention to --vg for tcl tests too, which...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Daniel DunbarNNT: Add -nouname option, so machine uniquing can occur...
2010-03-16 Chris Lattnerdon't form a RecordChild or CheckChildType for child...
2010-03-15 Chris Lattnereliminate some #if 0 code I added in r96905, type inference
2010-03-15 Chris LattnerCompletely rewrite tblgen's type inference mechanism,
2010-03-14 Evan ChengCheck in tablegen changes to fix disassembler related...
2010-03-13 Jeffrey YasskinMake lit pay attention to --vg for unittests too.
2010-03-12 Chris Lattnerupdate mkpatch for MC, patch by Aaron Gray
2010-03-09 Chandler CarruthContinue propagating the GoogleTest flags until we...
2010-03-09 Chandler CarruthConsolidate GoogleTest make options and duplicate them...
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-08 Chris LattnerNode arguments to type casts can have names too. This...
2010-03-07 Chris Lattnerturn off debug spew
2010-03-07 Chris Lattnermore factoring.
2010-03-07 Chris Lattnerteach tblgen to be more aggressive when factoring Check...
2010-03-07 Chris Lattneradd some helper functions and implement isContradictory
2010-03-05 Duncan SandsIf LD_LIBRARY_PATH is set in the system environment...
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-03-04 John McCallSimplify the condition-checking logic and hopefully...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2010-03-04 Chris Lattnerso hey, it turns out that the histogram was completely...
2010-03-04 Chris Lattnerzap fixme.
2010-03-04 Chris Lattnernow that complexpatterns are all emitted at the end...
2010-03-04 Chris Lattnerchange the new isel matcher to emit ComplexPattern...
2010-03-04 Chris Lattnerenhance comment output to specify what recorded slot
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-03 Bill WendlingFix comment.
2010-03-03 Bill WendlingDon't turn assertions on by default.
2010-03-02 Chris Lattnerthe sorting predicate should work for comparing an...
2010-03-02 Chris Lattnereliminate CodeGen/DAGISelHeader.h, it is empty now.
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Chris Lattneradd some missing \n's
next