Make the rest of file header comments consistent in format and style
[oota-llvm.git] / lib / Target / Alpha / AlphaISelPattern.cpp
2005-02-05 Misha BrukmanMake the rest of file header comments consistent in...
2005-02-03 Andrew LenharthFP fixes
2005-02-02 Andrew LenharthStore fix
2005-02-02 Andrew Lenharthprevent register allocator from using the stack pointer :)
2005-02-02 Andrew Lenharthfix loading of floats
2005-02-02 Andrew Lenharthmarked mem* as not supported
2005-02-02 Andrew Lenharthfix Load bug
2005-02-02 Andrew Lenharthtry to make a bug bugpointable, add yet more constant...
2005-02-02 Andrew Lenharthbetter constant handling, should fix many remaining...
2005-02-01 Andrew Lenharthfix FP arg passing bug, Add unsigned to/from int, fix...
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
2005-01-31 Andrew Lenharthfp to int and back conversion sequences
2005-01-30 Andrew Lenharthadded fp extend and removed a forgotten assert in more...
2005-01-30 Chris LattnerFix warnings.
2005-01-30 Andrew Lenharthsupport for larger calls
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-28 Andrew Lenharthfix ExprMap, partially teach about add long
2005-01-28 Andrew Lenharthfix ExprMap and constant check in setcc
2005-01-28 Andrew Lenharthmove FP into it's own select
2005-01-27 Andrew LenharthFloating point instructions like Floating point registers
2005-01-27 Andrew Lenharthint to float conversion and another setcc
2005-01-27 Andrew Lenharthteach isel about comparison with constants and zero...
2005-01-27 Andrew Lenharthperhaps this will let me have calls again
2005-01-27 Andrew Lenharthminor bug fix
2005-01-27 Andrew Lenharthminor bug fix
2005-01-26 Andrew Lenharth initial fp support
2005-01-26 Andrew Lenharthhum, writing on one machine, testing on another...
2005-01-26 Andrew Lenharthadd some operations, fix others. should compile severa...
2005-01-25 Andrew Lenharthproblems with bools, and their work arounds
2005-01-25 Andrew Lenharthmore load choices, better add with imm
2005-01-24 Andrew LenharthClean ups, and taught the instruction selector about...
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...