Patches towards fixing PR341
[oota-llvm.git] / lib / Target / PowerPC / PowerPCISelSimple.cpp
2004-07-15 Chris LattnerPatches towards fixing PR341
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-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-11 Chris LattnerAdd compilability
2004-07-09 Misha Brukman* Add support for indexing into structures, thanks...
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-07 Misha Brukman* Use a map for caching lookups to external functions...
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 Brukman* Add utility functions: convert SetCC => PPC opcode...
2004-07-01 Misha Brukman* Get rid of constant-expr handling code: we use the...
2004-06-29 Misha Brukman* Don't save LR when outputting globals: it's already...
2004-06-28 Misha BrukmanFix loading and storing PC-relative static variables...
2004-06-25 Misha BrukmanDo not move any values into registers for a void return...
2004-06-25 Misha BrukmanFix opcode: no immediate in an `or r1, r2, r3' (all...
2004-06-25 Misha BrukmanFix bug in previous checkin.
2004-06-25 Misha Brukman* Wrap long lines
2004-06-25 Misha BrukmanExcise X86-specific comments.
2004-06-24 Misha BrukmanAdd a `break' in the switch/case statement between...
2004-06-24 Misha BrukmanUnindent some more code to be consistent.
2004-06-24 Misha BrukmanUnindent some code, it only needs 2 spaces.
2004-06-24 Misha BrukmanIn emitting code for a GEP instr, iterate over GEPTypes...
2004-06-21 Misha Brukman* Make indentation consistent at 2 chars
2004-06-21 Misha Brukmanllvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLower...
2004-06-21 Misha BrukmanIntrinsic::isnan has gone away, support for it commente...
2004-06-21 Misha BrukmanConvert tabs to spaces.
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanInitial revision