summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RegenerateChris Lattner2005-09-123-1193/+1642
* Rearrange two rules, which apparently makes some versions of bison happier.Chris Lattner2005-09-121-15/+15
* Make sure to disable 64-bit extensions for this testChris Lattner2005-09-111-1/+1
* Fix more Visual Studio build problems.Jeff Cohen2005-09-101-0/+6
* Fix miscellaneous Visual Studio build problems.Jeff Cohen2005-09-103-1/+9
* implement Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll.Chris Lattner2005-09-101-1/+1
* new testcaseChris Lattner2005-09-101-0/+24
* PowerPC cannot truncstore i1 nativelyChris Lattner2005-09-103-2/+3
* Allow targets to say they don't support truncstore i1 (which includes a maskChris Lattner2005-09-101-2/+15
* Add a missing #include, patch courtesy of Baptiste Lepilleur.Chris Lattner2005-09-091-0/+1
* Fix a problem duraid encountered on itanium where this folding:Chris Lattner2005-09-091-2/+6
* Fix a crash viewing dags that have target nodes in themChris Lattner2005-09-091-1/+2
* I forgot that we always spill fp values as 64-bits. Implement spill foldingChris Lattner2005-09-091-3/+10
* Fix a problem that Nate noticed, where spill code was not getting coallescedChris Lattner2005-09-092-0/+32
* code cleanupChris Lattner2005-09-091-2/+3
* Use continue in the use-processing loop to make it clear what the early exitsChris Lattner2005-09-091-115/+123
* Last round of 2-node folds from SD.cpp. Will move on to 3 node ops suchNate Begeman2005-09-092-2/+107
* remove debugging code *slaps head*Chris Lattner2005-09-091-1/+0
* When spilling a live range that is used multiple times by one instruction,Chris Lattner2005-09-091-9/+26
* Teach the code generator that rlwimi is commutable if the rotate amountChris Lattner2005-09-093-1/+38
* Added targets to speed up build of llc.Jim Laskey2005-09-091-2/+309
* New testcase, neither should require a register-register copyChris Lattner2005-09-091-0/+26
* add an accessor to provide more checkingChris Lattner2005-09-092-5/+9
* use new accessors to simplify code. Add checking to make sure top-level instrChris Lattner2005-09-091-4/+12
* add some accessorsChris Lattner2005-09-091-0/+2
* Introduce two new concepts:Chris Lattner2005-09-091-11/+75
* Fix incorrect commentChris Lattner2005-09-081-3/+2
* Implement a complete type inference system for dag patterns, based on theChris Lattner2005-09-082-13/+234
* whitespace/comment changes, no functionality diffsChris Lattner2005-09-081-2/+5
* Compute the value types that are natively supported by a target.Chris Lattner2005-09-083-2/+25
* Parse information about type constraints on SDNodesChris Lattner2005-09-082-0/+71
* use node info in the one place we currently use itChris Lattner2005-09-081-1/+1
* start parsing SDNode info recordsChris Lattner2005-09-082-0/+39
* Move yet more folds over to the dag combiner from sd.cppNate Begeman2005-09-082-12/+68
* Add a bunch of stuff needed for node type inference. Move 'BLR' down withChris Lattner2005-09-081-21/+114
* Fix indentationChris Lattner2005-09-081-1/+1
* regenerateChris Lattner2005-09-081-224/+259
* Add support for automatically created anonymous definitions.Chris Lattner2005-09-081-1/+30
* x and X should be structurally identicalChris Lattner2005-09-081-0/+12
* new expression typeChris Lattner2005-09-081-0/+2
* regenerateChris Lattner2005-09-082-1630/+1141
* Tabs to spaces.Chris Lattner2005-09-081-12/+12
* Keep names even when inlining. This allows us to realize that ADDI is:Chris Lattner2005-09-081-1/+2
* add patterns for x?oris?Chris Lattner2005-09-082-8/+31
* add patterns to the addi/addis/mulli etc instructions. Define predicatesChris Lattner2005-09-082-16/+52
* Add patterns for some new instructions, allowing the use of the ineg fragment.Chris Lattner2005-09-082-10/+10
* add some missing PPC backend filesChris Lattner2005-09-071-0/+6
* Add tblgen fpcmp and the nightly tester to the utils folderChris Lattner2005-09-071-0/+71
* ignore generated filesChris Lattner2005-09-074-0/+4
* Remove some cases handled by the generated portion of the iselChris Lattner2005-09-071-13/+3