| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed #include <iostream> and replace with llvm_* streams. | Bill Wendling | 2006-11-26 | 6 | -56/+57 |
* | Remove #include <iostream> and use llvm_* streams instead. | Bill Wendling | 2006-11-26 | 3 | -40/+37 |
* | Replace #include <iostream> with llvm_* streams. | Bill Wendling | 2006-11-26 | 6 | -69/+62 |
* | Removed #include <iostream> and replaced with llvm_* streams. | Bill Wendling | 2006-11-26 | 11 | -115/+100 |
* | Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. | Bill Wendling | 2006-11-26 | 7 | -44/+34 |
* | fix storing bools to mem and unordered FP ops | Duraid Madina | 2006-11-26 | 2 | -5/+5 |
* | Make the absolute/relative tolerance information easier to read/understand. | Reid Spencer | 2006-11-25 | 1 | -2/+3 |
* | Add newline at end of file. | Reid Spencer | 2006-11-25 | 1 | -1/+1 |
* | Update to new predicate simplifier VRP design. Fixes PR966 and PR967. | Nick Lewycky | 2006-11-22 | 1 | -574/+1105 |
* | This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way. | Chris Lattner | 2006-11-21 | 1 | -30/+1 |
* | Refactored *GVRequiresExtraLoad() to Subtarget method. | Anton Korobeynikov | 2006-11-21 | 2 | -120/+109 |
* | in ppc64-mode, don't allocate the 32-bit version of r13 either. | Chris Lattner | 2006-11-20 | 1 | -0/+6 |
* | Global label not handled correctly. | Jim Laskey | 2006-11-20 | 1 | -3/+11 |
* | r13 is the thread pointer on darwin/ppc64, don't allocate it. | Chris Lattner | 2006-11-20 | 2 | -5/+5 |
* | Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit | Chris Lattner | 2006-11-20 | 1 | -8/+17 |
* | Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll | Chris Lattner | 2006-11-20 | 1 | -2/+2 |
* | setOperand should not zap the operand list or add implicit operands to an | Chris Lattner | 2006-11-20 | 1 | -39/+0 |
* | We should perform extra load for dllimported calls | Anton Korobeynikov | 2006-11-20 | 1 | -12/+26 |
* | For PR950: | Reid Spencer | 2006-11-20 | 5 | -1/+305 |
* | For PR950: | Reid Spencer | 2006-11-19 | 3 | -215/+277 |
* | Don't transform in another bad case: if the block is empty, it should be | Chris Lattner | 2006-11-18 | 1 | -1/+2 |
* | Fix another case we *don't* want to do this xform. | Chris Lattner | 2006-11-18 | 1 | -2/+26 |
* | Implement operator<< for machine basic blocks to make it easier to dump them. | Chris Lattner | 2006-11-18 | 1 | -0/+4 |
* | make the previous change more aggressive, moving any block with no fallthrough. | Chris Lattner | 2006-11-18 | 1 | -9/+11 |
* | Minor code layout tweak: if we have something like this: | Chris Lattner | 2006-11-18 | 1 | -0/+50 |
* | Do not convert massive blocks on phi nodes into select statements. Instead | Chris Lattner | 2006-11-18 | 1 | -0/+27 |
* | Have ConstantExprs upgrade opcodes the same way as instructions. | Reid Spencer | 2006-11-18 | 1 | -1/+11 |
* | on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. | Chris Lattner | 2006-11-18 | 1 | -3/+8 |
* | make sure to safe LR8 in the right stack slot for PPC64 | Chris Lattner | 2006-11-18 | 2 | -3/+8 |
* | Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'. | Chris Lattner | 2006-11-18 | 1 | -0/+12 |
* | Rewrite the branch selector to be correct in the face of large functions. | Chris Lattner | 2006-11-18 | 4 | -126/+106 |
* | add encoding for BCC, after finally wrestling strange ppc/tblgen endianness | Chris Lattner | 2006-11-17 | 2 | -3/+22 |
* | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner | 2006-11-17 | 5 | -14/+25 |
* | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner | 2006-11-17 | 5 | -17/+18 |
* | start using PPC predicates more consistently. | Chris Lattner | 2006-11-17 | 10 | -60/+118 |
* | For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while | Evan Cheng | 2006-11-17 | 1 | -29/+46 |
* | Hopefully a good crack at making debugging work on intel -disable-fp-elim. | Jim Laskey | 2006-11-17 | 2 | -2/+5 |
* | Assert unhandled case. | Jim Laskey | 2006-11-17 | 1 | -0/+2 |
* | 1. Ignore the -disable-fp-elim when the routine is a leaf. | Jim Laskey | 2006-11-17 | 1 | -2/+2 |
* | Typo. Fix the nightly tests. | Jim Laskey | 2006-11-17 | 1 | -1/+1 |
* | Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. | Jim Laskey | 2006-11-17 | 1 | -0/+1 |
* | Moved definition of llvm_ostream wrappers to the Streams.cpp file. | Bill Wendling | 2006-11-17 | 1 | -4/+3 |
* | Added wrappers for the std::cerr/std::cout objects. The wrappers will | Bill Wendling | 2006-11-17 | 1 | -0/+21 |
* | Needed <iostream> for now. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | Needs the iostream include. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | Removed iostream #includes. Replaced std::cerr with DOUT. | Bill Wendling | 2006-11-17 | 6 | -74/+71 |
* | Removed even more std::cerr and #include <iostream> things. | Bill Wendling | 2006-11-17 | 5 | -31/+20 |
* | Replaced DEBUG(std::cerr with DOUT. | Bill Wendling | 2006-11-17 | 1 | -6/+5 |
* | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling | 2006-11-17 | 6 | -106/+95 |
* | Removed unneeded <iostream> #include. | Bill Wendling | 2006-11-17 | 2 | -2/+0 |