- be8e721 Split some code out into a new method. The generated code is exactly by Chris Lattner · 18 years ago
- d13ba80 This entry is done. switched to the gcc way of doing things. by Andrew Lenharth · 18 years ago
- 9629aba FindModifiedNodeSlot needs to add LoadSDNode ivars to create proper SelectionDAGCSEMap ID. by Evan Cheng · 18 years ago
- 67afa13 new testcase for zap generation, from the alpha readme by Chris Lattner · 18 years ago
- 8ca5afe This has apparently been fixed by Chris Lattner · 18 years ago
- 137d0ec Make the bugpoint reduction heuristics more effective. Patch submitted by by Chris Lattner · 18 years ago
- 493a7fc uint <-> double conversion by Rafael Espindola · 18 years ago
- 45aeccc Also update getNodeLabel for LoadSDNode. by Evan Cheng · 18 years ago
- 0ac1c6a SDNode::dump should also print out extension type and VT. by Evan Cheng · 18 years ago
- 667c349 add fp sub by Rafael Espindola · 18 years ago
- b47e1d0 add double <-> int conversion by Rafael Espindola · 18 years ago
- 55b5708 Fix another bug in extload promotion. by Chris Lattner · 18 years ago
- 0d9fe76 compare doubles by Rafael Espindola · 18 years ago
- fb6abd7 add some tests for floating point compare by Rafael Espindola · 18 years ago
- 4b20fbc initial support for fp compares. Unordered compares not implemented yet by Rafael Espindola · 18 years ago
- 62f2a3c Fix a bug introduced by my LOAD/LOADX changes. by Evan Cheng · 18 years ago
- ccc4870 Add test case from PR940. by Evan Cheng · 18 years ago
- a275ecb More isel time load folding checking for nodes that produce flag values. by Evan Cheng · 18 years ago
- 81c3845 Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value. by Evan Cheng · 18 years ago
- 25fa831 shufps with load folding is better than movaps; movsd. by Evan Cheng · 18 years ago
- f2ea84a Don't go too crazy with these AddComplexity. Try matching shufps with load by Evan Cheng · 18 years ago
- 23425f5 Don't convert to MOVLP if using shufps etc. may allow load folding. by Evan Cheng · 18 years ago
- dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 18 years ago
- d3eea90 Predicate function on the node should be matched before its childrean' matching by Evan Cheng · 18 years ago
- 466685d Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. by Evan Cheng · 18 years ago
- 24446e2 Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes. by Evan Cheng · 18 years ago
- 9f5d48b Do error checking. by Devang Patel · 18 years ago
- 54e4c02 Remove a dead var noticed by Yorion by Chris Lattner · 18 years ago
- ff7e63c add some tests for floating point arithmetic by Rafael Espindola · 18 years ago
- f2bdcb3 Fix build error in gcc 3.4 and make more this general by Andrew Lenharth · 18 years ago
- 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
- 0376ade Fix usage example. by Nick Lewycky · 18 years ago
- 2dc0f2b add float -> double and double -> float conversion by Rafael Espindola · 18 years ago
- f63697d Fix PR886: by Reid Spencer · 18 years ago
- d68d2c3 xfail this until andrew has a chance to implement the alpha TM method. by Chris Lattner · 18 years ago
- 2d8680a add a test for adds adcs by Rafael Espindola · 18 years ago
- 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 18 years ago
- ecdb9f9 add ADDS and ADCS by Rafael Espindola · 18 years ago
- 48bc9fb expand ISD::SELECT by Rafael Espindola · 18 years ago
- 5af3a68 add a note by Rafael Espindola · 18 years ago
- ad557f9 expand ISD::EXTLOAD by Rafael Espindola · 18 years ago
- 896f10c most ARM targets are little endian by Rafael Espindola · 18 years ago
- c836333 Implement SROA of unions with mixed pointers/integers in them. This implements by Chris Lattner · 18 years ago
- eab5bd3 new testcase for PR892 by Chris Lattner · 18 years ago
- 5b121cc Implement Transforms/ScalarRepl/union-pointer.ll:test by Chris Lattner · 18 years ago
- fc1dfd4 new testcase for SROA for stuff like "union { int*, float* }". by Chris Lattner · 18 years ago
- 6270f68 Eliminate more token factors by taking advantage of transitivity: by Chris Lattner · 18 years ago
- 53b06db Fix PR897 by Chris Lattner · 18 years ago
- 7138234 Combiner alias analysis passes Multisource (release-asserts.) by Jim Laskey · 18 years ago
- 3a7cd95 completely disable folding of loads into scalar sse instructions and provide by Chris Lattner · 18 years ago
- 5dfb6c7 new testcase we miscompile by Chris Lattner · 18 years ago
- 6f98773 convert packed FP add/sub/mul/div to use a multiclass. by Chris Lattner · 18 years ago
- 941cc456 one multiclass now defines all 8 variants of binary-scalar-sse-fp operations. by Chris Lattner · 18 years ago
- d2c99d5 Switch ADD/MUL/DIV/SUB scalarsse fp ops to a multiclass by Chris Lattner · 18 years ago
- 6970eda Random acts of shrinkage by Chris Lattner · 18 years ago
- a7ebe55 Convert pand/por/pxor to use multiclass by Chris Lattner · 18 years ago
- 70f4f2e Convert some more instructions over to use a new multiclass. by Chris Lattner · 18 years ago
- 5650eeb Fix a bug where PADDQrm printed paddd instead of paddq. by Chris Lattner · 18 years ago
- 7c47f9a Add multiclass for SSE2 instructions that correspond to simple binops. by Chris Lattner · 18 years ago
- 45e123c rename: PDI_binop_rm -> PDI_binop_rm_int PDI_binop_rmi -> PDI_binop_rmi_int by Chris Lattner · 18 years ago
- d4060cc Convert saturating PADD/PSUB's to use a multiclass by Chris Lattner · 18 years ago
- 8139e28 Convert PAVG*, PMADDWD, and PMUL* to use multiclasses. by Chris Lattner · 18 years ago
- 3dca490 Fix typo in packsswb instr definition, where the load had the wrong type. by Chris Lattner · 18 years ago
- e5bbd6d implement FUITOS and FUITOD by Rafael Espindola · 18 years ago
- 5aca927 implement FLDD by Rafael Espindola · 18 years ago
- d9ae778 implement fadds, faddd, fmuls and fmuld by Rafael Espindola · 18 years ago
- 783d45e handle pmin/pmax with multiclasses by Chris Lattner · 18 years ago
- dc52f17 regenerate by Chris Lattner · 18 years ago
- 85899b8 Bugfix: this allows multiclasses to have default arguments. by Chris Lattner · 18 years ago
- 7733799 simplify pack and shift intrinsics with multiclasses by Chris Lattner · 18 years ago
- 0199874 Use a multiclass to simplify 'SSE2 Integer comparison' by Chris Lattner · 18 years ago
- 736c020 move class defns close to uses to make it easier to read by Chris Lattner · 18 years ago
- fb996ee simplify horizontal op definitions by Chris Lattner · 18 years ago
- 3b57a83 remove more unneeded type info by Chris Lattner · 18 years ago
- aab370d remove unneeded definitions and type info by Chris Lattner · 18 years ago
- 15258d5 remove some unneeded type info by Chris Lattner · 18 years ago
- 845fb75 simplify patterns by merging in operand info by Chris Lattner · 18 years ago
- d1b651d Factor operands into packed unary classes by Chris Lattner · 18 years ago
- dc5aa21 remove dead/duplicate instructions by Chris Lattner · 18 years ago
- a0ea63d Pull operand info up into parent class for scalar sse intrinsics. by Chris Lattner · 18 years ago
- 86c1b3a convert the sole sd unary intrinsic to a multiclass for consistency by Chris Lattner · 18 years ago
- 3b83785 pull operand string into the multiclass by Chris Lattner · 18 years ago
- 9498ed8 Remove RSQRTSS[rm] RCPSS[rm], which are dead. by Chris Lattner · 18 years ago
- 4cc84ed eliminate redundancy by Chris Lattner · 18 years ago
- ed83a70 Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom by Chris Lattner · 18 years ago
- 0c79fed Set the jt section by Chris Lattner · 18 years ago
- cf9668f initialize ivar by Chris Lattner · 18 years ago
- 0336fdb If a target uses a GOT, put it in the jt data section, not the text by Chris Lattner · 18 years ago
- 111c2fa Alpha uses a got by Chris Lattner · 18 years ago
- 428e75e Add support for targets to declare that they use a GOT by Chris Lattner · 18 years ago
- e0cfc8b jump tables handle pic by Chris Lattner · 18 years ago
- db3ea67 print labels even if a MBB doesn't have a corresponding LLVM BB, just don't by Chris Lattner · 18 years ago
- 935b1f8 add optional input flag to FMRRD by Rafael Espindola · 18 years ago
- 614057b add support for calling functions that return double by Rafael Espindola · 18 years ago
- 3cff9f8 80 col violation. by Evan Cheng · 18 years ago
- 6e1f1fd ugly codegen by Chris Lattner · 18 years ago
- 4bdd275 Fix a miscompilation of: by Chris Lattner · 18 years ago
- af1dabe fix some bugs affecting functions with no arguments by Rafael Espindola · 18 years ago
- 1b50768 fix the stack alignment by Rafael Espindola · 18 years ago
- 4a408d4 add support for calling functions that have double arguments by Rafael Espindola · 18 years ago