aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remove dead statisticChris Lattner2006-12-191-4/+0
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-199-39/+30
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-1916-85/+71
* Convert more Statistic's over to STATISTICChris Lattner2006-12-191-7/+4
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-1921-102/+101
* Fix for PR1062 by Dan Gohman.Evan Cheng2006-12-191-4/+2
* Refactor statistic a big and introduce a horrible-but-necessary macroChris Lattner2006-12-191-4/+4
* Now that ConstantInt::isValueValidForType can handle signed and unsignedReid Spencer2006-12-191-4/+1
* Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov2006-12-193-5/+16
* Now, there is additional layer, referred in the comment,Devang Patel2006-12-191-11/+0
* s/BasicBlockPassManager/BBPassManager/gDevang Patel2006-12-191-138/+230
* The x86-64 target machine should be used for amd64-* target triples.Chris Lattner2006-12-191-0/+5
* Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.llChris Lattner2006-12-191-1/+2
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-191-0/+25
* Clean up ConstantFoldCastInstruction.Reid Spencer2006-12-191-53/+30
* Rewrite ConstantFoldCastInstruction so that it doesn't use any of theReid Spencer2006-12-191-219/+50
* May need to promote the operand (either sign_extend_inreg or and) beforeEvan Cheng2006-12-191-18/+29
* Make ConstantInt not care about sign any more. To ensure the AsmParser canReid Spencer2006-12-191-14/+19
* Fix a bug in GetConstantFactor for affine expressions, in which the existingChris Lattner2006-12-191-5/+9
* Remove a useless statement.Reid Spencer2006-12-181-1/+0
* LegalizeSetCCOperands() may end up inserting libcalls. They need to beEvan Cheng2006-12-181-3/+2
* For PR1042:Reid Spencer2006-12-181-1/+1
* macros -> Inline functionsRafael Espindola2006-12-181-9/+13
* Remove the createInferredCast methods now that their last uses have beenReid Spencer2006-12-181-14/+0
* Convert the last uses of CastInst::createInferredCast to a normal castReid Spencer2006-12-184-16/+46
* Remove the two-argument (inferred cast) form of ConstantExpr::getCast nowReid Spencer2006-12-181-7/+0
* Convert the last use of two-argument ConstantExpr::getCast into anotherReid Spencer2006-12-181-1/+3
* Revert last patch. ConstantInt isn't quite ready for signlessness.Reid Spencer2006-12-181-2/+4
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-186-39/+18
* Remove the last use of getUnsignedVersion and getSignedVersion from VMCore.Reid Spencer2006-12-181-4/+2
* Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!Chris Lattner2006-12-171-8/+8
* Use a predicate function to identify bitcast of fp and integer instead ofReid Spencer2006-12-172-22/+22
* Fix PR1058:Reid Spencer2006-12-172-16/+26
* Fixed so that it dereferences the ostream pointer.Bill Wendling2006-12-171-1/+1
* This snuck in. Reverted.Bill Wendling2006-12-171-2/+0
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-1711-37/+43
* when inserting a dummy argument to work-around the CBE not supportingChris Lattner2006-12-161-3/+1
* Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.llChris Lattner2006-12-161-1/+2
* Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner2006-12-161-3/+3
* Cannot combine an indexed load / store any further.Evan Cheng2006-12-161-1/+10
* Fix PR1042, by tightening up the subtle rules with invoke value use.Chris Lattner2006-12-161-3/+37
* Expand FP undefEvan Cheng2006-12-161-0/+1
* The best unbreakage yet, addressing Bill's concerns.Jeff Cohen2006-12-163-49/+30
* Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand.Evan Cheng2006-12-161-2/+1
* Add getNumContainedPasses() and getContainedPass() inteface and useDevang Patel2006-12-161-95/+91
* Expand fabs / fneg to and / xor.Evan Cheng2006-12-161-3/+22
* Cosmetic changes, based on Chris's review.Devang Patel2006-12-151-27/+21
* An even better unbreakage...Jeff Cohen2006-12-153-0/+24
* Fix select_cc, select expansion to soft-fp bugs.Evan Cheng2006-12-151-3/+11
* Partial unbreak of VC++ (stream stuff has no easy fix).Jeff Cohen2006-12-151-0/+1