Revert 239644.
[oota-llvm.git] / lib / Target / R600 / R600ISelLowering.h
2015-04-30 Jan VeselyReinstate revisions r234755, r234759, r234760
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-13 Jan VeselyRevert revisions r234755, r234759, r234760
2015-04-13 Jan VeselyR600: Add carry and borrow instructions. Use them to...
2015-01-30 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-23 Matt ArsenaultR600: Remove AMDILISelLowering
2014-06-18 Jan VeselyR600: Implement 64bit SRL
2014-06-18 Jan VeselyR600: Implement 64bit SHL
2014-06-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-13 Matt ArsenaultR600/SI: Fix selection error on i64 rotl / rotr.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-03-27 Matt ArsenaultR600/SI: Fix unreachable with a sext_in_reg to an illeg...
2014-01-24 Alp TokerFix known typos
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-09-12 Vincent LejeuneR600: Move fabs/fneg/sel folding logic into PostProcessIsel
2013-09-05 Tom StellardR600: Expand SELECT nodes rather than custom lowering...
2013-07-09 Vincent LejeuneR600: Use DAG lowering pass to handle fcos/fsin
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-06-04 Vincent LejeuneR600: Swizzle texture/export instructions
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-03-22 Michel DanzerR600: Use legacy (0 * anything = 0) MUL instructions...
2013-03-08 Tom StellardR600: Change operation action from Custom to Expand...
2013-03-08 Tom StellardR600: Change operation action from Custom to Expand...
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-01-23 Tom StellardR600: rework handling of the constants
2012-12-11 Tom StellardAdd R600 backend