- c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
- 192957d Revert r75615, which depended on 75610. by Daniel Dunbar · 15 years ago
- 41ffe6c Revert r75610 (and r75620, which was blocking the revert), in the hopes of by Daniel Dunbar · 15 years ago
- 481d15a eliminate extra space. by Torok Edwin · 15 years ago
- b09d2cc Rename getValueName -> getMangledName. by Chris Lattner · 15 years ago
- 03e9dd9 Change the X86 asmprinter to use the mangler to apply suffixes like "$non_lazy_ptr" by Chris Lattner · 15 years ago
- b9e126c use getValueName instead of makeNameProper. by Chris Lattner · 15 years ago
- 6dea8d3 don't print redundant @PLT suffixes by Chris Lattner · 15 years ago
- e2959dc clean up some syntax. by Chris Lattner · 15 years ago
- 62c5c50 eliminate a bunch of code in print_pcrel_imm for printing symbols, using by Chris Lattner · 15 years ago
- f666c09 move a method and add a comment, no functionality change. by Chris Lattner · 15 years ago
- 92aa0bb refactor operand printing to remove hte last of the "mem" modifier hack. The by Chris Lattner · 15 years ago
- 174f816 refactor symbol printing so the whole "mem" thing is handled in fewer places. by Chris Lattner · 15 years ago
- 29fd056 Remove extra \n from LLVM_UNREACHABLE calls. by Torok Edwin · 15 years ago
- c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
- 226b608 remove the "debug" modifier, it is only used by one instruction which can by Chris Lattner · 15 years ago
- 7a4e464 make pcrel and non-pcrel global printing more similar. by Chris Lattner · 15 years ago
- e2c9208 remove the now-dead TM argument to these methods. by Chris Lattner · 15 years ago
- 3b67e9b add a couple of predicates to test for "stub style pic in PIC mode" and "stub style pic in dynamic-no-pic" mode. by Chris Lattner · 15 years ago
- 662b805 make this more like printOperand. Perhaps some merging will happen tomorrow. by Chris Lattner · 15 years ago
- 39f59d8 Handle 'A' modifier in inline asms. by Dale Johannesen · 15 years ago
- 75cdf27 move reasoning about darwin $non_lazy_ptr stubs from asmprinter into isel. by Chris Lattner · 15 years ago
- 27fde7b reduce nesting by rearranging branches. by Chris Lattner · 15 years ago
- 4c388b2 make isel use MO_PIC_BASE_OFFSET when lowering globalvalues on darwin in pic by Chris Lattner · 15 years ago
- 35c8961 various minor cleanups, no functionality change. by Chris Lattner · 15 years ago
- 74e726e make isel decide whether to emit $stub's on darwin instead of asmprinter. by Chris Lattner · 15 years ago
- f2c081f pc-relative references are *always* to functions, never to globals. ISel by Chris Lattner · 15 years ago
- 1ebd3bf make cygwin use its own stubs set, instead of overloading a darwin one. by Chris Lattner · 15 years ago
- 48a7d02 Make isel determine where to emit PLT-relative calls instead of having by Chris Lattner · 15 years ago
- fb37d95 isPICStyleStub() is now never true in -static mode, so simplify code. by Chris Lattner · 15 years ago
- 7c10e0e one more added assert. by Chris Lattner · 15 years ago
- 4aa21aa move handling of dllimport linkage in isel, not in asmprinter. by Chris Lattner · 15 years ago
- 885ce84 one more assertion! by Chris Lattner · 15 years ago
- 033bcee add some more assertions. Remove code to handle dllimport on darwin. by Chris Lattner · 15 years ago
- 44f7bbd remove "asmcall", using print_pcrel_imm instead of printOperand. by Chris Lattner · 15 years ago
- b172b0b simplify some logic by Chris Lattner · 15 years ago
- 9f44b3a * add some assertions for sanity checking. by Chris Lattner · 15 years ago
- 8529d28 * manually concatenate two string literals by Chris Lattner · 15 years ago
- dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 15 years ago
- ab7c09b Start converting to new error handling API. by Torok Edwin · 15 years ago
- 9fcff04 Commit the file I actually changed as part of last by Dale Johannesen · 15 years ago
- 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 15 years ago
- 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 15 years ago
- f0c3d02 by David Greene · 15 years ago
- f7789c7 remove a bunch of fixmes (old checking code) and commonize all the by Chris Lattner · 15 years ago
- b1acd68 pull @GOT, @GOTOFF, @GOTPCREL handling into isel from the asmprinter. by Chris Lattner · 15 years ago
- 18c5987 Reimplement rip-relative addressing in the X86-64 backend. The new by Chris Lattner · 15 years ago
- 2c2fb82 Add x86 support for 'n' inline asm modifier. This will be handled target independently as part of MC work. by Evan Cheng · 15 years ago
- d8220e5 simplify printing of MO_ExternalSymbol in a non-pcrel context. by Chris Lattner · 15 years ago
- c4233af add %rip to the GR64 register class. Lets avoid allocating it to anything though! :) by Chris Lattner · 15 years ago
- b903bed Move all the TLS processing logic into isel, don't do it in asmprinter at all. by Chris Lattner · 15 years ago
- 03a597f minor cleanup/framework changes. by Chris Lattner · 15 years ago
- 41621a2 move magic for PIC constantpool references from asmprinter to isel. by Chris Lattner · 15 years ago
- 89ca575 use jump table operand flags in asm printer instead of "magic predicates" by Chris Lattner · 15 years ago
- 0f05d22 Let's ignore MDStrings also! by Devang Patel · 15 years ago
- 2b0de6a simplify shouldPrintPLT by Chris Lattner · 15 years ago
- ac5e887 Use target-specific machine operand flags to eliminate a gross hack by Chris Lattner · 15 years ago
- 4b73893 Add missing dependencies to the CMake build system. by Douglas Gregor · 15 years ago
- 4b950ec fix comments to be correct. by Chris Lattner · 15 years ago
- e4c0c0f by Devang Patel · 15 years ago
- ab16299 move some functions, add a FIXME, use PrintPICBaseSymbol to print the by Chris Lattner · 15 years ago
- b5299dd reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string heap thrashing. by Chris Lattner · 15 years ago
- 0de1fc4 sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base class. by Chris Lattner · 15 years ago
- 1f522fe sink dwarf finalization out of each target into AsmPrinter::doFinalization by Chris Lattner · 15 years ago
- 0a7befa eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates by Chris Lattner · 15 years ago
- 52cff83 only emit one .align for all the hidden gv stubs instead of one for each. by Chris Lattner · 15 years ago
- 8f61f98 inline print*Stub and rearrange function stub printing to more closely match by Chris Lattner · 15 years ago
- 3a03f74 remove dead code now that personality functions don't print stubs directly. by Chris Lattner · 15 years ago
- 9dd7174 remove now-dead argument. by Chris Lattner · 15 years ago
- 381d4fe simplify personality function stub printing to use the mangler and by Chris Lattner · 15 years ago
- 7af485e remove dead argument by Chris Lattner · 15 years ago
- 974469d factor some code better. by Chris Lattner · 15 years ago
- 40e3c7a wire up support for MCContext/MCStreamer in -experimental-asm-printer mode. by Chris Lattner · 15 years ago
- a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
- 7e9e36a Eliminate object-relinking support from CMake. Fixes PR 4429 and by Douglas Gregor · 15 years ago
- e372333 simplify closing paren and (rip) printing. by Chris Lattner · 15 years ago
- 2f429e5 remove #if 0 code by Chris Lattner · 15 years ago
- aecaa1f cosmetic changes. by Chris Lattner · 15 years ago
- 8cb65a5 remove dead code, the main codepath never has to deal with MBB's. by Chris Lattner · 15 years ago
- 7680e73 eliminate the "call" operand modifier from the asm descriptions, modeling by Chris Lattner · 15 years ago
- 7f8217f fix edit-o by Chris Lattner · 15 years ago
- dc479f6 some comments and cleanup by Chris Lattner · 15 years ago
- c124306 implement support for lowering subregs when preparing to print by Chris Lattner · 15 years ago
- 66b4d3b Initialize MMI by Devang Patel · 15 years ago
- ad48be0 hook up printMemReference. by Chris Lattner · 15 years ago
- f38c03af Start implementing translation of MachineInstr to MCInst. Next by Chris Lattner · 15 years ago
- d5fb790 stub out some hacky code for wiring up the new asmprinter interfaces by Chris Lattner · 15 years ago
- 5090f19 DwarfWriter is used to emit EH info also. by Devang Patel · 15 years ago
- 14a55d9 Move up dwarf writer initialization in common AsmPrinter class. by Devang Patel · 15 years ago
- aace4b1 Misc tweaks to Intel asm printing to make it more compatible with MASM. by Eli Friedman · 15 years ago
- fadc83c add a file I missed, this goes with r73743 by Chris Lattner · 15 years ago
- 475370b Add some scaffolding for a new experimental asmprinter by Chris Lattner · 15 years ago
- a93ca92 move mangler quote handling from asm printers to TargetAsmInfo. by Chris Lattner · 15 years ago
- 7e816dc minor cleanup by Chris Lattner · 15 years ago
- 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
- 3771071 remove extraneous const qualifier by Chris Lattner · 15 years ago
- 51b16f4 Untabification. by Bill Wendling · 15 years ago
- 11adeed Reflow to fit 80-col. by Mike Stump · 15 years ago
- 6726be6 Reflow to fit 80-col. by Mike Stump · 15 years ago
- b877a1f More MSVC fixes -- class/struct conflicts. by Bill Wendling · 15 years ago