Don't reach into the middle of TargetMachine and cache one of its ivars.
[oota-llvm.git] / lib / Target / R600 / AMDGPUStructurizeCFG.cpp
2013-05-23 Benjamin KramerMove passes from namespace llvm into anonymous namespac...
2013-03-26 Christian KonigR600: fix DenseMap with pointer key iteration in the...
2013-03-01 Christian KonigR600/SI: fix warning about overloaded virtual
2013-02-16 Christian KonigR600/structurizer: improve inverting conditions
2013-02-16 Christian KonigR600/structurizer: improve loop handling
2013-02-16 Christian KonigR600/structurizer: improve finding condition values
2013-02-16 Christian KonigR600/structurizer: improve PHI value finding
2013-02-16 Christian KonigR600/structurizer: add class to find the Nearest Common...
2013-02-08 Tom StellardR600: rework flow creation in the structurizer v2
2013-02-08 Tom StellardR600: fix loop analyses in the structurizer
2013-02-08 Tom StellardR600: fix PHI value adding in the structurizer
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: Coding style - remove empty spaces from the begin...
2012-12-19 Tom StellardR600: New control flow for SI v2