summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!Chris Lattner2006-12-17
* Use a predicate function to identify bitcast of fp and integer instead ofReid Spencer2006-12-17
* Fix PR1058:Reid Spencer2006-12-17
* Fixed so that it dereferences the ostream pointer.Bill Wendling2006-12-17
* This snuck in. Reverted.Bill Wendling2006-12-17
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* when inserting a dummy argument to work-around the CBE not supportingChris Lattner2006-12-16
* Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.llChris Lattner2006-12-16
* Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner2006-12-16
* Cannot combine an indexed load / store any further.Evan Cheng2006-12-16
* Fix PR1042, by tightening up the subtle rules with invoke value use.Chris Lattner2006-12-16
* Expand FP undefEvan Cheng2006-12-16
* The best unbreakage yet, addressing Bill's concerns.Jeff Cohen2006-12-16
* Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand.Evan Cheng2006-12-16
* Add getNumContainedPasses() and getContainedPass() inteface and useDevang Patel2006-12-16
* Expand fabs / fneg to and / xor.Evan Cheng2006-12-16
* Cosmetic changes, based on Chris's review.Devang Patel2006-12-15
* An even better unbreakage...Jeff Cohen2006-12-15
* Fix select_cc, select expansion to soft-fp bugs.Evan Cheng2006-12-15
* Partial unbreak of VC++ (stream stuff has no easy fix).Jeff Cohen2006-12-15
* Remove an extraneous { at the end of a block.Reid Spencer2006-12-15
* Patterns no longer needed due to fix in the DAG combiner.Jim Laskey2006-12-15
* This code was usurping the sextload expand in teh legalizer. Just makeJim Laskey2006-12-15
* Mark dump* routines const routines.Devang Patel2006-12-15
* Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias ...Evan Cheng2006-12-15
* Fix long standing issue with propagating error message back to caller. ThisReid Spencer2006-12-15
* For PR1050:Reid Spencer2006-12-15
* Move PMTopLevelManager and TImingInfo into anon namespace.Devang Patel2006-12-15
* Not all test cases are created equal. This fix is needed.Jim Laskey2006-12-15
* Not needed. Misinterpreted error message from other bug (Missing load/storeJim Laskey2006-12-15
* extern_weak linkage. fixes PR1038Andrew Lenharth2006-12-15
* Missing load/store relocations.Jim Laskey2006-12-15
* Provide 64-bit support for i64 sextload<i8>.Jim Laskey2006-12-15
* Provide support for FP_TO_UINT.Jim Laskey2006-12-15
* silence a bogus warningChris Lattner2006-12-15
* re-enable a temporarily-reverted patchChris Lattner2006-12-15
* Minor clean up.Evan Cheng2006-12-15
* This is done.Evan Cheng2006-12-15
* Expand FP compares to soft-fp call(s)Evan Cheng2006-12-15
* s/ForcedLastUses/TransferLastUses/gDevang Patel2006-12-15
* Simplify the fetching of relocation mode.Jim Laskey2006-12-14
* f64 <-> i64 bit_convert using movq in 64-bit mode.Evan Cheng2006-12-14
* Fix a couple of typo's.Evan Cheng2006-12-14
* This is done.Evan Cheng2006-12-14
* Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand().Evan Cheng2006-12-14
* - Rename MOVDSS2DIrr to MOVSS2DIrr for consistency sake.Evan Cheng2006-12-14
* 1. Tidy up jump table info.Jim Laskey2006-12-14
* avoid using a constant table when a constant can be used inlineRafael Espindola2006-12-14
* random minor typographical changesChris Lattner2006-12-14
* Avoid creating invalid sub/add instructions on the prolog/epilogRafael Espindola2006-12-14