Age | Commit message (Expand) | Author |
2006-08-16 | SelectNodeTo() may return a SDOperand that is different from the input. | Evan Cheng |
2006-08-11 | Match tablegen changes. | Evan Cheng |
2006-08-08 | Start eliminating temporary vectors used to create DAG nodes. Instead, pass | Chris Lattner |
2006-08-07 | Match tablegen isel changes. | Evan Cheng |
2006-07-28 | Remove InFlightSet hack. No longer needed. | Evan Cheng |
2006-06-15 | Type of extract_element index operand should be iPTR. | Evan Cheng |
2006-05-26 | Change RET node to include signness information of the return values. i.e. | Evan Cheng |
2006-05-25 | Add support for the missing FP condition codes | Chris Lattner |
2006-05-25 | Assert if InflightSet is not cleared after instruction selecting a BB. | Evan Cheng |
2006-05-24 | Clear HandleMap and ReplaceMap after instruction selection. Or it may cause | Evan Cheng |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
2006-05-12 | Remove dead variable. | Chris Lattner |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-03-27 | SelectionDAGISel can now natively handle Switch instructions, in the same | Nate Begeman |
2006-03-25 | #include Intrinsics.h into all dag isels | Chris Lattner |
2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
2006-03-05 | Copysign needs to be expanded everywhere. Note that Alpha and IA64 should | Chris Lattner |
2006-02-17 | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman |
2006-02-16 | Rework the SelectionDAG-based implementations of SimplifyDemandedBits | Nate Begeman |
2006-02-15 | Fix SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c on Sparc. | Chris Lattner |
2006-02-13 | Switch targets over to using SelectionDAG::getCALLSEQ_START to create | Chris Lattner |
2006-02-10 | Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r... | Chris Lattner |
2006-02-09 | Match getTargetNode() changes (now return SDNode* instead of SDOperand). | Evan Cheng |
2006-02-09 | Adjust to MachineConstantPool interface change: instead of keeping a | Chris Lattner |
2006-02-09 | Change Select() from | Evan Cheng |
2006-02-05 | Fix the Sparc backend with Evan's recent tblgen changes | Chris Lattner |
2006-02-05 | Use SelectRoot() as the entry to any tblgen based isel. | Evan Cheng |
2006-02-05 | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner |
2006-02-04 | Custom lower VAARG for the case when we are doing vaarg(double). In this | 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 | 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 | 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 | First step towards V9 instructions in the V8 backend, two conditional move | 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 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
2006-01-26 | Rest of subtarget support, remove references to ppc | 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-19 | implement support for f32 arguments past the first 6 words | Chris Lattner |
2006-01-16 | Silly Sparc is big endian. If we have to load args out of incoming stack slots | Chris Lattner |