aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow the new cast instructions.Reid Spencer2006-12-0110-2706/+3146
* Upgrade shr to ashr and lshrReid Spencer2006-12-0110-2514/+2574
* move 'cfgonly' pass tracking into PassInfo, instead of handling it withChris Lattner2006-12-012-40/+37
* remove 'target constructor' support.Chris Lattner2006-12-012-17/+6
* target constructors are never usedChris Lattner2006-12-012-8/+2
* Match TargetInstrInfo changes.Evan Cheng2006-12-019-35/+24
* convertToThreeAddress() is now responsible for updating live info as well as ...Evan Cheng2006-12-011-8/+16
* Don't treat numeric (untyped) constants as a ConstInfo, just pass theReid Spencer2006-12-016-1480/+1380
* TypoEvan Cheng2006-12-011-1/+1
* - Add getOperandConstraint() to TargetInstrDescriptor.Evan Cheng2006-12-011-17/+28
* fix incorrectly translated testcaseChris Lattner2006-12-011-1/+1
* First version of llvm-upgrade that can correctly upgrade all ofReid Spencer2006-12-018-1956/+2004
* Add weak reference directive.Evan Cheng2006-12-016-11/+20
* valgrind clean version of llvm-upgradeReid Spencer2006-12-015-378/+355
* First version of llvm-upgrade that can correctly upgrade a large testReid Spencer2006-12-0113-3715/+4516
* Remove dead methodsChris Lattner2006-12-011-22/+0
* These should be rewritten to fold without using the 'Rules' mechanism, butChris Lattner2006-12-011-0/+3
* test1 is miscompiledChris Lattner2006-12-011-0/+13
* wrong spotJim Laskey2006-12-011-16/+0
* Test for float varargs.Jim Laskey2006-12-011-0/+16
* this logic is broken for trunc to bool, replace the folding logic for truncChris Lattner2006-12-011-5/+8
* add a new ConstantIntegral::get method. Simplify the implementation ofChris Lattner2006-12-012-3/+10
* new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner2006-12-011-0/+5
* enable this now that codegen support is in placeChris Lattner2006-12-011-4/+2
* Copy and paste error. An initialized global cannot be a weak reference.Evan Cheng2006-12-011-3/+0
* 1. In ppc64 mode we need only use one GPR.Jim Laskey2006-12-011-1/+7
* ExternalWeak case in wrong location.Jim Laskey2006-12-011-1/+1
* This test is meant for X86 CPU which does not support SSE2.Evan Cheng2006-12-011-1/+1
* Fix 2005-05-08-FPStackifierPHI.ll failure.Evan Cheng2006-12-011-26/+7
* Add a extern weak test case.Evan Cheng2006-12-011-0/+11
* A initialized global variable cannot be extern weak. However, if a global val...Evan Cheng2006-12-012-11/+16
* Darwin PPC external weak linkage support.Evan Cheng2006-12-011-1/+15
* Minor code clean up.Evan Cheng2006-12-012-4/+2
* Fix indentation.Evan Cheng2006-12-011-2/+1
* Darwin X86 external weak linkage support.Evan Cheng2006-12-011-5/+3
* new testcase to verify external weak continues to workChris Lattner2006-12-011-0/+13
* new testcase for PR1027Chris Lattner2006-12-011-0/+27
* Fix a typo introduced by the cast patch that horribly broke a lot of vectorChris Lattner2006-12-011-1/+1
* new testcaseChris Lattner2006-12-011-0/+7
* Don't fold "ptrtoint GV to bool" since this should be doing a truncate notReid Spencer2006-12-011-7/+27
* Define the HAVE_PTHREAD symbol.Reid Spencer2006-12-011-3/+0
* The InstCombine hack has been removed, no need to XFAIL this any more.Reid Spencer2006-12-011-4/+0
* Fix the CodeGen/PowerPC/vec_constants.ll regression.Chris Lattner2006-12-011-6/+9
* Remove extra header.Nick Lewycky2006-12-011-1/+0
* Fix opt -o option. Don't pass a pointer to an auto variable which is goingNick Lewycky2006-12-011-4/+3
* For PR1019:Reid Spencer2006-12-014-73/+77
* Regenerate.Reid Spencer2006-12-014-196/+184
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-019-30/+89
* Remove 4 FIXMEs to hack around cast-to-bool problems which no longer exist.Reid Spencer2006-11-301-46/+3
* Factor out GVRequiresExtraLoad() from .h to .cppAnton Korobeynikov2006-11-302-13/+19