aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-21revert r76602, 76603, and r76615, pending design discussions.Chris Lattner1-6/+3
2009-07-21Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene1-3/+6
2009-06-30Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling1-4/+6
2009-06-25My guess is that RegInfo should only call the Allocator.Deallocator if it's notBill Wendling1-7/+10
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson1-12/+10
2009-05-21Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling1-17/+1
2009-05-20Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis1-1/+17
2009-05-14Down with static variables!Owen Anderson1-4/+8
2009-05-13Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presenceJim Grosbach1-1/+0
2009-05-12Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach1-0/+1
2009-04-30Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis1-3/+3
2009-04-20Move duplicated AddLiveIn function from X86 and ARM backends to be a methodBob Wilson1-0/+10
2009-04-15Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line.Dan Gohman1-0/+17
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner1-2/+8
2009-03-23Now that errs() is properly non-buffered, there's no need toDan Gohman1-1/+1
2009-03-13Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng1-21/+6
2009-02-04Constify and don't return a reference.Bill Wendling1-1/+1
2009-02-03Erm. Would be nice to initialize this variable. . .Bill Wendling1-1/+1
2009-02-03Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling1-3/+11
2009-02-03Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling1-2/+3
2009-01-27Refine DebugLoc per review comments.Evan Cheng1-6/+7
2009-01-26No need to keep size of DebugLocations vector separately.Evan Cheng1-2/+3
2009-01-26Actually source file has already been uniquified into an id during isel. Elim...Evan Cheng1-15/+3
2009-01-26Add data structure to define and track debug location during codegen.Evan Cheng1-0/+27
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-2/+2
2008-11-03Make MachineFrameInfo::print not crash when no TargetFrameInfo is available.Matthijs Kooijman1-1/+2
2008-10-15Adjust whitespace in debug messages to be more consistentDan Gohman1-3/+3
2008-10-13Make MachineFunction not crash when TargetMachine::getRegisterInfo() returnsMatthijs Kooijman1-5/+9
2008-09-16Fix these comments to reflect current reality. Surprisingly,Dan Gohman1-1/+2
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-2/+2
2008-08-23get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner1-8/+6
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner1-0/+5
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman1-19/+1
2008-07-21Fix uses of underscore-capital names.Dan Gohman1-2/+2
2008-07-11Trim unnecessary #includes.Dan Gohman1-1/+0
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman1-31/+92
2008-04-06Silence warning when no assertions.Chris Lattner1-1/+2
2008-02-27Spiller now remove unused spill slots.Evan Cheng1-0/+4
2008-02-26Rename PrintableName to Name.Bill Wendling1-2/+2
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling1-2/+2
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman1-5/+5
2008-01-25move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfoChris Lattner1-1/+14
2007-12-31properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner1-6/+8
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner1-15/+11
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands1-2/+2
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman1-2/+2
2007-05-03Drop 'const'Devang Patel1-4/+4
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel1-4/+4
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel1-2/+9