aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't flush the raw_ostream in llvm::WriteBitcodeToFile; it's atDan Gohman2010-05-271-3/+0
* Do not drop location info for inlined function args.Devang Patel2010-05-273-2/+63
* Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' casesBob Wilson2010-05-271-11/+17
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-271-1/+3
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-271-0/+1
* Mark some math lib intrinsic nodes Legal on SSE4.1.Dale Johannesen2010-05-271-0/+11
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-273-7/+8
* Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7...Stuart Hastings2010-05-271-1/+1
* Don't create an output stream when output is disabled.Dan Gohman2010-05-271-19/+21
* Simplify raw_ostream usage.Dan Gohman2010-05-271-45/+37
* Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman2010-05-273-10/+15
* Let's try one more time to match patterns.Devang Patel2010-05-271-2/+2
* Teach instCombine to remove malloc+free if malloc's only uses are comparisonsDuncan Sands2010-05-276-50/+66
* hook ISD::STACKADDR to an intrinsicJim Grosbach2010-05-272-2/+7
* FastISel doesn't yet handle callee-pop functions.Dan Gohman2010-05-274-25/+33
* add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EHJim Grosbach2010-05-273-0/+12
* Merge basic binops SSE 1 & 2 instruction classes. This is a step towards refa...Bruno Cardoso Lopes2010-05-271-173/+140
* Temp. labels number may not match for all configurations.Devang Patel2010-05-271-1/+1
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-274-20/+26
* Use the return value of getMagicNumber instead of using aDan Gohman2010-05-271-5/+3
* Don't bother clearing the Magic string when the magic numberDan Gohman2010-05-271-3/+1
* Don't bother checking canRead() before calling getMagicNumber();Dan Gohman2010-05-271-16/+13
* inlined function's arguments need a label to mark the start point because the...Devang Patel2010-05-272-2/+54
* Minor code simplification.Dan Gohman2010-05-271-9/+9
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-05-273-13/+14
* Delete a spurious svn:mergeinfo property.Dan Gohman2010-05-270-0/+0
* remove incorrect GCCBuiltin<> usageJim Grosbach2010-05-271-4/+2
* typoGabor Greif2010-05-271-1/+1
* rename test to represent meaningful dateGabor Greif2010-05-271-0/+0
* AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reli...Daniel Dunbar2010-05-271-1/+10
* Add a test for llvm-gcc svn r104726.Bob Wilson2010-05-271-0/+12
* Add a quick test of relocations.Eric Christopher2010-05-271-0/+174
* Rearrange conditionals so we don't get caught with the correct type as wrong.Eric Christopher2010-05-271-3/+3
* Simplify. Eliminate unneeded debug_loc entry.Devang Patel2010-05-263-12/+12
* Avoid counting InlineAsm as a call - it prevents loop unrolling.Jakob Stoklund Olesen2010-05-261-1/+5
* Fix Lint printing warnings multiple times. Remove the ErrorStrDan Gohman2010-05-262-7/+3
* AsmMatcher/X86: Mark _REV instructions as "code gen only", they aren't expectedDaniel Dunbar2010-05-262-0/+28
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-262-0/+11
* Check that inherited subregisters all have a direct SubRegIndex.Jakob Stoklund Olesen2010-05-261-2/+25
* Give SubRegIndex names to all ARM subregisters. This will be required byJakob Stoklund Olesen2010-05-261-14/+36
* Stackrestore is not a load.Dan Gohman2010-05-261-5/+0
* Fix a missing quote.Dan Gohman2010-05-261-1/+1
* Add FIXME comment to remove this.Bill Wendling2010-05-261-0/+2
* Remove a TODO which isn't practical.Dan Gohman2010-05-261-1/+0
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-263-4/+17
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-266-4/+47
* Implement checking of the tail keyword.Dan Gohman2010-05-262-1/+21
* Suppress emmission of empty subreg/superreg/alias sets.Jakob Stoklund Olesen2010-05-261-3/+9
* There is no need to force an line number entry (using previous location) for ...Devang Patel2010-05-261-4/+3
* Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list ofBill Wendling2010-05-261-21/+24