aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused constant pool entries.Evan Cheng2007-04-031-32/+60
* UpdatedBill Wendling2007-04-031-0/+4
* Fix a bug I introduced with my patch yesterday which broke Qt (I convertedChris Lattner2007-04-031-1/+1
* greatly reduce hte default size of stringmap.Chris Lattner2007-04-031-1/+1
* move these to FrontendAdaChris Lattner2007-04-0314-115/+0
* testcase for recent bugfixChris Lattner2007-04-031-0/+29
* move ada testsChris Lattner2007-04-0314-0/+115
* New test case.Evan Cheng2007-04-031-0/+12
* Fixed a bug that causes codegen of noop like add r0, r0, #0.Evan Cheng2007-04-031-1/+1
* reinstate the previous two patches, with a bugfix :)Chris Lattner2007-04-031-493/+525
* Starting implementation of the ELF32 ABI specification of varargs handling.Nicolas Geoffray2007-04-032-9/+177
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-036-92/+46
* Addition to the previous commit for getCalleeSavedRegClasses:Nicolas Geoffray2007-04-031-2/+4
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-035-10/+12
* Prepare for Subversion migration by implementing a -usesvn to tell theReid Spencer2007-04-031-62/+147
* Reverting back to 1.723. The last two commits broke JM (and possibily others)...Evan Cheng2007-04-031-524/+491
* Inverted logic.Evan Cheng2007-04-031-1/+1
* Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found.Evan Cheng2007-04-031-1/+1
* Changed to new MMX_ recipes.Bill Wendling2007-04-031-3/+3
* Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.Bill Wendling2007-04-033-70/+88
* split some code out into a helper functionChris Lattner2007-04-031-18/+30
* Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndI...Chris Lattner2007-04-031-520/+524
* add missing operatorChris Lattner2007-04-031-0/+4
* Fix PR1253 and xor2.ll:test[01]Chris Lattner2007-04-031-1/+30
* new testcase for PR1253Chris Lattner2007-04-031-0/+19
* add a helper function to constantint.Chris Lattner2007-04-031-0/+3
* Arm supports negative strides as well, add them. This lets us compile:Chris Lattner2007-04-031-3/+6
* new testcase, where we should use a negative strideChris Lattner2007-04-031-0/+20
* allow -1 strides to reuse "1" strides.Chris Lattner2007-04-021-1/+2
* Add a regtest for cases we now recognize as rotates, thanks to Scott Michel'sChris Lattner2007-04-021-0/+38
* 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL.Scott Michel2007-04-022-25/+76
* fix this testcase so it passesChris Lattner2007-04-021-2/+2
* fix this testcase on ppc hostsChris Lattner2007-04-021-1/+1
* fix off by 1 error in displacement computationDale Johannesen2007-04-021-0/+5
* fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scalesChris Lattner2007-04-021-4/+20
* Ugh. Copy coalescer does not update register numbers.Evan Cheng2007-04-022-2/+19
* New test case.Evan Cheng2007-04-021-0/+55
* add support for the 'w' inline asm register class.Chris Lattner2007-04-021-6/+28
* Update example notes to clarify system linker's role.Devang Patel2007-04-021-1/+3
* Regenerate.Reid Spencer2007-04-021-1/+1
* Check for .svn directories too to determine if a debug build is appropriate.Reid Spencer2007-04-021-3/+3
* 1. Make use of APInt operation instead of using ConstantExpr::getXXX.Zhou Sheng2007-04-021-26/+19
* Use uint32_t for bitwidth instead of unsigned.Zhou Sheng2007-04-021-29/+29
* Pass the type of the store access, not the type of the store, into theChris Lattner2007-04-021-2/+9
* new testcase.Chris Lattner2007-04-021-0/+19
* Fix a bug which caused us to never be able to use signed comparisons forChris Lattner2007-04-021-1/+1
* new testcaseChris Lattner2007-04-021-0/+13
* Wrap long lineChris Lattner2007-04-021-3/+3
* use more obvious function name.Chris Lattner2007-04-021-1/+1
* Treat xor of signbit like an add.Chris Lattner2007-04-021-1/+10