Move the DataLayout to the generic TargetMachine, making it mandatory.
[oota-llvm.git] / lib / Target / R600 / AMDGPUTargetMachine.h
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-02-11 Tom StellardR600: Split AMDGPUPassConfig into R600PassConfig and...
2015-02-11 Tom StellardR600: Create an R600TargetMachine for pre-gcn GPUs
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-28 Tom StellardR600: Move DataLayout to AMDGPUTargetMachine
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Eric ChristopherMove the R600 intrinsic support back to the target...
2014-07-25 Eric ChristopherMove R600 subtarget dependent variables onto the subtarget.
2014-06-23 Matt ArsenaultR600: Rename AMDIL file
2014-06-13 Tom StellardR600: Move AMDGPUInstrInfo from AMDGPUTargetMachine...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-06-18 Bill WendlingRemove dead prototype.
2013-05-23 Rafael EspindolaFix a leak on the r600 backend.
2013-05-23 Rafael Espindolaclang-format this file.
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-11 Tom StellardAdd R600 backend