summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Get rid of a useless if statement whose then and else blocks were identical.Reid Spencer2006-12-21
* Add some comments about things that can go away once signless types are in.Reid Spencer2006-12-21
* At the beginning of run, initialize analyis info availability for _ALL_Devang Patel2006-12-21
* Oops.Jim Laskey2006-12-20
* Original patch was overly complicated.Jim Laskey2006-12-20
* Fix Regression/Verifier/invoke-1.llChris Lattner2006-12-20
* Changes to target powerpc for non-Darwin assemblers.Jim Laskey2006-12-20
* Fixed 80 cols & style violationAnton Korobeynikov2006-12-20
* Revert the previous patch which was incorrect. This unbreaks eon, but rebreaksChris Lattner2006-12-20
* Allow negative constants for unsigned integers and unsigned constantsReid Spencer2006-12-20
* handle undef values much more carefully: generalize the resolveundefbranchesChris Lattner2006-12-20
* getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan GohmanEvan Cheng2006-12-20
* Fixed dllimported symbols support during JIT'ing. JIT on mingw32Anton Korobeynikov2006-12-20
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-19
* switch statistics over to not use static ctors.Chris Lattner2006-12-19
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* elimiante Statistic static ctorsChris Lattner2006-12-19
* remove static ctors from Statistic objectsChris Lattner2006-12-19
* Eliminate static ctors from StatisticsChris Lattner2006-12-19
* eliminate static ctors from StatisticsChris Lattner2006-12-19
* eliminate static ctor from example.Chris Lattner2006-12-19
* 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
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-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
* s/BasicBlockPassManager/BBPassManager/gDevang Patel2006-12-19
* The x86-64 target machine should be used for amd64-* target triples.Chris Lattner2006-12-19
* Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.llChris 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
* May need to promote the operand (either sign_extend_inreg or and) beforeEvan Cheng2006-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
* Remove a useless statement.Reid Spencer2006-12-18
* LegalizeSetCCOperands() may end up inserting libcalls. They need to beEvan Cheng2006-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
* Revert last patch. ConstantInt isn't quite ready for signlessness.Reid Spencer2006-12-18
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-18