2006-02-02 |
Chris Lattner | implemented, testcase here: test/Regression/CodeGen... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add two dag combines: |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | make -debug output less newliney |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Evan Cheng | Fix a erroneous comment. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | Implement matching constraints. We can now say things... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | validate matching constraints and remember when we... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Chris Lattner | add an instance var and argument. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Tell codegen MOVAPSrr and MOVAPDrr are copies. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Added SSE entries to foldMemoryOperand(). |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Rearrange code to my liking. :) |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Implement smart printing of inline asm strings, handlin... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a new PrintAsmOperand method, move some stuff aroun... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | another note |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Andrew Lenharth | Add immediate forms of cmov and remove some cruft |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Andrew Lenharth | test cmov immediate form |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a note, ya knoe |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nate Begeman | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Implement simple register assignment for inline asms... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nate Begeman | Fix some of the stuff in the PPC README file, and clean... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | add a note, I'll take care of this after nate commits... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | - Use xor to clear integer registers (set R, 0). |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Remove another entry. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | If a pattern's root node is a constant, its size should... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Jeff Cohen | Fix VC++ compilation error. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | new testcase for the 'ret double folding with load... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Another regression from the pattern isel |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Beef up the interface to inline asm constraint parsing... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | adjust to changes in InlineAsm interface. Fix a few... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | Beef up the interface to inline asm constraint parsing... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Return's chain should be matching either the chain... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Chris Lattner | another testcase. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | When folding a load into a return of SSE value, check... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Evan Cheng | Remove an item. It's done. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Be smarter about whether to store the SSE return value... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | turning these into 'adds' would require extra copies |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | - Allow XMM load (for scalar use) to be folded into... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Remove entries on fabs and fneg. These are done. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Allow the specification of explicit alignments for... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | * Fix 80-column violations |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add info about the inline asm register constraints... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Allow custom lowering of fabs. I forgot to check in... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add a missing break that caused a lot of failures last... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | solaris won't clobber an existing symlink with ln ... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Nate Begeman | Codegen |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | okay, one more |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | another note |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | More notes |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | another one |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add conditional moves of float and double values on... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | example nate pointed out |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | treat conditional branches the same way as conditional... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | compactify all of the integer conditional moves into... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Add immediate forms of integer cmovs |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Shrinkify |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | implement test/Regression/TableGen/DagIntSubst.ll |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Add the full complement of conditional moves of integer... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Compile this: |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Only insert an AND when converting from BR_COND to... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Evan Cheng | Added custom lowering of fabs |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add the 'lucas' optimization |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | I don't see why this optimization isn't safe, but it... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Another high-prio selection performance bug |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | Handle physreg input/outputs. We now compile this: |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | more mumbling |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Chris Lattner | add some notes |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Evan Cheng | Don't generate complex sequence for SETOLE, SETOLT... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Evan Cheng | Don't generate (or setp, setae) for SETUGE. Simply... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Print the most trivial inline asms. |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Fix a bug in my legalizer reworking that caused the... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | new testcase for the 'C++' failures last night. |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Fix FP constants, and the SparcV8/2006-01-22-BitConvert... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Evan Cheng | i64 -> f32, f32 -> i64 and some clean up. |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Evan Cheng | Always use FP stack instructions to perform i64 to... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Evan Cheng | One more getTargetNode() variant shouldn't hurt... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Revamp the ICC/FCC reading instructions to be parameter... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Clear the OpAction field before setting it. This allow... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | If the target has V9 instructions, this pass is a noop... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | When in v9 mode, emit fabsd/fnegd/fmovd |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | First step towards V9 instructions in the V8 backend... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | When lowering SELECT_CC, see if the input is a lowered... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Jeff Cohen | Add AddSymbol() method to DynamicLibrary to work around... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | don't insert an and node if it isn't needed here, this... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Move MaskedValueIsZero from the DAGCombiner to the... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Move MaskedValueIsZero from the DAGCombiner to the... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Jeff Cohen | Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Implement isMaskedValueZeroForTargetNode for the variou... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | pass the address of MaskedValueIsZero into isMaskedValu... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | adjust prototype |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Chris Lattner | Pass the address of the main MaskedValueIsZero function... |
commit | commitdiff | tree | snapshot |
next |