Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
2016-01-20 Quentin ColombetMerging r258207:
2015-12-29 Chad RosierAdd command line options to force function/loop alignments.
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-11-19 Krzysztof ParzyszekExpand subregisters in MachineFrameInfo::getPristineRegs
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 Rafael EspindolaDrop prelink support.
2015-10-09 Duncan P. N. Exon... CodeGen: Continue removing ilist iterator implicit...
2015-08-17 Tobias GrosserRevert "Disable targetdatalayoutcheck"
2015-08-17 Tobias GrosserDisable targetdatalayoutcheck
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-07-30 Mehdi AminiAdd a TargetMachine hook that verifies DataLayout compa...
2015-07-21 Alex LorenzMIR Serialization: Serialize the external symbol machin...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-13 Sanjay Patelremove function names from comments and clean up; NFC
2015-05-28 Matthias BraunMachineFrameInfo: Simplify pristine register calculation.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-14 Duncan P. N. Exon... CodeGen: Canonicalize access to function attributes...
2015-01-29 Rafael EspindolaRemove MergeableConst.
2015-01-29 Rafael EspindolaUse enum values. NFC.
2015-01-27 Eric ChristopherReplace some uses of getSubtargetImpl with the cached...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2014-10-14 Rafael EspindolaRemove unused member variable.
2014-10-08 Eric ChristopherReplace calls to get the subtarget and TargetFrameLower...
2014-10-08 Eric ChristopherUse cached subtarget rather than looking it up on the
2014-10-04 Benjamin KramerMake AAMDNodes ctor and operator bool (!!!) explicit...
2014-08-16 Hal FinkelMake isAliased property for fixed-offset stack objects...
2014-08-12 Eric ChristopherHave MachineRegisterInfo take and store the MachineFunc...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-14 David MajnemerCodeGen: Add a getSectionKind method to MachineConstant...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-04-30 Alexey SamsonovConvert several loops over MachineFunction basic blocks...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-12 Quentin ColombetFix an over-constrained assertion in MachineFunction...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-12 Dan GohmanPrint ConstantPool entries initialized to Values with...
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-02-05 Jakob Stoklund OlesenRemove liveout lists from MachineRegisterInfo.
2013-02-04 Manman Ren[Stack Alignment] emit warning instead of a hard error
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2013-01-05 Jakob Stoklund OlesenDon't call destructors on MachineInstr and MachineOperand.
2013-01-05 Jakob Stoklund OlesenUse ArrayRecycler for MachineInstr operand lists.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-20 Jakob Stoklund OlesenUse two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-04 Manman RenStack Alignment: move functions from header file Machin...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-19 Chad RosierTidy up.
2012-06-19 Chad RosierAdd an ensureMaxAlignment() function to MachineFrameInf...
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-27 Jakob Stoklund OlesenPrint SSA and liveness tracking flags in MF::print().
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
next