| Commit message (Expand) | Author | Age | Files | Lines |
| * | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 17 | -40/+19 |
| * | Disable plugins / shared stuff generation on windows targets. | Anton Korobeynikov | 2009-03-11 | 1 | -0/+5 |
| * | For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear... | Mon P Wang | 2009-03-11 | 1 | -2/+19 |
| * | fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll | Chris Lattner | 2009-03-11 | 1 | -1/+5 |
| * | Add parentheses to pacify gcc-4.3. | Duncan Sands | 2009-03-11 | 1 | -1/+1 |
| * | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 8 | -27/+14 |
| * | Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol | Nate Begeman | 2009-03-11 | 1 | -13/+82 |
| * | Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw... | Mon P Wang | 2009-03-11 | 1 | -1/+4 |
| * | formatting change, reduce indentation. No functionality change. | Chris Lattner | 2009-03-11 | 1 | -82/+80 |
| * | reapply my previous patch (r66358) with a tweak to set the | Chris Lattner | 2009-03-11 | 1 | -2/+55 |
| * | Put the assignment back at the top of this method. | Bill Wendling | 2009-03-11 | 1 | -2/+2 |
| * | Two coalescer fixes in one. | Evan Cheng | 2009-03-11 | 2 | -8/+61 |
| * | Make ivars private. Other cleanup. No functionality change. | Bill Wendling | 2009-03-10 | 1 | -59/+27 |
| * | Just make the Dwarf timer group static inside of the getter function. No need... | Bill Wendling | 2009-03-10 | 1 | -7/+5 |
| * | Don't put static functions in anonymous namespace. | Bill Wendling | 2009-03-10 | 1 | -4/+0 |
| * | Don't consider debug intrinsics when checking | Dale Johannesen | 2009-03-10 | 1 | -2/+2 |
| * | These should *stop* the timer, not start it again. | Bill Wendling | 2009-03-10 | 1 | -2/+2 |
| * | - Fix misspelled method name. | Bill Wendling | 2009-03-10 | 1 | -11/+5 |
| * | - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is | Bill Wendling | 2009-03-10 | 1 | -79/+82 |
| * | Refine the Dwarf writer timers so that they measure exception writing and debug | Bill Wendling | 2009-03-10 | 1 | -143/+169 |
| * | Removing a dead debug intrinsic shouldn't trigger | Dale Johannesen | 2009-03-10 | 1 | -3/+6 |
| * | Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 ... | Evan Cheng | 2009-03-10 | 1 | -53/+2 |
| * | Add a timer to the DwarfWriter pass that measures the total time it takes to | Bill Wendling | 2009-03-10 | 1 | -8/+110 |
| * | Use WriteAsOperand instead of manually decorating the name for this | Dan Gohman | 2009-03-10 | 1 | -11/+8 |
| * | Fix a post-RA scheduling liveness bug. When a basic block is being | Dan Gohman | 2009-03-10 | 1 | -9/+22 |
| * | Ignore dbg info, while estimating size of jump through block. | Devang Patel | 2009-03-10 | 1 | -1/+3 |
| * | PR3478: raw_ostream should not buffer stderr | Daniel Dunbar | 2009-03-10 | 1 | -1/+5 |
| * | Do not attempt to do parial redundancy elimination on void values. | John Criswell | 2009-03-10 | 1 | -3/+4 |
| * | Global variables don't have a corresponding llvm.dbg.declare, yet it is possible | Edwin Török | 2009-03-10 | 2 | -6/+75 |
| * | Mark the Defs and Uses of STATUS register correctly, plus some reformatting. | Sanjiv Gupta | 2009-03-10 | 1 | -41/+61 |
| * | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng | 2009-03-10 | 1 | -7/+7 |
| * | wire up support for emitting "special" values from inline asm | Chris Lattner | 2009-03-10 | 1 | -1/+20 |
| * | Add more information to the EFLAGS note. | Dan Gohman | 2009-03-10 | 1 | -4/+12 |
| * | Add a note about EFLAGS optimization. | Dan Gohman | 2009-03-09 | 1 | -0/+15 |
| * | Ignore debug info while evaluating function. | Devang Patel | 2009-03-09 | 1 | -1/+7 |
| * | Don't record the increment instruction; just recompute it from the Phi | Dan Gohman | 2009-03-09 | 1 | -33/+15 |
| * | Fix PR3724 by searching for the largest free block when | Chris Lattner | 2009-03-09 | 1 | -2/+19 |
| * | Remove llvm.dbg.global_variables also. | Devang Patel | 2009-03-09 | 1 | -0/+10 |
| * | Fix a few more places where induction variable types were used | Dan Gohman | 2009-03-09 | 1 | -2/+2 |
| * | Use ReplacedTy instead of recomputing the same value. | Dan Gohman | 2009-03-09 | 1 | -1/+1 |
| * | Use LoopInfo's getLoopLatch() instead of doing what it does manualy. | Dan Gohman | 2009-03-09 | 1 | -12/+4 |
| * | Don't use an induction variable type as a memory access type. | Dan Gohman | 2009-03-09 | 1 | -3/+5 |
| * | Factor out the code that determines the memory access type | Dan Gohman | 2009-03-09 | 1 | -18/+29 |
| * | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel | 2009-03-09 | 1 | -0/+62 |
| * | Move the sorting of the StrideOrder array earlier so that it doesn't | Dan Gohman | 2009-03-09 | 1 | -4/+3 |
| * | Delete the isOnlyStride argument, which is unused. | Dan Gohman | 2009-03-09 | 1 | -9/+4 |
| * | Tidy some LSR debug output: announce the loop it's about to process | Dan Gohman | 2009-03-09 | 1 | -6/+6 |
| * | ARM target now also recognize triplets like thumbv6-apple-darwin and set thum... | Evan Cheng | 2009-03-09 | 2 | -14/+24 |
| * | Fix PR3763 by using proper APInt methods instead of uint64_t's. | Chris Lattner | 2009-03-09 | 1 | -3/+4 |
| * | ARM isLegalAddressImmediate should check if type is a simple type now that op... | Evan Cheng | 2009-03-09 | 1 | -0/+3 |