Fix "the the" and similar typos.
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-27 Chandler CarruthSilence GCC warnings with asserts turned off. No functi...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-04 David GreeneChange errs() to dbgs().
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-14 Jim GrosbachDo not merge jump tables this early. Branch folding...
2009-11-14 Jim GrosbachAdd function to replace a destination MBB in a single...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-31 Dan GohmanMake -print-machineinstrs more readable.
2009-10-31 Dan GohmanFix 80-column violation.
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
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 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-19 David GreeneAdd missing includes.
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Jakob Stoklund OlesenAdd MachineFrameInfo::getPristineRegisters(MBB) method.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
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-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
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-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-25 Bill WendlingMy guess is that RegInfo should only call the Allocator...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
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-14 Owen AndersonDown with static variables!
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-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-15 Dan GohmanMove MachineJumpTableInfo::ReplaceMBBInJumpTables out...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-02-04 Bill WendlingConstify and don't return a reference.
2009-02-03 Bill WendlingErm. Would be nice to initialize this variable. . .
2009-02-03 Bill WendlingAdd getDebugLocTuple to retrieve the DebugLocTuple...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-27 Evan ChengRefine DebugLoc per review comments.
2009-01-26 Evan ChengNo need to keep size of DebugLocations vector separately.
2009-01-26 Evan ChengActually source file has already been uniquified into...
2009-01-26 Evan ChengAdd data structure to define and track debug location...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-03 Matthijs KooijmanMake MachineFrameInfo::print not crash when no TargetFr...
2008-10-15 Dan GohmanAdjust whitespace in debug messages to be more consistent
2008-10-13 Matthijs KooijmanMake MachineFunction not crash when TargetMachine:...
2008-09-16 Dan GohmanFix these comments to reflect current reality. Surprisi...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-23 Chris Lattnerget MachineConstantPool off std::ostream, onto raw_ostr...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-21 Dan GohmanFix uses of underscore-capital names.
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-04-06 Chris LattnerSilence warning when no assertions.
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2007-12-31 Chris Lattnerproperly encapsulate the parent field of MBB and MI...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
2007-04-25 Chris Lattnersupport > 4G stack objects
next