aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test cmov immediate formAndrew Lenharth2006-02-011-0/+17
* add a note, ya knoeChris Lattner2006-02-011-0/+3
* *** empty log message ***Nate Begeman2006-02-011-0/+1
* Implement simple register assignment for inline asms. This allows us to comp...Chris Lattner2006-02-011-8/+103
* Finegrainify namespacificationChris Lattner2006-02-011-4/+1
* add a noteChris Lattner2006-02-011-0/+29
* Fix some of the stuff in the PPC README file, and clean up legalizationNate Begeman2006-02-017-275/+300
* add a note, I'll take care of this after nate commits his big patchChris Lattner2006-02-011-0/+10
* - Use xor to clear integer registers (set R, 0).Evan Cheng2006-02-014-17/+39
* Remove another entry.Evan Cheng2006-02-011-5/+0
* If a pattern's root node is a constant, its size should be 3 rather than 2.Evan Cheng2006-02-011-0/+4
* Fix VC++ compilation error.Jeff Cohen2006-02-011-0/+1
* new testcase for the 'ret double folding with load' opznChris Lattner2006-02-011-0/+19
* Another regression from the pattern iselChris Lattner2006-02-011-0/+16
* Beef up the interface to inline asm constraint parsing, making it more genera...Chris Lattner2006-02-012-47/+106
* adjust to changes in InlineAsm interface. Fix a few minor bugs.Chris Lattner2006-02-012-32/+42
* Beef up the interface to inline asm constraint parsing, making it moreChris Lattner2006-02-011-3/+27
* Return's chain should be matching either the chain produced by theEvan Cheng2006-02-011-1/+2
* another testcase.Chris Lattner2006-02-011-0/+17
* When folding a load into a return of SSE value, check the chain toEvan Cheng2006-02-011-2/+3
* Remove an item. It's done.Evan Cheng2006-02-011-21/+0
* Be smarter about whether to store the SSE return value in memory. IfEvan Cheng2006-01-311-9/+16
* turning these into 'adds' would require extra copiesChris Lattner2006-01-311-7/+5
* - Allow XMM load (for scalar use) to be folded into ANDP* and XORP*.Evan Cheng2006-01-316-26/+127
* Remove entries on fabs and fneg. These are done.Evan Cheng2006-01-311-49/+0
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-3114-44/+82
* * Fix 80-column violationsChris Lattner2006-01-315-27/+67
* add info about the inline asm register constraints for PPCChris Lattner2006-01-312-0/+60
* Allow custom lowering of fabs. I forgot to check in this change whichEvan Cheng2006-01-311-1/+6
* add a missing break that caused a lot of failures last night :(Chris Lattner2006-01-312-0/+2
* solaris won't clobber an existing symlink with ln -sf apparentlyChris Lattner2006-01-311-1/+4
* CodegenNate Begeman2006-01-311-0/+16
* okay, one moreChris Lattner2006-01-312-0/+4
* another noteChris Lattner2006-01-312-2/+4
* More notesChris Lattner2006-01-312-2/+30
* another oneChris Lattner2006-01-312-0/+2
* add a noteChris Lattner2006-01-312-0/+58
* add conditional moves of float and double values on int/fp condition codes.Chris Lattner2006-01-312-12/+54
* example nate pointed outChris Lattner2006-01-311-0/+33
* treat conditional branches the same way as conditional moves (giving themChris Lattner2006-01-316-258/+34
* compactify all of the integer conditional moves into one instruction that takesChris Lattner2006-01-318-332/+288
* Add immediate forms of integer cmovsChris Lattner2006-01-312-12/+98
* ShrinkifyChris Lattner2006-01-312-286/+172
* implement test/Regression/TableGen/DagIntSubst.llChris Lattner2006-01-313-2/+19
* new testcaseChris Lattner2006-01-311-0/+10
* Add the full complement of conditional moves of integer registers.Chris Lattner2006-01-312-14/+230
* Compile this:Chris Lattner2006-01-312-42/+74
* Only insert an AND when converting from BR_COND to BRCC if needed.Chris Lattner2006-01-311-1/+3
* Added custom lowering of fabsEvan Cheng2006-01-313-4/+49
* add the 'lucas' optimizationChris Lattner2006-01-311-0/+25