* Use the MachineConstantPool for storing constants instead of a hash_set;
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrSelection.cpp
2001-11-12 Vikram S. AdveFix dumb bug in alignment adjustment code!
2001-11-10 Vikram S. AdveMust generate an instruction for GetElementPtr if singl...
2001-11-09 Vikram S. AdveDo the same for float->int that we did for int->float...
2001-11-08 Vikram S. AdveFix bugs in FITOS/D instruction generation.
2001-11-07 Chris LattnerKilling warnings
2001-11-04 Vikram S. AdveGenerate code for Rem instruction.
2001-11-04 Vikram S. AdveFixed instruction information for RDCCR and WRCCR.
2001-11-04 Chris LattnerMinor method rename
2001-10-28 Vikram S. AdveNeed to subtract, not add, stack size in SAVE instruction!
2001-10-22 Vikram S. AdveAdded functions to generate prolog and epilog code.
2001-10-20 Vikram S. AdveUse CALL for direct function calls; JMPL for indirect...
2001-10-18 Vikram S. Adve1. Move most of the constant-fixup code into machine...
2001-10-14 Vikram S. AdveForward operands into implicit uses as well as explicit...
2001-10-14 Vikram S. AdveTwo bug fixes that were suppressing some "load-constant...
2001-10-13 Chris Lattner* Add #include
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-10 Vikram S. AdveInsert code to load constants used as Call or Return...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Vikram S. AdveSeveral fixes:
2001-09-28 Chris LattnerCheck in bug fix for vadve
2001-09-18 Vikram S. AdveAllow pointer constants as well as integer and booleans.
2001-09-14 Chris LattnerAdd support for loading and storing pointers...
2001-09-14 Chris LattnerFix a bug that caused a crash if a setcc had zero uses.
2001-09-14 Chris LattnerMove files.