summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove dead statisticChris Lattner2006-12-19
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-19
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* Convert more Statistic's over to STATISTICChris Lattner2006-12-19
* update to reflect changes in statistic class.Chris Lattner2006-12-19
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-19
* Enable new pass manager.Devang Patel2006-12-19
* Fix for PR1062 by Dan Gohman.Evan Cheng2006-12-19
* Refactor statistic a big and introduce a horrible-but-necessary macroChris Lattner2006-12-19
* Now that ConstantInt::isValueValidForType can handle signed and unsignedReid Spencer2006-12-19
* Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov2006-12-19
* Now, there is additional layer, referred in the comment,Devang Patel2006-12-19
* For PR950:Reid Spencer2006-12-19
* This test needs to be upgraded for the forthcoming FCmpInst patch.Reid Spencer2006-12-19
* Fix an example that used the old SetCondInst instruction.Reid Spencer2006-12-19
* Make changes for removal of SETCC instruction to unify with LangRef.html.Reid Spencer2006-12-19
* s/BasicBlockPassManager/BBPassManager/gDevang Patel2006-12-19
* The x86-64 target machine should be used for amd64-* target triples.Chris Lattner2006-12-19
* This test needs to be upgraded for the FCmpInst patch.Reid Spencer2006-12-19
* Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.llChris Lattner2006-12-19
* Make sure linker output is overwritten so this test can pass multiple times.Reid Spencer2006-12-19
* testcase for pr1061Chris Lattner2006-12-19
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-19
* Clean up ConstantFoldCastInstruction.Reid Spencer2006-12-19
* Rewrite ConstantFoldCastInstruction so that it doesn't use any of theReid Spencer2006-12-19
* Back out last revision, a bit premature, its not an upgrade-only change.Reid Spencer2006-12-19
* For PR950:Reid Spencer2006-12-19
* For PR950:Reid Spencer2006-12-19
* This test needs to be upgraded in preparation for the SETCC patch.Reid Spencer2006-12-19
* This test needs to be upgraded.Reid Spencer2006-12-19
* May need to promote the operand (either sign_extend_inreg or and) beforeEvan Cheng2006-12-19
* Correct the description of ConstantInt::isValueValidForType.Reid Spencer2006-12-19
* Make ConstantInt not care about sign any more. To ensure the AsmParser canReid Spencer2006-12-19
* Fix a bug in GetConstantFactor for affine expressions, in which the existingChris Lattner2006-12-19
* Doxgenate comments.Chris Lattner2006-12-19
* Remove a useless statement.Reid Spencer2006-12-18
* LegalizeSetCCOperands() may end up inserting libcalls. They need to beEvan Cheng2006-12-18
* Removed llvm_ostream and used std::ostream instead.Bill Wendling2006-12-18
* For PR1042:Reid Spencer2006-12-18
* macros -> Inline functionsRafael Espindola2006-12-18
* Remove the createInferredCast methods now that their last uses have beenReid Spencer2006-12-18
* Convert the last uses of CastInst::createInferredCast to a normal castReid Spencer2006-12-18
* Remove the two-argument (inferred cast) form of ConstantExpr::getCast nowReid Spencer2006-12-18
* Convert the last use of two-argument ConstantExpr::getCast into anotherReid Spencer2006-12-18
* Remove a call to Type::isSigned().Reid Spencer2006-12-18
* Revert last patch. ConstantInt isn't quite ready for signlessness.Reid Spencer2006-12-18
* Determine if the -enable-pic option was given.Reid Spencer2006-12-18
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-18
* Add a couple little tests for SExt/ZExt of constants of a sign that doesn'tReid Spencer2006-12-18
* Remove the last use of getUnsignedVersion and getSignedVersion from VMCore.Reid Spencer2006-12-18