JIT should print LLVM each function before selecting instructions for it.
[oota-llvm.git] / lib / Target / SparcV8 / SparcV8TargetMachine.cpp
2004-12-11 Brian GaekeJIT should print LLVM each function before selecting...
2004-12-11 Brian GaekeBools are *also* not ints. Sigh. Furthermore, most...
2004-12-10 Brian GaekeMove -lowerselect later in the chain; some select instr...
2004-12-09 Brian GaekeBytes and shorts are aligned differently from words.
2004-11-18 Brian GaekeAllocate fewer registers and tighten up alignment restr...
2004-10-09 Brian GaekeImplement getModuleMatchQuality and getJITMatchQuality...
2004-09-29 Brian GaekeFix double and long alignment.
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerAuto-registrate target
2004-07-04 Chris LattnerAdd #includes
2004-07-02 Chris LattnerFix potential problems with unreachable basic blocks.
2004-06-21 Misha BrukmanOrder #includes as per style guide.
2004-06-18 Brian GaekeGet rid of selects the easy way
2004-06-15 Brian GaekeI think we'll use the standard lowering passes for...
2004-04-13 Brian GaekeI don't think we have to have 4 extra allocated (but...
2004-04-06 Brian GaekeAdd references to delay slot filler pass.
2004-03-04 Brian GaekeSupport -print-machineinstrs
2004-03-04 Brian GaekeAsm printer support, based on x86 - only prints mnemoni...
2004-02-29 Chris LattnerAdd an instruction selector capable of selecting 'ret...
2004-02-28 Chris LattnerChange this so that LLC actually tries to run the code...
2004-02-28 Chris LattnerFinegrainify namespacification
2004-02-25 Brian GaekeSparcV8 skeleton