Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / R600 / R600EmitClauseMarkers.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2013-12-11 Tom StellardR600: Register R600EmitClauseMarkers pass
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-10-10 Tom StellardR600: Use StructurizeCFGPass for non SI targets
2013-10-01 Vincent LejeuneR600: Put PRED_X instruction in its own clause
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-09 Vincent LejeuneR600: Do not predicated basic block with multiple alu...
2013-06-28 Tom StellardR600: Add support for GROUP_BARRIER instruction
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-06-04 Vincent LejeuneR600: Const/Neg/Abs can be folded to dot4
2013-05-23 Benjamin KramerMove passes from namespace llvm into anonymous namespac...
2013-05-17 Vincent LejeuneR600: Relax some vector constraints on Dot4.
2013-05-17 Vincent LejeuneR600: Some factorization
2013-04-03 Vincent LejeuneR600: Fix last ALU of a clause being emitted in a separ...
2013-04-03 Vincent LejeuneR600: Factorize maximum alu per clause in a single...
2013-04-03 Vincent LejeuneR600: Consider KILLGT as an ALU instruction
2013-04-01 Vincent LejeuneR600: Emit CF_ALU and use true kcache register.