Remove some redundant checks, add a couple of new ones. This allows us to
[oota-llvm.git] / lib / Target / Alpha /
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 Lenharthlowercase instructions, makes diff happier
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 Lenharthhum, it is good to use real instructions
2005-03-22 Andrew Lenharthtwo things: 1)evilness reduction patch, reduces the...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
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-13 Andrew LenharthShould fix mesa
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-10 Andrew Lenharthsome typoes and .bss isn't liked, at all
2005-03-09 Andrew Lenharthminor correction for Register that isn't used
2005-03-05 Chris Lattnerdon't break the build on 32-bit hosts.
2005-03-05 Andrew Lenharthfix data size stuff for architectures with bit challeng...
2005-03-04 Andrew Lenharthfix up stack pointer adjustments
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-03 Andrew Lenharthturn on IEEE for compares
2005-03-03 Andrew Lenharthbeter Select on FP
2005-03-03 Andrew LenharthLSR cleanup patch
2005-03-02 Andrew Lenharthremove 32 sign extend after 32 sextload and handle...
2005-03-02 Andrew LenharthAdded LSR as a beta pass for alpha
2005-02-28 Andrew Lenharthfix integer division and stuff
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-24 Andrew Lenharthfix Allocas. Really. I mean it this time.
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-22 Andrew Lenharthno longer build as a shared library
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 Lenharthmake FP conversion more conservative (matches gcc)
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-10 Andrew Lenharthfix fp branch
2005-02-10 Misha Brukman* Fix spelling of `volatile'
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-04 Misha BrukmanMake file header comment consistent: extend the whole...
2005-02-04 Andrew Lenharthalignment
2005-02-04 Andrew Lenharthget alignment printing correctly and get rid of __main...
2005-02-03 Andrew LenharthFP fixes
2005-02-02 Andrew LenharthStore fix
2005-02-02 Andrew Lenharthoops
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 LenharthPrint the Constant pool
2005-02-01 Andrew LenharthMake cmov work right and loads for fp from constant...
2005-02-01 Andrew LenharthCorrect stack stuff for FP
2005-02-01 Andrew Lenharthtry to match alpha pattern
2005-02-01 Andrew Lenharthfix register names
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
2005-01-31 Andrew Lenharthindirect call fix
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...
next