aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update the vmkit blurbChris Lattner2010-03-291-4/+14
* add tceChris Lattner2010-03-291-0/+21
* From Kalle Raiskila:Chris Lattner2010-03-295-14/+175
* add support for zero initialized unions, patch by Tim Northover!Chris Lattner2010-03-292-1/+5
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-296-50/+55
* add a note.Chris Lattner2010-03-291-0/+3
* Switch pattern sorting predicate from stable sort -> sort, itChris Lattner2010-03-291-3/+14
* revert 99795, as mentioned, it is disabled anyway.Chris Lattner2010-03-291-123/+2
* Check in a (disabled) failed attempt to improve the ordering of Chris Lattner2010-03-291-2/+123
* print the complexity of the pattern being matched in theChris Lattner2010-03-294-59/+76
* Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector Table Lookup Instructions.Johnny Chen2010-03-292-8/+9
* Revert 99772.Devang Patel2010-03-286-46/+50
* add a statistic for the # times isel has to backtrack.Chris Lattner2010-03-281-1/+3
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-286-50/+46
* zap an extra line that Eli noticed!Chris Lattner2010-03-281-1/+0
* Properly quote the quotes :) during cmdline construction on Windows.Anton Korobeynikov2010-03-281-6/+28
* Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701).Torok Edwin2010-03-281-1/+1
* improve type checking of SDNode operand count. This rejects all casesChris Lattner2010-03-282-8/+10
* fix a type contradition: XCoreISD::RETSP has one argument, not zero.Chris Lattner2010-03-281-1/+1
* finally remove the immAllOnesV_bc/immAllZerosV_bc patternsChris Lattner2010-03-283-9/+1
* remove a pattern with no testcase that doesn't appear to be Chris Lattner2010-03-281-2/+0
* fix integer negates to use the proper type for the zero vectors,Chris Lattner2010-03-281-11/+14
* teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), Chris Lattner2010-03-282-4/+44
* fix a typo, bitconvert from node to itself isn't valid.Chris Lattner2010-03-281-1/+1
* fix vnot matching to explicitly specify the type of theChris Lattner2010-03-281-10/+16
* fix up vnot matching, eliminating a dead pattern, correcting a couple ofChris Lattner2010-03-281-6/+11
* add some nounwindsChris Lattner2010-03-281-12/+12
* this takes an insane amount of time to run, disable it for now (PR6727)Chris Lattner2010-03-281-1/+3
* stop using vnot_convChris Lattner2010-03-281-3/+8
* revert r99743, this is saying that the repmovs instructinos have anChris Lattner2010-03-281-2/+4
* remove a bunch of dead patterns.Chris Lattner2010-03-281-13/+0
* validate that input sdnodes don't exist in an output pattern.Chris Lattner2010-03-281-8/+23
* eliminate a bunch of code duplication in ParseTreePatternChris Lattner2010-03-282-100/+68
* add some node definitions.Chris Lattner2010-03-281-0/+8
* SDTCisVT<0, isVoid> is not valid, reject it.Chris Lattner2010-03-281-0/+3
* claiming to return other is pointless.Chris Lattner2010-03-281-4/+2
* comply with the wishes of a fixme.Chris Lattner2010-03-281-3/+0
* now that (parallel) is gone and a variety of bugs in targetsChris Lattner2010-03-281-8/+4
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-283-0/+38
* don't add nodes to the now-dead nodes list multiple times, thisChris Lattner2010-03-281-2/+3
* Improve systemz to model cmp and ucmp nodes as returningChris Lattner2010-03-282-43/+33
* the FPCmp node returns an i32.Chris Lattner2010-03-281-6/+8
* fix some modelling problems exposed by a patch I'm working on. bsr/bsf/ptestChris Lattner2010-03-283-26/+21
* don't add flag nodes with chain results to the NowDeadNodesChris Lattner2010-03-281-2/+3
* Oops, r98447 dropped the reference to ForwardType in the wrong place inJeffrey Yasskin2010-03-281-5/+5
* fix a long standing fixme, which required fixing a bunch of otherChris Lattner2010-03-271-25/+27
* fix CodeGenTarget::getRegisterVTs to not return the Chris Lattner2010-03-272-2/+7
* hoist some funky logic into CodeGenInstructionChris Lattner2010-03-274-17/+38
* continue pushing tblgen's support for nodes with multipleChris Lattner2010-03-272-40/+44
* improve -debug-only=isel comments for cases when we don't enter aChris Lattner2010-03-271-4/+8