Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-30 Eric ChristopherAdd a similar templated cast for getSubtarget off of...
2015-01-06 Mehdi AminiUse a Factory Method for MachineFunctionInfo Creation
2014-10-14 Rafael EspindolaRemove unused member variable.
2014-09-26 Eric ChristopherHave setSubtarget take a const subtarget.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-14 Matt ArsenaultRemove GCC 3.3 workaround
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-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-04-22 Eli BenderskyFix comment that didn't match the method it was above
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-01-05 Jakob Stoklund OlesenUse ArrayRecycler for MachineInstr operand lists.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-07-06 Chad RosierFix the naming of ensureAlignment. Per the coding...
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-12-06 Jakob Stoklund OlesenFix unclear wording.
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2010-12-18 Jakob Stoklund OlesenPass a Banner argument to the machine code verifier...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-10-31 Nicolas GeoffrayAttach a GCModuleInfo to a MachineFunction.
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-08-05 Jakob Stoklund OlesenRemove double-def checking from MachineVerifier, so...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-26 Bill WendlingMove the check for "calls setjmp" to SelectionDAGISel...
2010-05-26 Eric ChristopherTemporarily revert r104655 as it's breaking the bots.
2010-05-26 Bill WendlingDale and Evan suggested putting the "check for setjmp...
2010-04-20 Dan GohmanRemove MachineFunction's DefaultDebugLoc member, and...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris LattnerStop MachineInstr.h from #including AsmPrinter.h
2010-01-27 Chris Lattneradd a helper function for bumping up the alignment...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-21 Chris Lattnerremove a couple of asserts that use RTTI.
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-07 Jakob Stoklund OlesenAdd comments.
2009-11-18 Jakob Stoklund OlesenAllow the machine verifier to be run outside the PassMa...
2009-11-16 Dan GohmanSink a #include <map> to where it's actually needed.
2009-11-13 Jakob Stoklund OlesenAdd MachineFunction::verify() to call the machine code...
2009-11-09 Dan GohmanSuppress implicit copy ctor and copy assignment for...
2009-10-17 Dan GohmanAdd a splice member function which accepts a range...
2009-10-09 Dan GohmanAdd basic infrastructure and x86 support for preserving...
2009-09-30 Devang PatelRemove dead code.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris LattnerThis was supposed to go with r79803
2009-08-23 Chris Lattnerremove some dead print method variants.
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-07-31 Dan GohmanMachineFunction no longer needs Annotation.
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-13 Jim GrosbachRemoving the HasBuiltinSetjmp flag and associated bits...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-07 Jakob Stoklund OlesenAdd const modifiers.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
next