Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / Target / R600 / CMakeLists.txt
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-21 Tom StellardR600/SI: Add instruction shrinking pass
2014-07-02 Tom StellardR600/SI: Adjsut SGPR live ranges before register allocation
2014-06-23 Matt ArsenaultR600: Remove AMDILISelLowering
2014-06-23 Matt ArsenaultR600: Rename AMDIL file
2014-06-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-13 Tom StellardR600: Remove AMDIL instruction and register definitions
2014-04-30 Tom StellardR600/SI: Use VALU instructions for copying i1 values
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-10-22 Tom StellardR600: Simplify handling of private address space
2013-10-01 Vincent LejeuneR600: add a pass that merges clauses.
2013-08-14 Tom StellardR600/SI: Convert v16i8 resource descriptors to i128
2013-08-06 Tom StellardR600: Add new file from r187831 to CMakeLists.txt
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-23 Tom StellardR600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDA...
2013-06-19 Matt ArsenaultMove StructurizeCFG out of R600 to generic Transforms.
2013-06-07 Tom StellardR600: Rework subtarget info and remove AMDILDevice...
2013-06-05 Vincent LejeuneR600: Add a pass that merge Vector Register
2013-06-05 Rafael EspindolaRevert "R600: Add a pass that merge Vector Register"
2013-06-04 Vincent LejeuneR600: Add a pass that merge Vector Register
2013-05-17 Vincent LejeuneR600: Improve texture handling
2013-05-10 Tom StellardR600: Remove AMDILPeeopholeOptimizer and replace optimi...
2013-04-30 Vincent LejeuneR600: Packetize instructions
2013-04-01 NAKAMURA TakumiTarget/R600: Fix CMake build to add missing files.
2013-03-07 Christian KonigR600/SI: rework input interpolation v2
2013-03-05 Benjamin KramerUpdate cmake build.
2013-03-05 Vincent LejeuneR600: Turn BUILD_VECTOR into Reg_Sequence
2013-02-16 NAKAMURA TakumiTarget/R600/CMakeLists.txt: Prune SILowerLiteralConstan...
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-18 Tom StellardR600: Proper insert S_WAITCNT instructions
2012-12-19 Tom StellardR600: New control flow for SI v2
2012-12-11 Tom StellardAdd R600 backend