aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix to r102952. The MOV64toSDrm record in X86Instr64bit.td needed the opcodeKevin Enderby2010-05-041-1/+1
* MC/Matcher: Add support for over-riding the default MatchInstruction functionDaniel Dunbar2010-05-042-8/+16
* llvm-mc: Fix case were we would skip a line in the .s file after an instructionDaniel Dunbar2010-05-042-27/+28
* Teach scheduler about REG_SEQUENCE.Evan Cheng2010-05-042-2/+44
* Add a polygen rule that reflects the fact that nsw and nuw can beDan Gohman2010-05-041-1/+1
* Re-enable isel kill flags, now that the local allocator is ignoring them.Dan Gohman2010-05-041-4/+0
* rdar://7937137 - dbg values not being handled in thumb1 version ofJim Grosbach2010-05-041-0/+7
* Update one more 2.7 to 2.8.Dan Gohman2010-05-031-1/+1
* Minimally update ReleaseNotes.html for 2.8 development; uncomment andDan Gohman2010-05-031-53/+13
* Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does.Jakob Stoklund Olesen2010-05-031-1/+4
* Factor out FastISel's code for materializing constants and other valuesDan Gohman2010-05-032-1/+15
* Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen2010-05-032-23/+58
* Remove the API compatibility layer which converted add, sub, and mulDan Gohman2010-05-033-34/+27
* Check that subregisters don't have independent values in RemoveCopyByCommutin...Jakob Stoklund Olesen2010-05-032-3/+47
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-0315-40/+40
* Reword a comment slightly.Eric Christopher2010-05-031-1/+1
* Use getConstant instead of getIntegerSCEV. The two are basically theDan Gohman2010-05-034-44/+43
* Revert r102948.Bill Wendling2010-05-031-32/+0
* Remove special case for llvmCore_Embedded project. This is no longer neededBob Wilson2010-05-031-5/+0
* Print basic block numbers in live interval debug output. Since the rest of theBob Wilson2010-05-031-1/+2
* Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019.Nick Lewycky2010-05-031-2/+1
* Changed llvm-mc to use the same suffixes with floating point compareKevin Enderby2010-05-032-6/+39
* Fixed the encoding of two of the X86 movq instuctions. The Move quadword fromKevin Enderby2010-05-033-2/+19
* Fixed the encoding of the x86 push instructions. Using a 32-bit immediate valueKevin Enderby2010-05-032-4/+17
* Testcase for r102947.Bill Wendling2010-05-031-0/+32
* Silence warnings about -1 being converted to an unsigned value.Dan Gohman2010-05-031-6/+6
* Add an option, defaulting to off, to disable the sse domain crossing opts.Eric Christopher2010-05-031-1/+8
* Check for side effects before splitting loop.Devang Patel2010-05-033-0/+80
* Use isTrueWhenEqual and isFalseWhenEqual instead of assuming thatDan Gohman2010-05-031-2/+2
* In ScalarEvolution::print, don't bother printing out the SCEVs forDan Gohman2010-05-031-1/+1
* In SimplifyICmpOperands, avoid needlessly swapping the operands in theDan Gohman2010-05-031-3/+6
* Factor out the new <= and >= analysis code into SimplifyICmpOperands.Dan Gohman2010-05-031-51/+62
* Update this comment to note its relationship with the "happens-before"Dan Gohman2010-05-031-3/+2
* Delete this comment. The behavior of struct loads and stores withDan Gohman2010-05-031-2/+0
* Describe invoke instruction dependencies. Generalize the text forDan Gohman2010-05-031-9/+10
* Say "operations" instead of "instructions", as nsw can be applied toDan Gohman2010-05-031-1/+1
* Fix a bug which prevented tail merging of return instructions inDan Gohman2010-05-036-50/+52
* Add a README entry.Dan Gohman2010-05-031-0/+13
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-0218-61/+21
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-014-28/+28
* revert r102831. We already delete dead readonly calls inChris Lattner2010-05-012-9/+2
* Don't count debug info as instructions. This wasDale Johannesen2010-05-011-1/+2
* Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ...David Chisnall2010-05-012-3/+17
* Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov2010-05-012-1/+33
* Do folding for indirect branches, where possibleAnton Korobeynikov2010-05-013-7/+33
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-017-8/+91
* Long branch target oparands are not pc-rel.Anton Korobeynikov2010-05-011-4/+6
* Disable the call-deletion transformation introduced in r86975. WithoutOwen Anderson2010-05-012-2/+9
* fix PR5009 by making CGSCCPM realize that a call was devirtualizedChris Lattner2010-05-012-5/+115
* rename testChris Lattner2010-05-011-0/+0