- e76797c fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant pool by Andrew Lenharth · 21 years ago
- f61ed95 Print the Constant pool by Andrew Lenharth · 21 years ago
- ae088f4 Make cmov work right and loads for fp from constant pool by Andrew Lenharth · 21 years ago
- 2a8fc23 Correct stack stuff for FP by Andrew Lenharth · 21 years ago
- 2f40163 try to match alpha pattern by Andrew Lenharth · 21 years ago
- daf4b04 fix register names by Andrew Lenharth · 21 years ago
- c1faced pecimise loads, put indirect call addr in right register. still doesn't fix methcall by Andrew Lenharth · 21 years ago
- 41ce39c Fix hyphenation in output comment by Misha Brukman · 21 years ago
- b8b6e6a indirect call fix by Andrew Lenharth · 21 years ago
- 7efadce fp to int and back conversion sequences by Andrew Lenharth · 21 years ago
- 7b2a527 added fp extend and removed a forgotten assert in more than 6 arg support (should break somewhere else now :) ) and fix an incorrect asm sequence for indirect calls by Andrew Lenharth · 21 years ago
- e2752dd This code is really unreachable. by Chris Lattner · 21 years ago
- d7b59d0 Fix warnings. by Chris Lattner · 21 years ago
- 684f229 support for larger calls by Andrew Lenharth · 21 years ago
- ea622d5 Unbreak the build :( by Chris Lattner · 21 years ago
- 2c59435 first step towards a correct and complete stack. also add some forms for things that were getting stuck in the nightly tester. by Andrew Lenharth · 21 years ago
- 23ba420 Finegrainify namespacification. by Chris Lattner · 21 years ago
- 3d80f90 add namespace qualifier by Chris Lattner · 21 years ago
- cc1b16f fix ExprMap, partially teach about add long by Andrew Lenharth · 21 years ago
- 6b9870a fix ExprMap and constant check in setcc by Andrew Lenharth · 21 years ago
- 40831c5 move FP into it's own select by Andrew Lenharth · 21 years ago
- 04c868e stack frame fix and zero FP reg fix by Andrew Lenharth · 21 years ago
- 10b4007 Floating point instructions like Floating point registers by Andrew Lenharth · 21 years ago
- d2bb960 int to float conversion and another setcc by Andrew Lenharth · 21 years ago
- 3d65d31 teach isel about comparison with constants and zero extending bits by Andrew Lenharth · 21 years ago
- 7e57bd5 perhaps this will let me have calls again by Andrew Lenharth · 21 years ago
- c0d502e minor bug fix by Andrew Lenharth · 21 years ago
- 51d3ab4 minor bug fix by Andrew Lenharth · 21 years ago
- 98a32d0 added instructions for fp to int to fp moves by Andrew Lenharth · 21 years ago
- 3e98fde initial fp support by Andrew Lenharth · 21 years ago
- fc16691 hum, writing on one machine, testing on another... by Andrew Lenharth · 21 years ago
- 0298118 add some operations, fix others. should compile several more tests now by Andrew Lenharth · 21 years ago
- 3576c84 We can fold promoted and non-promoted loads into divs also! by Chris Lattner · 21 years ago
- 44129b5 Fold promoted loads into binary ops for FP, allowing us to generate m32 forms by Chris Lattner · 21 years ago
- d279b41 problems with bools, and their work arounds by Andrew Lenharth · 21 years ago
- 2f8fb77 more load choices, better add with imm by Andrew Lenharth · 21 years ago
- 2d6f022 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 21 years ago
- a7246ca Alpha JIT prune by Andrew Lenharth · 21 years ago
- 886470e include prune and JIT prune by Andrew Lenharth · 21 years ago
- 0126952 Pruned includes by Andrew Lenharth · 21 years ago
- bb4dca3 Fix a spurious warning. by Chris Lattner · 21 years ago
- 0a07883 Silence a warning. by Chris Lattner · 21 years ago
- 42e25b3 Allow the FP stackifier to completely ignore functions that do not use FP at by Chris Lattner · 21 years ago
- 1fefef1 Build Alpha by default. by Chris Lattner · 21 years ago
- a8411a6 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 21 years ago
- 5dc81f6 Support Cygwin assembly generation. The cygwin version of Gnu ASsembler by Reid Spencer · 21 years ago
- 304d0f3 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago
- fb0f53f Speed up folding operations into loads. by Chris Lattner · 21 years ago
- 67b1c3c The ever-important vanity pass name :) by Chris Lattner · 21 years ago
- b62e1e2 Fix a FIXME: realize that argument stores are all independent (don't alias) by Chris Lattner · 21 years ago
- 19ad062 Implement ADD_PARTS/SUB_PARTS so that 64-bit integer add/sub work. This by Chris Lattner · 21 years ago
- bf52d49 Fix a crash compiling 134.perl. by Chris Lattner · 21 years ago
- c3c021b Fix a problem where were were literally selecting for INCREASED register by Chris Lattner · 21 years ago
- a76f048 When commuting these instructions, make sure to actually swap the operands too. by Chris Lattner · 21 years ago
- 4053b1e Implement Regression/CodeGen/X86/rotate.ll: emit rotate instructions (which by Chris Lattner · 21 years ago
- 40ff633 Add rotate instructions. by Chris Lattner · 21 years ago
- 30ea1e9 Match 16-bit shld/shrd instructions as well, implementing shift-double.llx:test5 by Chris Lattner · 21 years ago
- 0df53d2 Improve coverage of the X86 instruction set by adding 16-bit shift doubles. by Chris Lattner · 21 years ago
- 41e431b Teach the code generator that shrd/shld is commutable if it has an immediate. by Chris Lattner · 21 years ago
- 167b10c Finegrainify namespacification by Chris Lattner · 21 years ago
- 8571637 Codegen long >> 2 to this: by Chris Lattner · 21 years ago
- 009b55b X86 shifts mask the amount. by Chris Lattner · 21 years ago
- 477c931 Code to handle FP_EXTEND is dead now. X86 doesn't support any data types to by Chris Lattner · 21 years ago
- 3dd6815 Remove more dead code. by Chris Lattner · 21 years ago
- a7a4c0f The selection dag code handles the promotions from F32 to F64 for us, so we by Chris Lattner · 21 years ago
- b422aea Fix 124.m88ksim. by Chris Lattner · 21 years ago
- 811482a Do not emit loads multiple times, potentially in the wrong places. by Chris Lattner · 21 years ago
- 0111474 Minor changes. by Tanya Lattner · 21 years ago
- b71f8fc Eliminate bad assertions. by Chris Lattner · 21 years ago
- 4a10866 * Eliminate the TokenSet and just use the ExprMap for both tokens and values. by Chris Lattner · 21 years ago
- 883c86f Rely on the code in MatchAddress to do this work. Otherwise we fail to by Chris Lattner · 21 years ago
- 98a8ba0 Fix a problem where probing for addressing modes caused expressions to be by Chris Lattner · 21 years ago
- e9fe2bc Fix indentation. by Chris Lattner · 21 years ago
- 869e043 Don't bother using max here. by Chris Lattner · 21 years ago
- 90d1be7 Do not give token factor nodes outrageous weights by Chris Lattner · 21 years ago
- 5c65981 Two changes: by Chris Lattner · 21 years ago
- e10269b Refactor load/op/store folding into it's own method, no functionality changes. by Chris Lattner · 21 years ago
- ae3ffba Fix a major regression last night that prevented us from producing [mem] op= reg by Chris Lattner · 21 years ago
- 2a4e508 Codegen this: by Chris Lattner · 21 years ago
- 7a866d9 Added tmp instructions to preserve ssa. by Tanya Lattner · 21 years ago
- 4ff348b Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG.ll and 132.ijpeg. by Chris Lattner · 21 years ago
- cb1aa8d Do not fold a load into a comparison that is used by more than one place. by Chris Lattner · 21 years ago
- c98279d Do not codegen 'xor bool, true' as 'not reg'. not reg inverts the upper bits by Chris Lattner · 21 years ago
- 4df0de9 Set up the shift and setcc types. by Chris Lattner · 21 years ago
- 7600587 Added paramters to a few functions in order to allow me to change the functions to preserve SSA by Tanya Lattner · 21 years ago
- da2ce11 * Adjust to changes in TargetLowering interfaces. by Chris Lattner · 21 years ago
- ccad843 cycles_t -> CycleCount_t by Chris Lattner · 21 years ago
- bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 21 years ago
- 5fd2ef1 Fixed a couple of instructions that broke SSA. by Tanya Lattner · 21 years ago
- 638559a Improve compatiblity with HPUX on Itanium, patch by Duraid Madina by Chris Lattner · 21 years ago
- 45554a6 Add a new target-independent code generator flag. by Chris Lattner · 21 years ago
- e9ef81d Add support for truncstore and *extload. by Chris Lattner · 21 years ago
- 7f2afac Adjust to CopyFromREg changes. by Chris Lattner · 21 years ago
- 3c70764 Fix Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll by Chris Lattner · 21 years ago
- fbd4de1 Fix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll by Chris Lattner · 21 years ago
- 18c2f13 Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. by Chris Lattner · 21 years ago
- 1d50b7f Codegen factor nodes more intelligently according to perceived register pressure. by Chris Lattner · 21 years ago
- c358071 Initial trivial (but stupid) codegen for this node. by Chris Lattner · 21 years ago
- 636e79a Add some really pedantic assertions to the load folding code. Fix a bunch by Chris Lattner · 21 years ago
- a0bb692 We can only fold a load into an op if there is exactly one use of the value. by Chris Lattner · 21 years ago