- 15e723d Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
- 9406042 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
- 57b83c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 16 years ago
- 33b2663 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
- 0bde4e3 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
- d739775 convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 16 years ago
- b3fff70 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
- b214eb9 by David Greene · 16 years ago
- 13ed51f Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
- 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- e7b072a Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 16 years ago
- 29feb6a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- 180b5e7 by David Greene · 16 years ago
- 0a17f3d Fix some comments referring to std::cerr. by Daniel Dunbar · 16 years ago
- 58ccf8d MachineFunction no longer needs Annotation. by Dan Gohman · 16 years ago
- fdf9ee2 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
- 6966301 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
- 7b829a2 Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
- 005975c More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
- 1e13b97 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
- bdb23b3 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
- 690b8d5 no really, I can spell! by Chris Lattner · 16 years ago
- 8f3f851 add an API so target-independent codegen can determine if a constant by Chris Lattner · 16 years ago
- 3f1d2c3 revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
- b528d76 by David Greene · 16 years ago
- 25a8ae3 Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
- 9624c61 My guess is that RegInfo should only call the Allocator.Deallocator if it's not by Bill Wendling · 16 years ago
- f4a1546 Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
- bc121cc Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 16 years ago
- 0c41264 Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argiris Kirtzidis · 16 years ago
- f606424 Down with static variables! by Owen Anderson · 16 years ago
- a0929a1 Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence by Jim Grosbach · 16 years ago
- c10915b Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is by Jim Grosbach · 16 years ago
- 5b02f4c Make DebugLoc independent of DwarfWriter. by Argiris Kirtzidis · 16 years ago
- b6737aa Move duplicated AddLiveIn function from X86 and ARM backends to be a method by Bob Wilson · 16 years ago
- 352406d Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. by Dan Gohman · 16 years ago
- 6843344 Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
- e7d7b0f Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
- 68c1868 Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
- acf9574 Constify and don't return a reference. by Bill Wendling · 17 years ago
- c607509 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 17 years ago
- 4756f3b Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 17 years ago
- 5aa0ddb Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
- c611f1d Refine DebugLoc per review comments. by evancheng · 17 years ago
- a40c3dd No need to keep size of DebugLocations vector separately. by Evan Cheng · 17 years ago
- 4e4168f Actually source file has already been uniquified into an id during isel. Eliminate the StringMap. by evancheng · 17 years ago
- 2dbde50 Add data structure to define and track debug location during codegen. by evancheng · 17 years ago
- d68f13b Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
- 0e9ee53 Make MachineFrameInfo::print not crash when no TargetFrameInfo is available. by Matthijs Kooijman · 17 years ago
- d743014 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 17 years ago
- 1cb065e Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 17 years ago
- 62e7d9f Fix these comments to reflect current reality. Surprisingly, by Dan Gohman · 17 years ago
- 26f8c27 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 491f783 get MachineConstantPool off std::ostream, onto raw_ostream. It would be by Chris Lattner · 17 years ago
- 1fefaac Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
- 2fcbc7e Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
- 4ae0828 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
- 0298311 Trim unnecessary #includes. by Dan Gohman · 17 years ago
- 221a437 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
- 845e05c Silence warning when no assertions. by Chris Lattner · 17 years ago
- da87253 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
- 9b0baeb Rename PrintableName to Name. by Bill Wendling · 17 years ago
- 8eeb979 Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
- 1e57df3 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
- 610b9eb move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo by Chris Lattner · 18 years ago
- 7ce487f properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
- 1b98919 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
- 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 8157ef4 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
- 3f7d94b Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
- f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago