[FastISel][AArch64] Don't fold the 'and' instruction into the 'tbz/tbnz' instruction...
[oota-llvm.git] / lib / Target / AArch64 / AArch64FastISel.cpp
2014-07-30 Juergen Ributzka[FastISel][AArch64] Create helper functions to create...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add support for shift-immediate.
2014-07-25 Juergen Ributzka[FastISel][AArch64] Add support for frameaddress intrinsic.
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-07-23 Juergen Ributzka[FastISel][AArch64] Fix return type in FastLowerCall.
2014-07-22 Juergen Ributzka[FastIsel][AArch64] Add support for the FastLowerCall...
2014-07-10 Tim NorthoverAArch64: correctly fast-isel i8 & i16 multiplies
2014-07-09 Louis GerbargMake AArch64FastISel::EmitIntExt explicitly check its...
2014-07-07 Louis GerbargAllow AArch64FastISel to degrade graceully in the prese...
2014-06-10 Tim NorthoverAArch64: teach FastISel how to handle offset FrameIndices
2014-06-10 Tim NorthoverAArch64: make FastISel memcpy emission more robust.
2014-06-03 Tim NorthoverAArch64: mark small types (i1, i8, i16) as promoted
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-26 Tim NorthoverAArch64: simplify calling conventions slightly.
2014-05-24 Tim NorthoverAArch64: disable FastISel for large code model.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place