2006-10-11 |
Andrew Lenharth | Reduce the amount of state in the lowering code and... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Jim Laskey | Fix regression in combiner alias analysis. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Jim Laskey | Make sure combiner alias analysis does it's thing. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Evan Cheng | Naming consistency. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Evan Cheng | Test case for the recently fixed FindModifiedNodeSlot... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Bill Wendling | Put code example inside of "doc_code" divisions. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | Use cute tblgen tricks to make zap handling more powerf... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | new testcase, this should turn into zap |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Andrew Lenharth | Jimptables working again on alpha. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | Remove dead/redundant instructions. These are handled... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | Special case tblgen generated code for patterns like... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | Both of these functions should turn into cmpbge instruc... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | add two helper methods. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | Split some code out into a new method. The generated... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Andrew Lenharth | This entry is done. switched to the gcc way of doing... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Evan Cheng | FindModifiedNodeSlot needs to add LoadSDNode ivars... |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | new testcase for zap generation, from the alpha readme |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Chris Lattner | This has apparently been fixed |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Chris Lattner | Make the bugpoint reduction heuristics more effective... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Rafael Espindola | uint <-> double conversion |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Evan Cheng | Also update getNodeLabel for LoadSDNode. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Evan Cheng | SDNode::dump should also print out extension type and VT. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Rafael Espindola | add fp sub |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Rafael Espindola | add double <-> int conversion |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Chris Lattner | Fix another bug in extload promotion. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Rafael Espindola | compare doubles |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Rafael Espindola | add some tests for floating point compare |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Rafael Espindola | initial support for fp compares. Unordered compares... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Evan Cheng | Fix a bug introduced by my LOAD/LOADX changes. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Evan Cheng | Add test case from PR940. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Evan Cheng | More isel time load folding checking for nodes that... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Evan Cheng | Comments; getChain(), getBasePtr(), etc. should return... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Evan Cheng | shufps with load folding is better than movaps; movsd. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Evan Cheng | Don't go too crazy with these AddComplexity. Try matchi... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Evan Cheng | Don't convert to MOVLP if using shufps etc. may allow... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Devang Patel | Use FindProgramByName instead of FindExecutable. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Evan Cheng | Predicate function on the node should be matched before... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Evan Cheng | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Evan Cheng | Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Devang Patel | Do error checking. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Chris Lattner | Remove a dead var noticed by Yorion |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | add some tests for floating point arithmetic |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Andrew Lenharth | Fix build error in gcc 3.4 and make more this general |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Devang Patel | Use GetTemporaryDirectory. Fix llvm.org/bugs/show_bug... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Nick Lewycky | Fix usage example. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | add float -> double and double -> float conversion |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Reid Spencer | Fix PR886: |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Chris Lattner | xfail this until andrew has a chance to implement the... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | add a test for adds adcs |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Chris Lattner | Fix a bug pointed out by Zhongxing Xu |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | add ADDS and ADCS |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | expand ISD::SELECT |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | add a note |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | expand ISD::EXTLOAD |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Rafael Espindola | most ARM targets are little endian |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Chris Lattner | Implement SROA of unions with mixed pointers/integers... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Chris Lattner | new testcase for PR892 |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Chris Lattner | Implement Transforms/ScalarRepl/union-pointer.ll:test |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Chris Lattner | new testcase for SROA for stuff like "union { int*... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Chris Lattner | Eliminate more token factors by taking advantage of... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Chris Lattner | Fix PR897 |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Jim Laskey | Combiner alias analysis passes Multisource (release... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | completely disable folding of loads into scalar sse... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | new testcase we miscompile |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | convert packed FP add/sub/mul/div to use a multiclass. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | one multiclass now defines all 8 variants of binary... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Switch ADD/MUL/DIV/SUB scalarsse fp ops to a multiclass |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Random acts of shrinkage |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Convert pand/por/pxor to use multiclass |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Convert some more instructions over to use a new multic... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Fix a bug where PADDQrm printed paddd instead of paddq. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Add multiclass for SSE2 instructions that correspond... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | rename: |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Convert saturating PADD/PSUB's to use a multiclass |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Convert PAVG*, PMADDWD, and PMUL* to use multiclasses. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Fix typo in packsswb instr definition, where the load... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Rafael Espindola | implement FUITOS and FUITOD |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Rafael Espindola | implement FLDD |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Rafael Espindola | implement fadds, faddd, fmuls and fmuld |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | handle pmin/pmax with multiclasses |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Bugfix: this allows multiclasses to have default arguments. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | simplify pack and shift intrinsics with multiclasses |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Use a multiclass to simplify 'SSE2 Integer comparison' |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | move class defns close to uses to make it easier to... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | simplify horizontal op definitions |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | remove more unneeded type info |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | remove unneeded definitions and type info |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | remove some unneeded type info |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | simplify patterns by merging in operand info |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Factor operands into packed unary classes |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | remove dead/duplicate instructions |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Pull operand info up into parent class for scalar sse... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | convert the sole sd unary intrinsic to a multiclass... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | pull operand string into the multiclass |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Remove RSQRTSS[rm] RCPSS[rm], which are dead. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | eliminate redundancy |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Chris Lattner | Fix a bug legalizing zero-extending i64 loads into... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Chris Lattner | Set the jt section |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Chris Lattner | initialize ivar |
commit | commitdiff | tree | snapshot |
next |