[ARM64,C++11]: More range-based loop simplification.
[oota-llvm.git] / lib / Target / ARM64 / ARM64ISelLowering.cpp
2014-04-11 Jim Grosbach[ARM64,C++11]: More range-based loop simplification.
2014-04-09 Tim NorthoverARM64: scalarize v1i64 mul operation
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Tim NorthoverARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcasts
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-03 Tim NorthoverARM64: always use i64 for the RHS of shift operations
2014-04-03 Tim NorthoverARM64: don't generate __sincos_stret calls unless on...
2014-04-02 Jim GrosbachMake a few more range-based loops use explicit types.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in target lowering.
2014-04-02 Tim NorthoverARM64: fix lowering of fp128 fptosi/fptoui
2014-04-02 Tim NorthoverARM64: make sure first argument to INSERT_SUBVECTOR...
2014-04-01 Aaron BallmanFixing warnings in the MSVC build. No functional change...
2014-03-31 Chandler Carruth[ARM64] Fix materialization of an fp128 zero immediate...
2014-03-30 Tim NorthoverARM64: remove unused variables
2014-03-29 Dmitri GribenkoFix a few -Wdocumentation warnings
2014-03-29 Benjamin KramerARM64: Remove unused helper function, make others static.
2014-03-29 Tim NorthoverARM64: use 64-bit constant even on 32-bit machines
2014-03-29 Tim NorthoverARM64: initial backend import