| Commit message (Expand) | Author | Age | Files | Lines |
* | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund | 2012-12-11 | 2 | -13/+12 |
* | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund | 2012-12-11 | 5 | -8/+30 |
* | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-11 | 3 | -18/+25 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 7 | -24/+24 |
* | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 2 | -13/+13 |
* | Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction, | Patrik Hagglund | 2012-12-11 | 1 | -19/+16 |
* | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund | 2012-12-11 | 6 | -9/+9 |
* | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-11 | 3 | -12/+12 |
* | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 3 | -15/+18 |
* | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 3 | -10/+10 |
* | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-11 | 3 | -9/+9 |
* | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 3 | -7/+7 |
* | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund | 2012-12-11 | 2 | -3/+3 |
* | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 5 | -15/+14 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 13 | -78/+87 |
* | revert the test change | Hao Liu | 2012-12-11 | 1 | -1/+0 |
* | A newbie try a test commit | Hao Liu | 2012-12-11 | 1 | -0/+1 |
* | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi | 2012-12-11 | 3 | -3/+3 |
* | llvm/Target/TargetMachine.h: Remove two dependent headers. | NAKAMURA Takumi | 2012-12-11 | 1 | -2/+2 |
* | llvm/tools: Add #include "llvm/TargetTransformInfo.h" | NAKAMURA Takumi | 2012-12-11 | 3 | -0/+3 |
* | Use multiclass for new-value store instructions with MEMri operand. | Jyotsna Verma | 2012-12-11 | 1 | -148/+46 |
* | Fix PR14565. Don't if-convert loops that have switch statements in them. | Nadav Rotem | 2012-12-11 | 2 | -0/+43 |
* | Change some functions to take const pointers. | Rafael Espindola | 2012-12-11 | 2 | -24/+26 |
* | Stylistic tweak. | Evan Cheng | 2012-12-11 | 1 | -9/+8 |
* | Add a triple to this test. | Chad Rosier | 2012-12-11 | 1 | -1/+1 |
* | Fix a miscompile in the DAG combiner. Previously, we would incorrectly | Chandler Carruth | 2012-12-11 | 2 | -4/+29 |
* | move X86-specific test | Paul Redmond | 2012-12-11 | 1 | -1/+1 |
* | Fix grammar-o. | Bill Wendling | 2012-12-11 | 1 | -1/+1 |
* | Fall back to the selection dag isel to select tail calls. | Chad Rosier | 2012-12-11 | 6 | -17/+20 |
* | Refactor out the abbreviation handling into a separate class that | Eric Christopher | 2012-12-10 | 3 | -25/+58 |
* | Some enhancements for memcpy / memset inline expansion. | Evan Cheng | 2012-12-10 | 15 | -85/+299 |
* | Optimistically analyse Phi cycles | Arnold Schwaighofer | 2012-12-10 | 2 | -43/+76 |
* | Defer call to InitSections until after MCContext has been initialized. If | Lang Hames | 2012-12-10 | 4 | -2/+18 |
* | Fix PR14568: Avoid the DFA packetizer from making an invalid read | Anshuman Dasgupta | 2012-12-10 | 1 | -1/+10 |
* | Rearrange vars and make comments more obvious. | Eric Christopher | 2012-12-10 | 1 | -3/+5 |
* | Remove blank line at top of file. | Eric Christopher | 2012-12-10 | 1 | -1/+0 |
* | Fix a coding style nit. | Eric Christopher | 2012-12-10 | 2 | -4/+4 |
* | Enable the loop vectorizer only on O2 and above. (Still disabled by default) | Nadav Rotem | 2012-12-10 | 1 | -1/+1 |
* | LegalizeDAG: Allow type promotion of scalar loads | Tom Stellard | 2012-12-10 | 1 | -3/+2 |
* | LegalizeDAG: Allow type promotion for scalar stores | Tom Stellard | 2012-12-10 | 1 | -3/+4 |
* | Split the LoopVectorizer into H and CPP. | Nadav Rotem | 2012-12-10 | 2 | -951/+993 |
* | Revert r169656. | Bill Wendling | 2012-12-10 | 5 | -25/+3 |
* | Add a test for explicitly exercising the mc-relax-all flag. | Eli Bendersky | 2012-12-10 | 1 | -0/+19 |
* | Cleanup formatting, comments and naming. | Eli Bendersky | 2012-12-10 | 3 | -27/+29 |
* | [mips] Set HWEncoding field of registers. Use delete function | Akira Hatanaka | 2012-12-10 | 5 | -130/+30 |
* | Use the somewhat semantic term "split dwarf" it more matches what's | Eric Christopher | 2012-12-10 | 3 | -31/+33 |
* | Delete the FissionCU. | Eric Christopher | 2012-12-10 | 1 | -0/+3 |
* | Reorder fission variables. | Eric Christopher | 2012-12-10 | 2 | -5/+11 |
* | Don't use a red zone for code coverage if the user specified `-mno-red-zone'. | Bill Wendling | 2012-12-10 | 2 | -5/+21 |
* | Add support for reverse induction variables. For example: | Nadav Rotem | 2012-12-10 | 2 | -94/+193 |