Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
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
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2006-12-22 Evan ChengDebug dump error.
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-10-28 Chris Lattnerconst'ify jump table stuff
2006-10-28 Chris Lattneradd an assert
2006-10-03 Chris LattnerBugfixes
2006-10-03 Chris LattnerProvide a function that ensures MBB numbering is dense...
2006-09-14 Evan ChengUse getOffset() instead.
2006-09-14 Evan ChengA MachineConstantPool may have mixed Constant* and...
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-07-14 Chris LattnerAdd an out-of-line virtual function to home class.
2006-06-28 Chris LattnerShave another 27K off libllvmgcc.dylib with visibility...
2006-06-27 Reid SpencerFor PR801:
2006-06-05 Reid SpencerFor PR798:
2006-05-16 Chris LattnerPrint the vreg that livein physregs are live in
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-22 Nate BegemanCode cleanup associated with jump tables, thanks to...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-03 Chris LattnerRemove unused method
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-04 Jim LaskeyMoving MachineDebugInfo to module level location.
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...
2005-10-12 Jim LaskeyAdded graphviz/gv support for MF.
2005-08-31 Chris LattnerIf a function has live ins/outs, print them
2005-05-13 Chris Lattnerprint stack object alignment in -print-machineinstr...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris Lattneradjust to ilist changes.
next