fix calls
[oota-llvm.git] / lib / Target / Alpha / AlphaISelPattern.cpp
2005-04-14 Andrew Lenharthfix calls
2005-04-14 Andrew Lenhartha 21264 fix, and fix the operator precidence on an...
2005-04-13 Andrew LenharthWOW, function calls still seem to work after this.
2005-04-13 Andrew Lenharthadd matches for SxADDL and company, as well as simplify...
2005-04-13 Andrew Lenharthadded all flavors of zap for anding
2005-04-13 Chris LattnerRemove support for ZERO_EXTEND_INREG. This pessimizes...
2005-04-12 Andrew LenharthGet rid of idefs for arguments (oops)
2005-04-12 Andrew LenharthGet rid of idefs for arguments
2005-04-09 Chris LattnerThis target does not support/want ISD::BRCONDTWOWAY
2005-04-08 Andrew Lenharthcollect a few statistics, factor constants (constant...
2005-04-07 Andrew LenharthAlpha zero extends setcc results
2005-04-07 Andrew Lenharthfix a small optimization opertunity and make gcc happy
2005-04-07 Andrew Lenharthfixup magic constant making code. tested by thousands...
2005-04-07 Andrew LenharthIt wasn't happy about this either
2005-04-07 Andrew LenharthYea, it wasn't happy
2005-04-06 Alkis EvlogimenosMake these 64 bit constants so that this compiles on...
2005-04-06 Andrew Lenharthadded sdiv by 2^k and works for neg divisors also
2005-04-06 Andrew Lenharthfix copy/paste errors, and add imm support to SxADDQ...
2005-04-06 Andrew LenharthAdded Nate's div by constant stuff, also scaled operations!
2005-04-05 Andrew Lenharthadded lowerargs support for varargs
2005-04-03 Andrew Lenharthis this simpler? I think it is simpler.
2005-04-03 Andrew Lenharthfix 101 regressions
2005-04-02 Andrew LenharthSelect optimization
2005-04-02 Andrew LenharthTry several things. 1) drop /i from FP ops 2) factor...
2005-04-02 Andrew LenharthFNEG/FABS/UNDEF
2005-04-02 Andrew LenharthFNEG/FABS
2005-04-02 Chris LattnerThis target doesn't support fabs/fneg yet.
2005-03-31 Andrew Lenharthmake fp div trick dependend on flag
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-30 Andrew Lenharthyea, fine Duraid
2005-03-29 Andrew LenharthFix up some types and constants
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-24 Nate BegemanRemove comments that are now meaningless from the patte...
2005-03-23 Andrew Lenharthdon't lie to the register allocator
2005-03-22 Andrew Lenharthtwo things: 1)evilness reduction patch, reduces the...
2005-03-15 Andrew Lenharthsure, I can set a flag, but if I never check it, why...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-03 Andrew Lenharthbeter Select on FP
2005-03-02 Andrew Lenharthremove 32 sign extend after 32 sextload and handle...
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-23 Andrew LenharthAh the problems you have to fix when you stray from...
2005-02-22 Andrew Lenharthoops
2005-02-22 Andrew Lenharthdynamic stack allocas
2005-02-14 Andrew Lenharthfix setcc on floats, fixes singlesource:pi, perhaps...
2005-02-12 Andrew Lenharthtry to do better match for i32 adds
2005-02-12 Andrew Lenharthoops, I was sure this had already gond though the night...
2005-02-12 Andrew Lenharthadded sign extend for boolean
2005-02-10 Andrew Lenharthfix a bunch of regressions due to call behavior
2005-02-10 Andrew Lenharthso, if you beat on it, you too can talk emacs into...
2005-02-08 Andrew LenharthBranchCC, nifty
2005-02-07 Andrew Lenharthfix store issue and an FP conversion (segfault) issue
2005-02-07 Andrew Lenharthcopytoreg fix
2005-02-07 Andrew Lenharthcopyfromreg fix
2005-02-07 Andrew Lenharthfix load bug
2005-02-07 Andrew Lenharthmore FP load store fixes and Load store simplifications
2005-02-07 Andrew Lenharthclean up load and stores alot
2005-02-07 Andrew Lenharthteach all loads and stores about the stack
2005-02-06 Andrew Lenharthprefer FP scratch registers and more check in LowerArgu...
2005-02-06 Andrew Lenharthfix oopso
2005-02-06 Andrew Lenharthsmarter loads and stores. can now handle base+offset.
2005-02-05 Andrew Lenharthfix build
2005-02-05 Andrew Lenharthclean up
2005-02-05 Andrew Lenharthfix f32 setcc, and fp select
2005-02-05 Andrew Lenharthadded ugly support for fp compares
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...