Age | Commit message (Expand) | Author |
2004-08-11 | Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. | Misha Brukman |
2004-08-10 | Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets | Misha Brukman |
2004-08-10 | Fix casts of float to unsigned long | Nate Begeman |
2004-08-06 | Changes commited for Nate Begeman: | Chris Lattner |
2004-07-28 | Simplify loading (un)signed constants to registers, patch by Nate Begeman. | Misha Brukman |
2004-07-28 | LI can only take signed values, so values > 32767 can only be loaded with ORI | Misha Brukman |
2004-07-27 | Build COND_BRANCHes which may become long or short, decided by a later pass. | Misha Brukman |
2004-07-27 | Add IMPLICIT_DEF of LR for branch-and-link instrs (calls and global accesses) | Misha Brukman |
2004-07-26 | * Rewrote casts | Misha Brukman |
2004-07-23 | Eliminate spurious empty space; make code easier to page through. | Misha Brukman |
2004-07-23 | Implement casting a floating point to 32-bit unsigned value | Misha Brukman |
2004-07-23 | * Codegen of GEPs dramatically improved by folding multiplies and adds | Misha Brukman |
2004-07-23 | * Change class of BoolTy back to cInt | Misha Brukman |
2004-07-22 | * Change bool from cInt to cByte (for now) | Misha Brukman |
2004-07-21 | * Add the lost fix to define the second reg of a 2-reg representation of longs | Misha Brukman |
2004-07-21 | * Speed up canUseAsImmediateForOpcode() by comparing Operand before | Misha Brukman |
2004-07-21 | * Fix printing of signed immediate values | Misha Brukman |
2004-07-20 | Treat external variables similarly to those with weak linkage: load indirect. | Misha Brukman |
2004-07-20 | * Differentiate between global and weak symbol loads | Misha Brukman |
2004-07-20 | Move handing of GlobalValues from getReg() to copyConstantToRegister(), this | Misha Brukman |
2004-07-20 | * cFP class split into cFP32 and cFP64 | Misha Brukman |
2004-07-18 | Fix infinite loop | Chris Lattner |
2004-07-18 | CPR Fixes | Chris Lattner |
2004-07-16 | * Use LI(S) to copy constants into registers intead of ADDI(S) as the latter is | Misha Brukman |
2004-07-15 | Patches towards fixing PR341 | Chris Lattner |
2004-07-14 | Make sure MTSPR instruction is inserted into the BasicBlock | Misha Brukman |
2004-07-14 | Don't define the same register twice when loading a ConstantPointerRef to a reg | Misha Brukman |
2004-07-14 | * Fix multiplication by powers of two and otherwise | Misha Brukman |
2004-07-13 | * Specify that FP arith options have 3 operands | Misha Brukman |
2004-07-12 | Correctly load FP constants out of the constant pool. | Misha Brukman |
2004-07-11 | Add compilability | Chris Lattner |
2004-07-09 | * Add support for indexing into structures, thanks to Chris (x86) | Misha Brukman |
2004-07-08 | Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions | Misha Brukman |
2004-07-08 | * Use several Function* for external functions instead of a std::map | Misha Brukman |
2004-07-08 | * Add support for loading FP constants from the constant pool | Misha Brukman |
2004-07-07 | * Use a map for caching lookups to external functions (fp div/rem) | Misha Brukman |
2004-07-07 | Add fmod() to the Module being compiled so that it gets a stub in the asm file | Misha Brukman |
2004-07-06 | * Add support for calling vararg functions (must pass doubles in int regs too) | Misha Brukman |
2004-07-06 | * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode | Misha Brukman |
2004-07-01 | * Get rid of constant-expr handling code: we use the ConstantExpr lowering pass | Misha Brukman |
2004-06-29 | * Don't save LR when outputting globals: it's already saved on the stack once | Misha Brukman |
2004-06-28 | Fix loading and storing PC-relative static variables, courtesy of Nate Begeman. | Misha Brukman |
2004-06-25 | Do not move any values into registers for a void return (there isn't anything). | Misha Brukman |
2004-06-25 | Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr. | Misha Brukman |
2004-06-25 | Fix bug in previous checkin. | Misha Brukman |
2004-06-25 | * Wrap long lines | Misha Brukman |
2004-06-25 | Excise X86-specific comments. | Misha Brukman |
2004-06-24 | Add a `break' in the switch/case statement between the int/fp sections. | Misha Brukman |
2004-06-24 | Unindent some more code to be consistent. | Misha Brukman |
2004-06-24 | Unindent some code, it only needs 2 spaces. | Misha Brukman |