aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Typo.Chad Rosier2011-06-071-1/+1
* Refactor MipsTargetLowering::EmitInstrWithCustomInserter.Akira Hatanaka2011-06-071-92/+90
* Put back removed line.Akira Hatanaka2011-06-071-0/+1
* Coding style fixes.Akira Hatanaka2011-06-073-44/+31
* Use tabs to separate opcode and operand strings.Akira Hatanaka2011-06-071-21/+21
* Add comments for wrapper node patterns in MipsInstrInfo.td.Akira Hatanaka2011-06-071-1/+10
* Test that ".byte 1, 2, 3, 4" does the right thing.Roman Divacky2011-06-071-0/+7
* Make EmitIntValue() work properly on big-endian targets.Roman Divacky2011-06-071-3/+6
* Tweak this test for ARM-hosted 'bot.Stuart Hastings2011-06-071-1/+1
* Switched to DenseMap for allowed sets in PBQP. Reduces total LLC time by 15% ...Lang Hames2011-06-071-1/+1
* Move the legalizer tests to the X86 directory because the test uses the x86Nadav Rotem2011-06-071-1/+8
* Add test case for C++ exception handling and fix the following mistakes in Mi...Akira Hatanaka2011-06-072-30/+138
* Fix a merge bug in preRAsched for handling physreg aliases.Andrew Trick2011-06-071-4/+6
* Fix for setjmp/longjmp exception handling on ARM. setjmp clobbers CPSR.Andrew Trick2011-06-073-5/+5
* Simplify local live range splitting's safeguard to fix PR10070.Jakob Stoklund Olesen2011-06-062-89/+68
* Followup to 132458, omit unnecessary stack copy when x87 input is aStuart Hastings2011-06-063-7/+56
* Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...Eli Friedman2011-06-061-2/+28
* We only do always-inlining at -O1; make opt reflect that.Eli Friedman2011-06-061-1/+1
* Get allocation orders from RegisterClassInfo when possible.Jakob Stoklund Olesen2011-06-062-23/+52
* Add methods to support the integer-promotion of vector types. Methods toNadav Rotem2011-06-064-1/+264
* This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky2011-06-062-0/+4
* Test case for PR10085.Stuart Hastings2011-06-061-0/+8
* Avoid FGETSIGN of 80-bit types. Fixes PR10085.Stuart Hastings2011-06-061-6/+8
* Don't try to be clever, just preserve the target's allocation order.Jakob Stoklund Olesen2011-06-061-11/+6
* PR10077: fix fast-isel of extractvalue of aggregate constants.Eli Friedman2011-06-062-1/+14
* Harden tests for windows path separators.Benjamin Kramer2011-06-051-1/+1
* Use path API for path concatenation.Benjamin Kramer2011-06-051-5/+3
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-054-39/+116
* Produce an undefined reference to _GLOBAL_OFFSET_TABLE_ if we have aRafael Espindola2011-06-051-0/+2
* Fix a test that keeps breaking when allocation orders change.Jakob Stoklund Olesen2011-06-041-8/+28
* TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem2011-06-042-2/+60
* TypeLegalizer: Fix a bug in the promotion of elements of integer vectors.Nadav Rotem2011-06-041-16/+22
* Refactor parsing of variable names (ie., %foo and @foo) since they have the sameNick Lewycky2011-06-042-50/+46
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-042-0/+11
* Cast unused parameter to void.Hans Wennborg2011-06-041-0/+1
* If the block that we're threading through is jumped to by an indirect branch,Bill Wendling2011-06-042-1/+72
* Drop a RecordKeeper reference that wasn't necessary.Jakob Stoklund Olesen2011-06-043-10/+7
* Add a testcase to demonstrate the problem where phi translation isDan Gohman2011-06-041-0/+27
* Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman2011-06-043-2/+143
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-042-12/+18
* Remove this test, which should have been reverted along with r131781.Dan Gohman2011-06-041-131/+0
* Use processor name in the target triple. This fixes PowerPC64 to generateRoman Divacky2011-06-041-3/+2
* Revert r131781 again. Apparently there is more going on here.Dan Gohman2011-06-042-12/+2
* Silence compiler warnings.Jakob Stoklund Olesen2011-06-042-6/+10
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-045-1/+593
* Fold assert-only-used variable into the assert.Nick Lewycky2011-06-041-2/+1
* Missing include of climits in the new BranchProbability pass.Andrew Trick2011-06-041-0/+1
* New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick2011-06-045-0/+419
* Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman2011-06-043-2/+143
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-043-37/+95