fix storing bools! eek!
[oota-llvm.git] / lib / Target / IA64 / IA64ISelLowering.cpp
2006-01-19 Duraid Madinafix calls that return f32
2006-01-15 Duraid Madinaexplain that r12 is the stack pointer reg
2006-01-14 Chris LattnerCleanup IA64ISD, tell the graph drawer what the symboli...
2006-01-14 Nate Begemanbswap implementation
2006-01-13 Chris Lattnernew nodes
2006-01-12 Duraid Madinasabre's (correct) fix means these guys need to be flagg...
2006-01-12 Chris LattnerFix an itanium call lowering bug for duraid
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-10 Chris Lattnersilence a bogus warning
2006-01-10 Duraid Madinaheh, 'sif it'd be a legalizer bug.
2006-01-10 Duraid Madinasupport functions that return bool (this "should" work...
2006-01-06 Chris Lattnersilence a bogus gcc warning
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2005-12-27 Duraid Madinanasty paste-o, calls passing more than 8 arguments...
2005-12-22 Duraid Madinathis is a hack, which may or may not hang around. In...
2005-12-22 Duraid Madinathis should take care of calls to varadic functions...
2005-12-22 Duraid MadinaI shoulda done this a *long* time ago (tm): implement...
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-04 Duraid Madinakill redundant SP/GP/RP save/restores across calls
2005-11-02 Duraid Madinaadd support for loading FP constants +0.0 and +1.0...
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...