Track IR ordering of SelectionDAG nodes 2/4.
[oota-llvm.git] / lib / Target / R600 / R600ISelLowering.cpp
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-22 NAKAMURA TakumiR600ISelLowering.cpp: Avoid "using namespace Intrinsic...
2013-05-22 NAKAMURA TakumiR600: Whitespace and untabify.
2013-05-20 Tom StellardR600: Swap the legality of rotl and rotr
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-17 Vincent LejeuneR600: Lower int_load_input to copyFromReg instead of...
2013-05-17 Vincent LejeuneR600: Relax some vector constraints on Dot4.
2013-05-17 Vincent LejeuneR600: Improve texture handling
2013-05-10 Tom StellardR600: Expand SUB for v2i32/v4i32
2013-05-10 Tom StellardR600: Expand MUL for v4i32/v2i32
2013-05-10 Tom StellardR600: Expand SRA for v4i32/v2i32
2013-05-10 Tom StellardR600: Expand vselect for v4i32 and v2i32
2013-05-03 Tom StellardR600: Expand vector or, shl, srl, and xor nodes
2013-04-24 Tom StellardR600: Initialize BooleanVectorContents
2013-03-27 Christian KonigR600/SI: add mulhu/mulhs patterns
2013-03-22 Michel DanzerR600: Use legacy (0 * anything = 0) MUL instructions...
2013-03-11 Vincent LejeuneR600: Fix JUMP handling so that MachineInstr verificati...
2013-03-08 Tom StellardR600: Optimize another selectcc case
2013-03-08 Tom StellardR600: Improve custom lowering of select_cc
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-03-08 Tom StellardR600: Set BooleanContents to ZeroOrNegativeOneBooleanCo...
2013-03-07 Christian KonigR600/SI: remove SGPR address space v2
2013-03-07 Christian KonigR600/SI: remove shader type intrinsic
2013-03-05 Vincent LejeuneR600: Remove LowerConstCopyPass and lower CONST_COPY...
2013-03-05 Vincent LejeuneR600: Add support for indirect addressing of non defaul...
2013-02-19 Tom StellardR600: Fix scheduler crash caused by invalid MachinePoin...
2013-02-14 Vincent LejeuneR600: Fold zero/one in export instructions
2013-02-07 Tom StellardR600: Add support for SET*_DX10 instructions
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-02-05 Jakob Stoklund OlesenDon't use MRI liveouts in R600.
2013-02-05 Tom StellardR600: improve inputs/interpolation handling
2013-01-31 Tom StellardR600: Consider bitcast when folding const_address node.
2013-01-23 Tom StellardR600: Add a llvm.R600.store.swizzle intrinsics
2013-01-23 Tom StellardR600: Simplify stream outputs intrinsic
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-21 Tom StellardR600: Expand vec4 INT <-> FP conversions
2012-12-13 Tom StellardFix warnings with -DNDEBUG
2012-12-11 Tom StellardAdd R600 backend