assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86ATTAsmPrinter.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Chris Lattnerremove the "debug" modifier, it is only used by one...
2009-07-10 Chris Lattnermake pcrel and non-pcrel global printing more similar.
2009-07-10 Chris Lattnerremove the now-dead TM argument to these methods.
2009-07-10 Chris Lattneradd a couple of predicates to test for "stub style...
2009-07-10 Chris Lattnermake this more like printOperand. Perhaps some merging...
2009-07-09 Dale JohannesenHandle 'A' modifier in inline asms.
2009-07-09 Chris Lattnermove reasoning about darwin $non_lazy_ptr stubs from...
2009-07-09 Chris Lattnerreduce nesting by rearranging branches.
2009-07-09 Chris Lattnermake isel use MO_PIC_BASE_OFFSET when lowering globalva...
2009-07-09 Chris Lattnervarious minor cleanups, no functionality change.
2009-07-09 Chris Lattnermake isel decide whether to emit $stub's on darwin...
2009-07-09 Chris Lattnerpc-relative references are *always* to functions, never...
2009-07-09 Chris Lattnermake cygwin use its own stubs set, instead of overloadi...
2009-07-09 Chris LattnerMake isel determine where to emit PLT-relative calls...
2009-07-09 Chris LattnerisPICStyleStub() is now never true in -static mode...
2009-07-09 Chris Lattnerone more added assert.
2009-07-09 Chris Lattnermove handling of dllimport linkage in isel, not in...
2009-07-09 Chris Lattnerone more assertion!
2009-07-09 Chris Lattneradd some more assertions. Remove code to handle dllimp...
2009-07-09 Chris Lattnerremove "asmcall", using print_pcrel_imm instead of...
2009-07-09 Chris Lattnersimplify some logic
2009-07-09 Chris Lattner* add some assertions for sanity checking.
2009-07-08 Chris Lattner* manually concatenate two string literals
2009-07-07 Dale JohannesenCommit the file I actually changed as part of last
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-27 Chris Lattnerremove a bunch of fixmes (old checking code) and common...
2009-06-27 Chris Lattnerpull @GOT, @GOTOFF, @GOTPCREL handling into isel from...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 Chris Lattnersimplify printing of MO_ExternalSymbol in a non-pcrel...
2009-06-26 Chris Lattneradd %rip to the GR64 register class. Lets avoid alloca...
2009-06-26 Chris LattnerMove all the TLS processing logic into isel, don't...
2009-06-26 Chris Lattnerminor cleanup/framework changes.
2009-06-26 Chris Lattnermove magic for PIC constantpool references from asmprin...
2009-06-26 Chris Lattneruse jump table operand flags in asm printer instead...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-25 Chris Lattnersimplify shouldPrintPLT
2009-06-25 Chris LattnerUse target-specific machine operand flags to eliminate...
2009-06-25 Chris Lattnerfix comments to be correct.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Chris Lattnermove some functions, add a FIXME, use PrintPICBaseSymbo...
2009-06-24 Chris Lattnerreimplement getPICLabelString as PrintPICBaseSymbol...
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Chris Lattneronly emit one .align for all the hidden gv stubs instea...
2009-06-24 Chris Lattnerinline print*Stub and rearrange function stub printing...
2009-06-24 Chris Lattnerremove dead code now that personality functions don...
2009-06-24 Chris Lattnerremove now-dead argument.
2009-06-24 Chris Lattnersimplify personality function stub printing to use...
2009-06-24 Chris Lattnerremove dead argument
2009-06-24 Chris Lattnerfactor some code better.
2009-06-24 Chris Lattnerwire up support for MCContext/MCStreamer in -experiment...
2009-06-21 Chris Lattnersimplify closing paren and (rip) printing.
2009-06-21 Chris Lattnerremove #if 0 code
2009-06-21 Chris Lattnercosmetic changes.
2009-06-20 Chris Lattnerremove dead code, the main codepath never has to deal
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Chris Lattnersome comments and cleanup
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Devang PatelInitialize MMI
2009-06-20 Chris LattnerStart implementing translation of MachineInstr to MCIns...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Devang PatelDwarfWriter is used to emit EH info also.
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-15 Chris Lattnerremove extraneous const qualifier
2009-05-30 Bill WendlingUntabification.
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-30 Argyrios KyrtzidisFix compilation for some targets other than x86.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-28 Anton KorobeynikovProperly print 'P' modifier on inline asm memory operands.
2009-04-23 Dan GohmanAdd support for printing MO_ExternalSymbol operands in
2009-04-13 Rafael EspindolaX86-64 TLS support for local exec and initial exec.
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-25 Evan ChengDon't print global names twice with -asm-verbose.
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-14 Dan GohmanUse %rip-relative addressing on x86-64 whenever practic...
2009-03-12 Evan ChengRe-apply 66024 with fixes: 1. Fixed indirect call to...
2009-03-11 Dan GohmanRevert r66024. The JIT encoding for CALLpcrel32 is...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-04 Evan ChengFix PR3666: isel calls to constant addresses.
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
next