Add an isTailCall flag to LowerCallTo
[oota-llvm.git] / lib / Target / IA64 /
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris LattnerPass in Calling Convention to use into LowerCallTo
2005-05-11 Duraid Madinaadd the popcount instruction and support this in the...
2005-05-11 Chris LattnerNo really IA*64* :)
2005-05-09 Duraid Madinafix and cleanup constmul code a bit, this fixes mediabe...
2005-05-04 Andrew Lenharthfix typo
2005-05-02 Duraid Madinasupport multiplication by constant negative integers
2005-05-02 Duraid Madinaadd support for bools to SELECT, this fixes Prolangs...
2005-04-30 Chris LattnerThis target doesn't support the FSIN/FCOS/FSQRT nodes yet
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-27 Duraid Madinaclean up some warnings
2005-04-26 Duraid Madinaconstmul bugfix: multiply by 27611 was broken
2005-04-26 Duraid Madinaclean up the code! (oops) lots more cleaning left,...
2005-04-26 Duraid Madina* Add code to reduce multiplies by constant integers...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-14 Duraid Madinaprint negative 64 bit immediates as negative numbers...
2005-04-14 Duraid Madinaoops, this stopped us turning movl r4=0xFFFFFFFF;;...
2005-04-14 Duraid Madinawe have zextloads, not sextloads!
2005-04-13 Duraid Madina* add the shladd instruction
2005-04-13 Duraid Madina* if ANDing with a constant of the form:
2005-04-13 Chris LattnerRemove special handling of ZERO_EXTEND_INREG. This...
2005-04-12 Duraid Madina* OK, after changing to use liveIn/liveOut instead...
2005-04-12 Chris LattnerPut out* into the allocation order, allowing the regist...
2005-04-12 Chris LattnerMake sure to realize that calls use their argument...
2005-04-12 Duraid Madinastop emitting IDEFs for args - change to using liveIn...
2005-04-11 Chris LattnerIA64 supports this operation.
2005-04-11 Duraid Madinahmm, should probably change addImm() to take 64-bit...
2005-04-11 Duraid Madinaassorted fixes:
2005-04-09 Duraid Madinaok, the "ia64 has a boatload of registers" joke stopped...
2005-04-09 Chris LattnerThis target does not support/want ISD::BRCONDTWOWAY
2005-04-08 Duraid Madinafix bogus division-by-power-of-2 (was wrong for negativ...
2005-04-07 Duraid Madinateach asmprinter to print s8/s14 operands
2005-04-07 Duraid Madinacodegen immediate forms of add/sub/shift
2005-04-07 Duraid Madinaadd immediate forms of add, sub, shift
2005-04-06 Duraid Madinasteal sampo's div-by-constant-power-of-2 stuff
2005-04-06 Duraid Madinaadd fms instruction
2005-04-06 Duraid Madinalie a bit and say that r1/r12 (GP/SP) _aren't_ callee...
2005-04-06 Duraid Madinamake sure 'special' registers don't get allocated
2005-04-04 Duraid Madinafix SREM/UREM, which gave incorrect results for x%y...
2005-04-04 Duraid Madinaadd implicit use op
2005-04-03 Duraid Madina.bss is no problem here.
2005-04-02 Duraid Madinaia64 asmprinter fixes:
2005-04-02 Duraid Madinasupport IDEF, fnegabs (thanks sampo)
2005-04-02 Duraid Madinaadd fnegabs op
2005-04-02 Duraid Madinaadd support FNEG and FABS
2005-04-02 Chris LattnerThis target doesn't support fabs/fneg yet.
2005-04-01 Duraid Madinarepair mindless SELECT waste.
2005-03-31 Duraid MadinaAssorted fixes:
2005-03-31 Duraid Madina* declare local common symbols as such (.lcomm, not...
2005-03-31 Duraid Madinadaintyness
2005-03-31 Duraid Madinaadd what we need to fudge a 'floating point conditional...
2005-03-28 Duraid MadinaEmit .global @function and .global @object entries...
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-24 Chris Lattnerfix a compilation error, patch contributed by Bill...
2005-03-24 Nate BegemanRemove comments that are now meaningless from the patte...
2005-03-19 Alkis EvlogimenosStop using deprecated interface.
2005-03-17 Duraid Madinatypo/denial
2005-03-17 Duraid Madinaclean up warnings when building in release mode
2005-03-17 Duraid MadinaOK, IA64 is statically linked into llc
2005-03-17 Duraid Madinabuild the IA64 target as a .so for now
2005-03-17 Duraid Madinaand so it begins...