- 7e47767 Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. by Charles Davis · 16 years ago
- 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
- c07bd40 Silence GCC warnings with asserts turned off. No functionality change. by Chandler Carruth · 16 years ago
- 8a785d7 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 16 years ago
- 273735b add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 16 years ago
- 6715952 make MachineFunction keep track of its ID and make by Chris Lattner · 16 years ago
- 5fc4160 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 16 years ago
- b6db2c6 Rearrange handling of jump tables. Highlights: by Chris Lattner · 16 years ago
- 1083b5f Avoid including DebugInfo.h in AsmPrinter.h by Devang Patel · 16 years ago
- c0e17df Replace DebugLocTuple with DILocation. by Devang Patel · 16 years ago
- 6671011 by David Greene · 16 years ago
- a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
- dd7f2e7 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 16 years ago
- 90d3340 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 16 years ago
- ae84426 Do not merge jump tables this early. Branch folding will do any necessary by Jim Grosbach · 16 years ago
- 9c8609e Add function to replace a destination MBB in a single jump table by Jim Grosbach · 16 years ago
- 1fbe054 by David Greene · 16 years ago
- 34341e6 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
- 97abba5 Fix 80-column violation. by Dan Gohman · 16 years ago
- 75d6a4a Allow constants of different types to share constant pool entries by Dan Gohman · 16 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- dd76bb2 Add basic infrastructure and x86 support for preserving MachineMemOperand by Dan Gohman · 16 years ago
- 5c13c2d Remove dead code. by Devang Patel · 16 years ago
- 48b185d Improve MachineMemOperand handling. by Dan Gohman · 16 years ago
- f2471ec add hooks to hang target-specific goop off MachineModuleInfo, by Chris Lattner · 16 years ago
- 80ae349 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
- f08e35d Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
- 02aac92 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
- 34ee203 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
- 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
- 22d4bfc convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 16 years ago
- 1216f54 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
- 8230a93 by David Greene · 16 years ago
- 43bbb9d Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
- 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 3de4a60 Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 16 years ago
- 693e36a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- ec9bc28 by David Greene · 16 years ago
- f72c0d6 Fix some comments referring to std::cerr. by Daniel Dunbar · 16 years ago
- 7baae4b MachineFunction no longer needs Annotation. by Dan Gohman · 16 years ago
- 5ea74d5 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
- 5434756 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
- bcb44ba Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
- 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
- 12368685 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
- 4565ef5 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
- 9bd736e no really, I can spell! by Chris Lattner · 16 years ago
- cfb01e2 add an API so target-independent codegen can determine if a constant by Chris Lattner · 16 years ago
- 1eede6c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
- 3b45864 by David Greene · 16 years ago
- 31ceb1b Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
- 7f7eb8a My guess is that RegInfo should only call the Allocator.Deallocator if it's not by Bill Wendling · 16 years ago
- b70adf2 Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
- f99bd3a Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 16 years ago
- 2b59a5f Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 16 years ago
- 672855e Down with static variables! by Owen Anderson · 16 years ago
- 4f91531 Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence by Jim Grosbach · 16 years ago
- aeca45d Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is by Jim Grosbach · 16 years ago
- a503748 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 16 years ago
- f8b8547 Move duplicated AddLiveIn function from X86 and ARM backends to be a method by Bob Wilson · 17 years ago
- 505065c Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. by Dan Gohman · 17 years ago
- 184f1be Add a new "available_externally" linkage type. This is intended by Chris Lattner · 17 years ago
- 4f2fea1 Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 17 years ago
- 1fb8aed 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 · 17 years ago
- 0b4403f Constify and don't return a reference. by Bill Wendling · 17 years ago
- 77b3be8 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 17 years ago
- 2c0a4fe Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 17 years ago
- e3c7836 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
- 573e529 Refine DebugLoc per review comments. by Evan Cheng · 17 years ago
- b8c79bd No need to keep size of DebugLocations vector separately. by Evan Cheng · 17 years ago
- 4e6871d Actually source file has already been uniquified into an id during isel. Eliminate the StringMap. by Evan Cheng · 17 years ago
- b5706c4 Add data structure to define and track debug location during codegen. by Evan Cheng · 17 years ago
- dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
- 2530f5f Make MachineFrameInfo::print not crash when no TargetFrameInfo is available. by Matthijs Kooijman · 17 years ago
- 4459c42 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 17 years ago
- c8d7988 Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 17 years ago
- 5cf6120 Fix these comments to reflect current reality. Surprisingly, by Dan Gohman · 17 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 838aff3 get MachineConstantPool off std::ostream, onto raw_ostream. It would be by Chris Lattner · 17 years ago
- 0c19df4 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
- 804c95d Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
- 8c08a69 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
- 0597e5b Trim unnecessary #includes. by Dan Gohman · 17 years ago
- 3b46030 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
- 4db1f62 Silence warning when no assertions. by Chris Lattner · 18 years ago
- 6d56368 Spiller now remove unused spill slots. by Evan Cheng · 18 years ago
- d7a258d Rename PrintableName to Name. by Bill Wendling · 18 years ago
- c24ea4f Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 18 years ago
- 3a4be0f Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
- 6068832 move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo by Chris Lattner · 18 years ago
- 574e716 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
- a10fff5 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 283207a Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
- c731c97 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
- 8c78a0b Drop 'const' by Devang Patel · 18 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- d21968d Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 18 years ago