* Further cleanup.
[oota-llvm.git] / lib / Target /
2004-07-21 Misha Brukman* Fix printing of signed immediate values (Nate Begeman)
2004-07-21 Misha Brukman* Fix printing of signed immediate values
2004-07-21 Misha BrukmanUse addSImm() instead of addImm() for stack offsets...
2004-07-21 Misha BrukmanAdd SUBI instruction
2004-07-21 Brian GaekeEmit NaNs and INFs bit-identically to the bytecode...
2004-07-20 Misha BrukmanShorts are aligned to 2 bytes, bools to 1 byte (in...
2004-07-20 Misha BrukmanTreat external variables similarly to those with weak...
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha Brukman* Differentiate between global and weak symbol loads
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha BrukmanDouble alignment in structs is 4 bytes, not 8. Patch...
2004-07-20 Misha BrukmanFix stack frame layout in prologue/epilogue. Patch...
2004-07-20 Misha BrukmanMove handing of GlobalValues from getReg() to copyConst...
2004-07-20 Misha Brukman* Fn args passed in registers are now recorded as used...
2004-07-20 Misha Brukman* cFP class split into cFP32 and cFP64
2004-07-19 Chris LattnerWhile I'm at it, don't break codegen of mul by 3,5,9.
2004-07-19 Chris LattnerGenerate better code for multiplies by negative constan...
2004-07-19 Reid Spencerbug 122:
2004-07-19 Chris LattnerInline 4 methods
2004-07-18 Chris LattnerFix infinite loop
2004-07-18 Chris LattnerCPR Fixes
2004-07-18 Chris LattnerCPR fixes
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-17 Chris LattnerMake sure to emit the immediate byte for instructions...
2004-07-17 Chris LattnerReserve the correct amt of space.
2004-07-17 Misha BrukmanWe don't really need to #include IPO.h into this file.
2004-07-16 Misha Brukman* Use LI(S) to copy constants into registers intead...
2004-07-16 Misha Brukman* Store all non-volatile int registers R13-31 on the...
2004-07-16 Misha BrukmanFix code formatting
2004-07-16 Misha BrukmanImplement PowerPCInstrInfo::isMoveInstr(), patch by...
2004-07-16 Misha BrukmanAdd prototype for TargetInstrInfo::isMoveInstr()
2004-07-16 Misha Brukman* Enable allocation of registers r2-r10
2004-07-16 Misha BrukmanAdd IMPLICIT_DEFS pseudo-instruction; patch by: Nate...
2004-07-16 Misha BrukmanThe generated instruction selector isn't (yet) functional
2004-07-16 Misha Brukman* Output non-lazy linking stubs for external global...
2004-07-16 Misha BrukmanDefine double alignment as 8 bytes now that assert...
2004-07-16 Misha Brukman* Add spaces between words and numbers in comments...
2004-07-16 Misha BrukmanFix grammar.
2004-07-16 Brian GaekeAdd a class for pseudo-instructions. Use it.
2004-07-16 Brian GaekeAdd what will eventually be the TSFlags. Big switch...
2004-07-16 Brian GaekeAdd special handling for pseudo-instructions (print...
2004-07-16 Brian GaekeAdd to-do list.
2004-07-16 Brian GaekeDo IMPLICIT_DEFs on incoming args' hard regs, to avoid...
2004-07-16 Chris LattnerThe powerpc is now gone. However it is now just known...
2004-07-16 Chris LattnerBuild the skeleton target
2004-07-16 Chris LattnerInitial checkin of the rest of the skeleton target
2004-07-16 Chris LattnerInitial skeleton tablegen files
2004-07-16 Chris LattnerAdd skeleton makefile
2004-07-16 Chris LattnerInitial readme
2004-07-16 Chris LattnerIA64 compat
2004-07-16 Chris LattnerUse new macro
2004-07-15 Chris LattnerNuke a clearly bogus assertion
2004-07-15 Chris LattnerFix for PR341
2004-07-15 Chris LattnerRevert stuff that I didn't mean to checkin
2004-07-15 Chris LattnerPatches towards fixing PR341
2004-07-15 Chris LattnerImprove codegen for the LLVM offsetof/sizeof "operator...
2004-07-14 Misha BrukmanMake sure MTSPR instruction is inserted into the BasicBlock
2004-07-14 Misha BrukmanDon't define the same register twice when loading a...
2004-07-14 Misha Brukman* Fix multiplication by powers of two and otherwise
2004-07-14 Brian GaekeAdd Machine-CFG edges to SparcV9 MachineBasicBlocks.
2004-07-13 Misha Brukman* Specify that FP arith options have 3 operands
2004-07-12 Misha BrukmanCorrectly load FP constants out of the constant pool.
2004-07-12 Misha BrukmanApple's MacOS X is another OS which does not provide...
2004-07-12 Misha BrukmanImplement getModuleMatchQuality and getJITMatchQuality...
2004-07-11 Chris LattnerImplement TargetRegistrationListener
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerImplement a couple of methods that TargetMachineRegistr...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerAuto-registrate target
2004-07-11 Chris LattnerAdd compilability
2004-07-11 Chris LattnerInitial impl of this file. Yes this is pretty useless...
2004-07-09 Misha Brukman* Add support for indexing into structures, thanks...
2004-07-09 Misha BrukmanRead/write the offset value for stack-relative loads...
2004-07-08 Misha BrukmanAdd support for __fixdfdi(), __floatdisf(), and __float...
2004-07-08 Misha Brukman* Use several Function* for external functions instead...
2004-07-08 Misha Brukman* Add support for loading FP constants from the constan...
2004-07-08 Misha Brukman* Fix header comment, excise references to X86
2004-07-08 Brian GaekeSupport setcc on fp values.
2004-07-08 Brian GaekeAdd floating-point branches and compares. Compares...
2004-07-08 Brian GaekeFix bug where SwitchSection would fail to change to...
2004-07-08 Brian GaekeFix bug involving bool arguments to binary operators.
2004-07-08 Brian GaekeFix bug in copying long constants to register pairs...
2004-07-08 Brian GaekeSupport 'ret float'
2004-07-07 Misha Brukman* Use a map for caching lookups to external functions...
2004-07-07 Misha Brukman* Wrap long lines (comments and code)
2004-07-07 Misha BrukmanAdd fmod() to the Module being compiled so that it...
2004-07-06 Misha Brukman* Add support for calling vararg functions (must pass...
2004-07-06 Misha BrukmanUse the more compact `bl' instead of cryptic (but equiv...
2004-07-06 Misha Brukman* Add utility functions: convert SetCC => PPC opcode...
2004-07-04 Chris LattnerAdd #includes
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-02 Misha BrukmanAdd FIXME notes for spilling int/fp regs (need to calcu...
2004-07-02 Brian GaekeFix use-before-def thinko
2004-07-02 Chris LattnerFix potential problems with unreachable basic blocks.
2004-07-02 Chris LattnerFix all of those problems that the PPC backend has...
2004-07-02 Chris LattnerRemove dead blocks
next