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 |
2006-01-30 |
Chris Lattner | fix make install/uninstall of libcrtend. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Jeff Cohen | Fix indentation. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Fix RET of promoted values on targets that custom expan... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Functions that are lazily streamed in from the .bc... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | simplify some code |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Jim Laskey | Remove extra qualifier. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | add another note |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | add some performance notes from looking at sgefa |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | add a high-priority SSE issue from sgefa |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | add a missed optimization |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | cleanups to the ValueTypeActions interface |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Now that OpActions is big enough, we can specify action... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | clean up interface to ValueTypeActions |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Clean up the interface to ValueTypeActions, allowing... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | revert an accidental commit |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Remove some special case hacks for CALLSEQ_*, using... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | remove some methods |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | disable this for now |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Reid Spencer | Add a note about lowering llvm.memset, llvm.memcpy... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | remove now-dead code, the legalizer takes care of this... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | The FP stack doesn't support UNDEF, ask the legalizer... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Allow custom expansion of ConstantVec nodes. PPC will... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Request expansion of ConstantVec nodes. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Legalize ConstantFP into TargetConstantFP when the... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Targets all now request ConstantFP to be legalized... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Update alpha to reflect recent constantfp legalize... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Make ConstantFP legalize into TargetConstantFP like... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | remove the getBR2Way_CC method |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | eliminate uses of SelectionDAG::getBR2Way_CC |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Andrew Lenharth | it is nice not to chop off bits for those blessed with... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Andrew Lenharth | make the casts actually cast to the variable type |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Andrew Lenharth | start of the 64bit safety cleanup |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Emit series of conditionals with &&, emitting stuff... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Chris Lattner | Factor matching code that is common between patterns... |
commit | commitdiff | tree | snapshot |
next |