R600/SI: Allow f64 inline immediates in i64 operands
[oota-llvm.git] / lib / Target / R600 / SIShrinkInstructions.cpp
2015-02-13 Matt ArsenaultR600/SI: Allow f64 inline immediates in i64 operands
2015-01-15 Marek OlsakR600/SI: Don't shrink instructions whose e32 encoding...
2015-01-13 Tom StellardR600/SI: Add pattern for bitcasting fp immediates to...
2014-12-08 Matt ArsenaultR600/SI: Move continue after checking s_mov_b32.
2014-11-13 Matt ArsenaultR600/SI: Use s_movk_i32
2014-10-17 Matt ArsenaultR600/SI: Also check for FPImm literal constants
2014-10-17 Matt ArsenaultR600/SI: Simplify code with hasModifiersSet
2014-10-17 Matt ArsenaultR600/SI: Cleanup code with ChangeToFPImmediate
2014-09-21 Matt ArsenaultFix typo
2014-09-16 Matt ArsenaultFix typo
2014-09-13 Matt ArsenaultFix typo
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Tom StellardR600/SI: Remove leftover debugging code
2014-08-01 Tom StellardR600/SI: Do abs/neg folding with ComplexPatterns
2014-08-01 Tom StellardR600/SI: Fold immediates when shrinking instructions
2014-08-01 Tom StellardR600/SI: Fix incorrect commute operation in shrink...
2014-07-21 Tom StellardR600/SI: Add instruction shrinking pass