2006-10-16 |
Chris Lattner | add a ReplaceMBBInJumpTables method |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Jim Laskey | Global name regression. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Rafael Espindola | define the DFPBinOp class |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Rafael Espindola | add the FPBinOp class |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Rafael Espindola | define the Addr1BinOp class |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Rafael Espindola | define the IntBinOp class and use it to implement the... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Rafael Espindola | fix assembly syntax |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Rafael Espindola | implement LDRB, LDRSB, LDRH and LDRSH |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Rafael Espindola | implement smull and umull |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Evan Cheng | Avoid getting into an infinite loop when -disable-x86... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Evan Cheng | SelectScalarSSELoad should call CanBeFoldedBy as well. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Evan Cheng | Passing isel root and use operands to ComplexPattern... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Chris Lattner | Produce a useful error message for Regression/Verifier... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Chris Lattner | testcase that causes the asmparser to assert |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Chris Lattner | label* is not a valid type, add an assertion. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Chris Lattner | fix a buggy check that accidentally disabled this xform |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Chris Lattner | clarify |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Reid Spencer | Document the VAArg, and vector instruction opcodes. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Anton Korobeynikov | Align stack size to DWORD boundary |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Rafael Espindola | expand ISD::BRCOND |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Rafael Espindola | fix some fp condition codes |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Jim Laskey | Tidy up after truncstore changes. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Evan Cheng | One cyclic dag a day is good for ya... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Evan Cheng | Debug tweak. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Evan Cheng | Corrected load folding check. We need to start from... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Evan Cheng | Start checking from the root of the matched sub-tree. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Evan Cheng | When checking if a load can be folded, we check if... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Chris Lattner | Make sure that the node returned by SimplifySetCC is... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Chris Lattner | testcase for recent dag combiner patch. Before the... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Chris Lattner | fold setcc of a setcc. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Chris Lattner | When SimplifySetCC was moved to the DAGCombiner, it... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Chris Lattner | disable this pass for now, it's causing issues |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Chris Lattner | falling off the end of a function is ok with an unreach... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | testcase for recent selectiondag patch |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Jim Laskey | Reduce the workload by not adding chain users to work... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | Fix a bug where we incorrectly turned '(X & 0) == 0... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | implement branch inspection/modification methods. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Evan Cheng | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | it is easier to implement these when they are virtual |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | allow branch reversal to fail |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Bill Wendling | Corrected formatting. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | add the branch folding pass as a late cleanup pass... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | replace the existing branch inspection/modification... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | disable some objectionable code, maybe we can bring... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | remove some dead code |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | add note |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | set isBarrier correctly |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | Correctly handle instruction separators. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | Expose method and ivars for measuring inline asm length... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Andrew Lenharth | Move some warnings to debug mode. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Rafael Espindola | add FNEGS and FNEGD |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | Fix another dtor issue. The function local statics... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Rafael Espindola | add SBCS and SUBS |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Rafael Espindola | implement calls to functions that return long |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Rafael Espindola | implement unordered floating point compares |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Jim Laskey | Workaround for templates |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Jim Laskey | Clean up dump. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Chris Lattner | avoid a ctor/dtor issue with the ProgramName global. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | simplify trivial function |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Really remove dead nodes from isel queue. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | shrink anon-ns and mark stuff static. No functionality... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | Lower X%C into X/C+stuff. This allows the 'division... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Add another cyclic dag test case. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Use RemoveDeadNode to kill dead node. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Add RemoveDeadNode to remove a dead node and its (poten... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | add a minor dag combine noticed when looking at PR945 |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Doh. This wasn't causing problems by luck. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Some X86ISD::CMP were created with wrong ValueType's. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | Fix massive resource leaks in the bytecode reader.... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | mark call adjustments as modifying the SP |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | adjcallstack up/down clobbers the sp |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | adjcallstackup/down clobbers the stack pointer |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | mark adjcallstack up/down as clobbering and using the SP |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | Move the Imp tblgen class from the X86 backend to commo... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | restore my previous patch, now that the X86 backend... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | Mark ADJCALLSTACKUP/DOWN as clobbering ESP so that... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Jim Laskey | D'oh - need to use the rigth kind of store. |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Backing out Chris' last commit. It's breaking llvm... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | fix compilation failure of smg2000 |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Chris Lattner | If we see a load from a stack slot into a physreg,... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Prior load folding check on chain operand was too stric... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Nick Lewycky | Replace custom dispatch code with two uses of InstVisit... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Evan Cheng | Update tests. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | Fold "zero extending vector loads" now that evan added... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Evan Cheng | ComplexPatterns sse_load_f32 and sse_load_f64 returns... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Evan Cheng | Add properties to ComplexPattern. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Evan Cheng | Added properties such as SDNPHasChain to ComplexPattern. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Jim Laskey | Alias analysis of TRUNCSTORE. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | Add support for let expressions around an mdef. This... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | add test for mdef in a let |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Bill Wendling | Clean-up of formatting and spelling. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Jim Laskey | Typo |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Jim Laskey | Handle aliasing of loadext. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Jim Laskey | Explict processor. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Andrew Lenharth | Reduce the amount of state in the lowering code and... |
commit | commitdiff | tree | snapshot |
next |