summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove isSigned calls via foreknowledge of main's argument types.Reid Spencer2006-12-21
* 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
* These tests all rely on using register mnemonics and thus must behave in theJim Laskey2006-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
* Enable old pass manager. New pass manager causes CBE failures in llvm-test.Devang Patel2006-12-20
* Revert the previous patch which was incorrect. This unbreaks eon, but rebreaksChris Lattner2006-12-20
* Add some tests for negative constants to unsigned and large positiveReid Spencer2006-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
* new testcaseChris Lattner2006-12-20
* fix a typoChris 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
* Remove documentation for isSigned and isUnsigned methods of Type class.Reid Spencer2006-12-19
* switch statistic over, remove misspelt comment.Chris Lattner2006-12-19
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* elimiante Statistic static ctorsChris Lattner2006-12-19
* Added operator methods to the Statistic class; some LLVM projects dependJohn Criswell2006-12-19
* remove static ctors from Statistic objectsChris Lattner2006-12-19
* Update this test because constant integers are always printed signed now.Reid Spencer2006-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
* 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