| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases | Bob Wilson | 2010-05-27 | 1 | -11/+17 |
| * | When handling raw_ostream errors manually, use clear_error() so that | Dan Gohman | 2010-05-27 | 1 | -1/+3 |
| * | When handling raw_ostream errors manually, use clear_error() so that | Dan Gohman | 2010-05-27 | 1 | -0/+1 |
| * | Mark some math lib intrinsic nodes Legal on SSE4.1. | Dale Johannesen | 2010-05-27 | 1 | -0/+11 |
| * | Don't special-case stdout in llvm::WriteBitcodeToFile; just consider | Dan Gohman | 2010-05-27 | 3 | -7/+8 |
| * | Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7... | Stuart Hastings | 2010-05-27 | 1 | -1/+1 |
| * | Don't create an output stream when output is disabled. | Dan Gohman | 2010-05-27 | 1 | -19/+21 |
| * | Simplify raw_ostream usage. | Dan Gohman | 2010-05-27 | 1 | -45/+37 |
| * | Avoid calling outs() and fouts() when the stream isn't really needed. | Dan Gohman | 2010-05-27 | 3 | -10/+15 |
| * | Let's try one more time to match patterns. | Devang Patel | 2010-05-27 | 1 | -2/+2 |
| * | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands | 2010-05-27 | 6 | -50/+66 |
| * | hook ISD::STACKADDR to an intrinsic | Jim Grosbach | 2010-05-27 | 2 | -2/+7 |
| * | FastISel doesn't yet handle callee-pop functions. | Dan Gohman | 2010-05-27 | 4 | -25/+33 |
| * | add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EH | Jim Grosbach | 2010-05-27 | 3 | -0/+12 |
| * | Merge basic binops SSE 1 & 2 instruction classes. This is a step towards refa... | Bruno Cardoso Lopes | 2010-05-27 | 1 | -173/+140 |
| * | Temp. labels number may not match for all configurations. | Devang Patel | 2010-05-27 | 1 | -1/+1 |
| * | Add basic error checking to MemoryBuffer::getSTDIN. | Dan Gohman | 2010-05-27 | 4 | -20/+26 |
| * | Use the return value of getMagicNumber instead of using a | Dan Gohman | 2010-05-27 | 1 | -5/+3 |
| * | Don't bother clearing the Magic string when the magic number | Dan Gohman | 2010-05-27 | 1 | -3/+1 |
| * | Don't bother checking canRead() before calling getMagicNumber(); | Dan Gohman | 2010-05-27 | 1 | -16/+13 |
| * | inlined function's arguments need a label to mark the start point because the... | Devang Patel | 2010-05-27 | 2 | -2/+54 |
| * | Minor code simplification. | Dan Gohman | 2010-05-27 | 1 | -9/+9 |
| * | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-05-27 | 3 | -13/+14 |
| * | Delete a spurious svn:mergeinfo property. | Dan Gohman | 2010-05-27 | 0 | -0/+0 |
| * | remove incorrect GCCBuiltin<> usage | Jim Grosbach | 2010-05-27 | 1 | -4/+2 |
| * | typo | Gabor Greif | 2010-05-27 | 1 | -1/+1 |
| * | rename test to represent meaningful date | Gabor Greif | 2010-05-27 | 1 | -0/+0 |
| * | AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reli... | Daniel Dunbar | 2010-05-27 | 1 | -1/+10 |
| * | Add a test for llvm-gcc svn r104726. | Bob Wilson | 2010-05-27 | 1 | -0/+12 |
| * | Add a quick test of relocations. | Eric Christopher | 2010-05-27 | 1 | -0/+174 |
| * | Rearrange conditionals so we don't get caught with the correct type as wrong. | Eric Christopher | 2010-05-27 | 1 | -3/+3 |
| * | Simplify. Eliminate unneeded debug_loc entry. | Devang Patel | 2010-05-26 | 3 | -12/+12 |
| * | Avoid counting InlineAsm as a call - it prevents loop unrolling. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -1/+5 |
| * | Fix Lint printing warnings multiple times. Remove the ErrorStr | Dan Gohman | 2010-05-26 | 2 | -7/+3 |
| * | AsmMatcher/X86: Mark _REV instructions as "code gen only", they aren't expected | Daniel Dunbar | 2010-05-26 | 2 | -0/+28 |
| * | Reinstate checking of stackrestore, with checking for both Read | Dan Gohman | 2010-05-26 | 2 | -0/+11 |
| * | Check that inherited subregisters all have a direct SubRegIndex. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -2/+25 |
| * | Give SubRegIndex names to all ARM subregisters. This will be required by | Jakob Stoklund Olesen | 2010-05-26 | 1 | -14/+36 |
| * | Stackrestore is not a load. | Dan Gohman | 2010-05-26 | 1 | -5/+0 |
| * | Fix a missing quote. | Dan Gohman | 2010-05-26 | 1 | -1/+1 |
| * | Add FIXME comment to remove this. | Bill Wendling | 2010-05-26 | 1 | -0/+2 |
| * | Remove a TODO which isn't practical. | Dan Gohman | 2010-05-26 | 1 | -1/+0 |
| * | MC: Add TargetMachine support for setting the value of MCRelaxAll with | Daniel Dunbar | 2010-05-26 | 3 | -4/+17 |
| * | Add StringRef::compare_numeric and use it to sort TableGen register records. | Jakob Stoklund Olesen | 2010-05-26 | 6 | -4/+47 |
| * | Implement checking of the tail keyword. | Dan Gohman | 2010-05-26 | 2 | -1/+21 |
| * | Suppress emmission of empty subreg/superreg/alias sets. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -3/+9 |
| * | There is no need to force an line number entry (using previous location) for ... | Devang Patel | 2010-05-26 | 1 | -4/+3 |
| * | Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list of | Bill Wendling | 2010-05-26 | 1 | -21/+24 |
| * | MC: When running with -mc-relax-all, we can eagerly relax instructions and av... | Daniel Dunbar | 2010-05-26 | 2 | -21/+20 |
| * | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn... | Daniel Dunbar | 2010-05-26 | 1 | -34/+46 |