Age | Commit message (Expand) | Author |
2012-12-11 | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt |
2012-12-11 | Update some comments. | Eric Christopher |
2012-12-11 | Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc... | Nadav Rotem |
2012-12-11 | Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation, | Eli Bendersky |
2012-12-11 | Use an ArrayRef instead of a std::vector&. | Rafael Espindola |
2012-12-11 | Add comment for load folding | Joel Jones |
2012-12-11 | Documentation: convert Passes.html to reST. | Dmitri Gribenko |
2012-12-11 | llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm... | NAKAMURA Takumi |
2012-12-11 | [msan] Use explicitely aligned stores and loads with function argument shadow. | Evgeniy Stepanov |
2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
2012-12-11 | Holding my nose and moving the accumulation routine to GEPOperator | Chandler Carruth |
2012-12-11 | Hoist the GEP constant address offset computation to a common home on | Chandler Carruth |
2012-12-11 | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund |
2012-12-11 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
2012-12-11 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction, | Patrik Hagglund |
2012-12-11 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund |
2012-12-11 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-11 | revert the test change | Hao Liu |
2012-12-11 | A newbie try a test commit | Hao Liu |
2012-12-11 | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi |
2012-12-11 | llvm/Target/TargetMachine.h: Remove two dependent headers. | NAKAMURA Takumi |
2012-12-11 | llvm/tools: Add #include "llvm/TargetTransformInfo.h" | NAKAMURA Takumi |
2012-12-11 | Use multiclass for new-value store instructions with MEMri operand. | Jyotsna Verma |
2012-12-11 | Fix PR14565. Don't if-convert loops that have switch statements in them. | Nadav Rotem |
2012-12-11 | Change some functions to take const pointers. | Rafael Espindola |
2012-12-11 | Stylistic tweak. | Evan Cheng |
2012-12-11 | Add a triple to this test. | Chad Rosier |
2012-12-11 | Fix a miscompile in the DAG combiner. Previously, we would incorrectly | Chandler Carruth |
2012-12-11 | move X86-specific test | Paul Redmond |
2012-12-11 | Fix grammar-o. | Bill Wendling |
2012-12-11 | Fall back to the selection dag isel to select tail calls. | Chad Rosier |
2012-12-10 | Refactor out the abbreviation handling into a separate class that | Eric Christopher |
2012-12-10 | Some enhancements for memcpy / memset inline expansion. | Evan Cheng |
2012-12-10 | Optimistically analyse Phi cycles | Arnold Schwaighofer |
2012-12-10 | Defer call to InitSections until after MCContext has been initialized. If | Lang Hames |
2012-12-10 | Fix PR14568: Avoid the DFA packetizer from making an invalid read | Anshuman Dasgupta |
2012-12-10 | Rearrange vars and make comments more obvious. | Eric Christopher |
2012-12-10 | Remove blank line at top of file. | Eric Christopher |
2012-12-10 | Fix a coding style nit. | Eric Christopher |
2012-12-10 | Enable the loop vectorizer only on O2 and above. (Still disabled by default) | Nadav Rotem |