Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / CodeGen / TargetRegisterInfo.cpp
2015-12-04 Matthias Braunraw_ostream: << operator for callables with raw_ostream...
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-03 Chih-Hung Hsieh[X86] Part 1 to fix x86-64 fp128 calling convention.
2015-09-25 Matthias BraunTargetRegisterInfo: Introduce PrintLaneMask.
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2014-11-19 Matthias BraunIntroduce register dump helper
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2013-08-23 Andrew TrickPrintVRegOrUnit
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2012-12-03 Jakob Stoklund OlesenAdd a new hook for providing register allocator hints...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Jakob Stoklund OlesenMove Target{Instr,Register}Info.cpp into lib/CodeGen.