Age | Commit message (Expand) | Author |
2006-04-13 | Remove the .cvsignore file so this directory can be pruned. | Reid Spencer |
2006-02-05 | Remove the SparcV8 backend. It has been renamed to be the Sparc backend. | Chris Lattner |
2006-02-04 | Custom lower VAARG for the case when we are doing vaarg(double). In this | Chris Lattner |
2006-02-04 | Fix a nasty typo that broke functions with big stack frames. | Chris Lattner |
2006-02-04 | fix a bug in my last checkin | Chris Lattner |
2006-02-04 | add a note | Chris Lattner |
2006-02-04 | Two changes: | Chris Lattner |
2006-02-03 | Teach sparc to fold loads/stores into copies. | Chris Lattner |
2006-02-03 | Implement isLoadFromStackSlot and isStoreToStackSlot | Chris Lattner |
2006-02-02 | %fcc is not an alias for %fcc0 | Chris Lattner |
2006-02-02 | correct an opcode | Chris Lattner |
2006-01-31 | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng |
2006-01-31 | add a missing break that caused a lot of failures last night :( | Chris Lattner |
2006-01-31 | okay, one more | Chris Lattner |
2006-01-31 | another note | Chris Lattner |
2006-01-31 | More notes | Chris Lattner |
2006-01-31 | another one | Chris Lattner |
2006-01-31 | add a note | Chris Lattner |
2006-01-31 | add conditional moves of float and double values on int/fp condition codes. | Chris Lattner |
2006-01-31 | treat conditional branches the same way as conditional moves (giving them | Chris Lattner |
2006-01-31 | compactify all of the integer conditional moves into one instruction that takes | Chris Lattner |
2006-01-31 | Add immediate forms of integer cmovs | Chris Lattner |
2006-01-31 | Shrinkify | Chris Lattner |
2006-01-31 | Add the full complement of conditional moves of integer registers. | Chris Lattner |
2006-01-31 | Compile this: | Chris Lattner |
2006-01-31 | I don't see why this optimization isn't safe, but it isn't, so disable it | Chris Lattner |
2006-01-30 | Fix FP constants, and the SparcV8/2006-01-22-BitConvertLegalize.ll failure fr... | Chris Lattner |
2006-01-30 | Revamp the ICC/FCC reading instructions to be parameterized in terms of the | Chris Lattner |
2006-01-30 | Compile: | Chris Lattner |
2006-01-30 | If the target has V9 instructions, this pass is a noop, don't bother | Chris Lattner |
2006-01-30 | When in v9 mode, emit fabsd/fnegd/fmovd | Chris Lattner |
2006-01-30 | First step towards V9 instructions in the V8 backend, two conditional move | Chris Lattner |
2006-01-30 | Two changes: | Chris Lattner |
2006-01-30 | When lowering SELECT_CC, see if the input is a lowered SETCC. If so, fold | Chris Lattner |
2006-01-30 | Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,m... | Chris Lattner |
2006-01-30 | Implement isMaskedValueZeroForTargetNode for the various v8 selectcc nodes, | Chris Lattner |
2006-01-27 | Use V8ISD::CALL instead of ISD::CALL | Chris Lattner |
2006-01-27 | initialize member vars | Chris Lattner |
2006-01-27 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
2006-01-27 | Subtarget feature can now set any variable to any value | Evan Cheng |
2006-01-27 | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner |
2006-01-26 | Rest of subtarget support, remove references to ppc | Chris Lattner |
2006-01-26 | Add trivial subtarget support | Chris Lattner |
2006-01-25 | Set SchedulingForLatency to be the default scheduling preference for all. | Evan Cheng |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-25 | Default scheduling preference is SchedulingForLatency. | Evan Cheng |
2006-01-23 | remove the V8 simple isel | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-19 | implement support for f32 arguments past the first 6 words | Chris Lattner |