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