Age | Commit message (Expand) | Author |
2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
2009-07-22 | reimplement Constant::ContainsRelocations as | Chris Lattner |
2009-07-21 | no really, I can spell! | Chris Lattner |
2009-07-21 | add an API so target-independent codegen can determine if a constant | Chris Lattner |
2009-07-21 | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner |
2009-07-21 | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-06-25 | My guess is that RegInfo should only call the Allocator.Deallocator if it's not | Bill Wendling |
2009-06-24 | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson |
2009-05-21 | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling |
2009-05-20 | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis |
2009-05-14 | Down with static variables! | Owen Anderson |
2009-05-13 | Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence | Jim Grosbach |
2009-05-12 | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach |
2009-04-30 | Make DebugLoc independent of DwarfWriter. | Argyrios Kyrtzidis |
2009-04-20 | Move duplicated AddLiveIn function from X86 and ARM backends to be a method | Bob Wilson |
2009-04-15 | Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. | Dan Gohman |
2009-04-13 | Add a new "available_externally" linkage type. This is intended | Chris Lattner |
2009-03-23 | Now that errs() is properly non-buffered, there's no need to | Dan Gohman |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
2009-02-04 | Constify and don't return a reference. | Bill Wendling |
2009-02-03 | Erm. Would be nice to initialize this variable. . . | Bill Wendling |
2009-02-03 | Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. | Bill Wendling |
2009-02-03 | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling |
2009-01-27 | Refine DebugLoc per review comments. | Evan Cheng |
2009-01-26 | No need to keep size of DebugLocations vector separately. | Evan Cheng |
2009-01-26 | Actually source file has already been uniquified into an id during isel. Elim... | Evan Cheng |
2009-01-26 | Add data structure to define and track debug location during codegen. | Evan Cheng |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2008-11-03 | Make MachineFrameInfo::print not crash when no TargetFrameInfo is available. | Matthijs Kooijman |
2008-10-15 | Adjust whitespace in debug messages to be more consistent | Dan Gohman |
2008-10-13 | Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns | Matthijs Kooijman |
2008-09-16 | Fix these comments to reflect current reality. Surprisingly, | Dan Gohman |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-23 | get MachineConstantPool off std::ostream, onto raw_ostream. It would be | Chris Lattner |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-21 | Fix uses of underscore-capital names. | Dan Gohman |
2008-07-11 | Trim unnecessary #includes. | Dan Gohman |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
2008-04-06 | Silence warning when no assertions. | Chris Lattner |
2008-02-27 | Spiller now remove unused spill slots. | Evan Cheng |
2008-02-26 | Rename PrintableName to Name. | Bill Wendling |
2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
2008-01-25 | move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo | Chris Lattner |
2007-12-31 | properly encapsulate the parent field of MBB and MI with get/set accessors. | Chris Lattner |
2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |