aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the --disable-compression option which controls whether theJohn Criswell2006-11-211-1/+5
* This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way.Chris Lattner2006-11-211-30/+1
* Refactored *GVRequiresExtraLoad() to Subtarget method.Anton Korobeynikov2006-11-212-120/+109
* Test for PR1013.Jim Laskey2006-11-201-0/+11
* new testcaseChris Lattner2006-11-201-0/+9
* in ppc64-mode, don't allocate the 32-bit version of r13 either.Chris Lattner2006-11-201-0/+6
* Global label not handled correctly.Jim Laskey2006-11-201-3/+11
* r13 is the thread pointer on darwin/ppc64, don't allocate it.Chris Lattner2006-11-202-5/+5
* Fix PR1005Chris Lattner2006-11-202-2/+2
* Fix PR1001, patch by Nikhil Patil!Chris Lattner2006-11-201-1/+11
* Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bitChris Lattner2006-11-201-8/+17
* Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.llChris Lattner2006-11-201-2/+2
* Testcase for PR1011Chris Lattner2006-11-201-0/+44
* setOperand should not zap the operand list or add implicit operands to anChris Lattner2006-11-202-40/+1
* Testcase for pr1012Chris Lattner2006-11-201-0/+11
* We should perform extra load for dllimported callsAnton Korobeynikov2006-11-201-12/+26
* Fixed typoTanya Lattner2006-11-201-1/+1
* Adding 1.9 release and removing references to cfrontendTanya Lattner2006-11-201-16/+16
* Changing cfrontend dir to llvm-gcc3.4 as the example.Tanya Lattner2006-11-201-4/+4
* For PR950:Reid Spencer2006-11-209-15/+642
* For PR950:Reid Spencer2006-11-193-215/+277
* Corrections from review.Reid Spencer2006-11-191-21/+21
* Don't transform in another bad case: if the block is empty, it should beChris Lattner2006-11-181-1/+2
* Fix another case we *don't* want to do this xform.Chris Lattner2006-11-181-2/+26
* Update a reference to the old setcc instruction.Reid Spencer2006-11-181-1/+1
* For PR950:Reid Spencer2006-11-181-48/+162
* MachineInstr includes thisChris Lattner2006-11-181-1/+0
* Implement operator<< for machine basic blocks to make it easier to dump them.Chris Lattner2006-11-183-0/+6
* make the previous change more aggressive, moving any block with no fallthrough.Chris Lattner2006-11-181-9/+11
* Minor code layout tweak: if we have something like this:Chris Lattner2006-11-181-0/+50
* Do not convert massive blocks on phi nodes into select statements. InsteadChris Lattner2006-11-181-0/+27
* converting massive blocks of phis into selects like this is silly.Chris Lattner2006-11-181-28/+0
* Make the awk filter print out which files its eliminating.Reid Spencer2006-11-181-1/+2
* This is a utility for preparing patches against LLVM. It runs cvs diff withReid Spencer2006-11-181-0/+36
* Provide a list of gccld optimization switches.Reid Spencer2006-11-181-1/+4
* Fix bugs in this. What was I thinking??? :)Reid Spencer2006-11-181-7/+7
* Movind newly-intorudced dll* linkage stuff & windows CC to "supported"Anton Korobeynikov2006-11-181-9/+11
* fix bugChris Lattner2006-11-181-1/+1
* first draft of 1.9 release notesChris Lattner2006-11-181-222/+251
* Fail even if opt doesn't print anything.Reid Spencer2006-11-181-0/+3
* Add a simple test to make sure getModRefInfo is 1/2 way sane.Reid Spencer2006-11-181-0/+12
* Have ConstantExprs upgrade opcodes the same way as instructions.Reid Spencer2006-11-181-1/+11
* on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots.Chris Lattner2006-11-181-3/+8
* make sure to safe LR8 in the right stack slot for PPC64Chris Lattner2006-11-182-3/+8
* Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'.Chris Lattner2006-11-181-0/+12
* Rewrite the branch selector to be correct in the face of large functions.Chris Lattner2006-11-184-126/+106
* add encoding for BCC, after finally wrestling strange ppc/tblgen endiannessChris Lattner2006-11-172-3/+22
* convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner2006-11-175-14/+25
* rename PPC::COND_BRANCH to PPC::BCCChris Lattner2006-11-175-17/+18
* start using PPC predicates more consistently.Chris Lattner2006-11-1710-60/+118