2005-12-16 |
Chris Lattner | provide an option to override the target triple in... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Chris Lattner | provide an option to override the target triple in... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Chris Lattner | Update the darwin handling of linkonce & weak functions... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Chris Lattner | Don't globalize internal functions |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Evan Cheng | * Promote all 1 bit entities to 8 bit. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Chris Lattner | Don't create SEXTLOAD/ZEXTLOAD instructions that the... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Evan Cheng | Added frameindex, constpool, globaladdr, and externalsy... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Evan Cheng | Added constpool, frameindex, and externalsym nodes. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Evan Cheng | Handling zero extension of 1 bit value. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Evan Cheng | Use MOV8rm to load 1 bit value. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nate Begeman | Remove a now unused statistic. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nate Begeman | Use the new predicate support that Evan Cheng added... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nate Begeman | Add a case for float just to make sure the patterns... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Fixed a typo: line 2323: MOVSX16rm8 -> MOVZX16rm8.... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Added predicate !NoExcessFPPrecision to FMADD, FMADDS... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Added support to specify predicates. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Chris Lattner | Fix printing of the instructions. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Fixed extload type profile. The 4th operand is a ValueT... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Chris Lattner | When folding loads into ops, immediately replace uses... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Chris Lattner | new testcase, each function should have one extension... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Reid Spencer | Remove -start-group and -end-group no-op options, accid... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Chris Lattner | Fix the (zext (zextload)) case to trigger, similarly... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Chris Lattner | Fix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Chris Lattner | new (undefined) testcase, distilled from 126.gcc that... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Chris Lattner | Fix a miscompilation in crafty due to a recent patch |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Added sext and zext patterns. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Skip over srcvalue nodes when generating ISEL code. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Added sextld + zextld DAG nodes. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Evan Cheng | Fold (zext (load x) to (zextload x). |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Nate Begeman | Add support for fmul node of type v4f32. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Nate Begeman | Prepare support for AltiVec multiply, divide, and sqrt. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Reid Spencer | Adjust the constructor to the Linker class to take... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Reid Spencer | Improve ResolveFunctions to: |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Chris Lattner | Don't lump the filename and working dir together |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Add load + store folding srl and sra patterns. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Chris Lattner | Use the shared asmprinter code for printing special... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Chris Lattner | Add a couple more fields, move ctor init list to .cpp... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Chris Lattner | Add ELF and darwin support for static ctors and dtors |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Chris Lattner | reindent a loop, unswitch a loop. No functionality... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Nate Begeman | Lowering constant pool entries on ppc exposed a bug... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Beautify a few patterns. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Some shl patterns which do load + store folding. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | A few helper fragments for loads. e.g. (i8 (load addr... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Add and, or, and xor patterns which fold load + stores. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Add inc + dec patterns which fold load + stores. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Add neg and not patterns which fold load + stores. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Missed a couple redundant explicit type casts. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | Fix some bad choice of names: i16SExt8 ->i16immSExt8... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Evan Cheng | * Split immSExt8 to i16SExt8 and i32SExt8 for i16 and... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | Add some integer mul patterns. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | Bug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | At top of generated isel SelectCode() is this: |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Chris Lattner | Accept and ignore prefetches for now |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Chris Lattner | Fix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Chris Lattner | Testcase for a problem that reid ran into |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | Add some sub patterns. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | When SelectLEAAddr() fails, it shouldn't cause the... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | For ISD::RET, if # of operands >= 2, try selection... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Andrew Lenharth | fix FP selects |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Chris Lattner | remove some never-completed and now-obsolete code. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | Add a few more add / store patterns. e.g. ADD32mi8. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Evan Cheng | Bug fix: finding the correct incoming chain for pattern... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Andrew Lenharth | restore a more restricted select |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Chris Lattner | Implement a little hack for parity with GCC on crafty... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Chris Lattner | new testcase: sra should be able to eliminate all of... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Chris Lattner | Send an indicator to llvm-testresults if the build... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Chris Lattner | Fix typo :( |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Chris Lattner | Minor tweak to get isel opt |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Chris Lattner | add selectcc |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Chris Lattner | Remove type casts that are no longer needed |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Chris Lattner | Realize the constant pool & global addrs must always... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Chris Lattner | Fix the JIT failures from last night. |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Andrew Lenharth | FP select improvements (and likely breakage), oh and... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Nate Begeman | Add support for TargetConstantPool nodes to the dag... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Evan Cheng | Use SDTCisPtrTy type property for store address. |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Evan Cheng | Stop emitting a redudant type check for complex pattern... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Evan Cheng | * Added X86 store patterns. |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Evan Cheng | Added new getNode and getTargetNode variants for X86... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Evan Cheng | For instructions which produce no result, e.g. store... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Nate Begeman | Add support patterns to many load and store instruction... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Chris Lattner | Add SDTCisPtrTy and use it for loads, to indicate that... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Chris Lattner | Add a new SDTCisPtrTy constraint, which indicates that... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Evan Cheng | Added patterns for ADD8rm, etc. These fold load operand... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Evan Cheng | * Do not allow nodes which produce chain results (e... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Chris Lattner | Avoid emitting two tabs when switching to a named section |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Chris Lattner | Teach the PPC backend about the ctor and dtor list... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Chris Lattner | Teach legalize how to promote sext_inreg to fix a probl... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Evan Cheng | Prevent folding of instructions which produce chains... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Evan Cheng | * Make sure complex pattern operands are selected first... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Andrew Lenharth | it helps if your conditionals are not reversed |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Chris Lattner | improve code insertion in two ways: |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Chris Lattner | Add another important case we miss |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Evan Cheng | Added support for ComplexPattern. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Evan Cheng | Added explicit type field to ComplexPattern. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Evan Cheng | * Added an explicit type field to ComplexPattern. |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Evan Cheng | * Added intelligence to X86 LEA addressing mode matchin... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Evan Cheng | Added support for ComplexPattern. These are patterns... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Nate Begeman | Fix a crash where ConstantVec nodes were being generate... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Chris Lattner | Only transform (sext (truncate x)) -> (sextinreg x... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Chris Lattner | X86 doesn't support sextinreg for 8-bit things either. |
commit | commitdiff | tree | snapshot |
next |