summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Squelch a warning about mismatch between sign of constant and sign of returnReid Spencer2007-04-04
* Properly emit range comparisons for switch cases, where neighbour casesAnton Korobeynikov2007-04-04
* Prevent transformConstExprCastCall from generating conversions that assertDale Johannesen2007-04-04
* stringmap memory managed with malloc nowChris Lattner2007-04-04
* Fix 2007-04-04-BadFoldBitcastIntoMalloc.llJeff Cohen2007-04-04
* Re-materialize all loads from fixed stack slots.Evan Cheng2007-04-04
* Trivially re-materializable instructions have spill weights that are half of ...Evan Cheng2007-04-04
* For PR1302:Reid Spencer2007-04-04
* Fix comment.Duncan Sands2007-04-04
* For PR1302:Reid Spencer2007-04-04
* For PR1302:Reid Spencer2007-04-04
* For PR1302:Reid Spencer2007-04-04
* use calloc instead of new/memset, it is more efficientChris Lattner2007-04-04
* Extend StringMap to support being initialized as completely empty. WhenChris Lattner2007-04-04
* Implement inline asm modifier P.Evan Cheng2007-04-04
* Typo.Evan Cheng2007-04-04
* Adding more MMX instructions.Bill Wendling2007-04-03
* make a new missing features sectionChris Lattner2007-04-03
* Remove unused constant pool entries.Evan Cheng2007-04-03
* UpdatedBill Wendling2007-04-03
* Fix a bug I introduced with my patch yesterday which broke Qt (I convertedChris Lattner2007-04-03
* greatly reduce hte default size of stringmap.Chris Lattner2007-04-03
* Fixed a bug that causes codegen of noop like add r0, r0, #0.Evan Cheng2007-04-03
* reinstate the previous two patches, with a bugfix :)Chris Lattner2007-04-03
* Starting implementation of the ELF32 ABI specification of varargs handling.Nicolas Geoffray2007-04-03
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-03
* Addition to the previous commit for getCalleeSavedRegClasses:Nicolas Geoffray2007-04-03
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-03
* Reverting back to 1.723. The last two commits broke JM (and possibily others)...Evan Cheng2007-04-03
* Inverted logic.Evan Cheng2007-04-03
* Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found.Evan Cheng2007-04-03
* Changed to new MMX_ recipes.Bill Wendling2007-04-03
* Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.Bill Wendling2007-04-03
* split some code out into a helper functionChris Lattner2007-04-03
* Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndI...Chris Lattner2007-04-03
* Fix PR1253 and xor2.ll:test[01]Chris Lattner2007-04-03
* Arm supports negative strides as well, add them. This lets us compile:Chris Lattner2007-04-03
* allow -1 strides to reuse "1" strides.Chris Lattner2007-04-02
* 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL.Scott Michel2007-04-02
* fix off by 1 error in displacement computationDale Johannesen2007-04-02
* fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scalesChris Lattner2007-04-02
* Ugh. Copy coalescer does not update register numbers.Evan Cheng2007-04-02
* add support for the 'w' inline asm register class.Chris Lattner2007-04-02
* 1. Make use of APInt operation instead of using ConstantExpr::getXXX.Zhou Sheng2007-04-02
* Use uint32_t for bitwidth instead of unsigned.Zhou Sheng2007-04-02
* Pass the type of the store access, not the type of the store, into theChris Lattner2007-04-02
* Fix a bug which caused us to never be able to use signed comparisons forChris Lattner2007-04-02
* Wrap long lineChris Lattner2007-04-02
* use more obvious function name.Chris Lattner2007-04-02
* Treat xor of signbit like an add.Chris Lattner2007-04-02