llvm-mc/X86: Encode constant MCValue's correctly.
[oota-llvm.git] / lib / Target / X86 / AsmPrinter /
2009-08-25 Dale JohannesenFix PR 4751, another difficulty with %a modifier on...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-19 Dale JohannesenAdd an extra line to conform with preferred style.
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Chris Lattnerremove some pointless null switchtosections. The Intel...
2009-08-18 Chris Lattneradd support for some targetflags on GV operands. This...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-16 Chris Lattneradd support for external symbols + X86::MOVPC32r.
2009-08-16 Chris Lattnerimplement support for lowering references to global...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-14 Daniel DunbarAdd X86 instruction printer support for printing MCValu...
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-13 Dale JohannesenSymbols with LinkerPrivateLinkage are weak.
2009-08-12 Dan GohmanUse PadToColumn instead of tabs.
2009-08-11 Chris Lattnerchange the -x86-asm-syntax=intel/att flag to be in...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-05 Devang PatelRemove dead code. MDNode and MDString are not Constant...
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-08-04 Chris Lattnermake MergeableCString be a SectionKind "abstract class...
2009-08-03 Chris Lattnerhoist some common code out of a switch
2009-08-03 Chris LattnerEliminate textual section switching from the x86 backen...
2009-08-03 Chris Lattnerremove a dead switch directive, replace it with some
2009-08-03 Chris Lattnereliminate textual section switching from intel asm...
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Chris Lattnerfix a mysterious and scary failure on test/CodeGen...
2009-07-24 Chris Lattnerreduce api exposure: clients shouldn't call SectionKind...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Chris Lattnerrename decorateName -> DecorateCygMingName, make it...
2009-07-15 Chris Lattneruse makeNameProper to add the globalprefix instead...
2009-07-15 Chris Lattneractually $stub labels *are* private, I just missed...
2009-07-15 Chris Lattner$stub references should not be private ("L") labels.
2009-07-14 Daniel DunbarFix path name.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Torok Edwineliminate extra space.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Chris Lattneruse getValueName instead of makeNameProper.
2009-07-13 Chris Lattnerdon't print redundant @PLT suffixes
2009-07-13 Chris Lattnerclean up some syntax.
2009-07-13 Chris Lattnereliminate a bunch of code in print_pcrel_imm for printi...
2009-07-13 Chris Lattnermove a method and add a comment, no functionality change.
2009-07-13 Chris Lattnerrefactor operand printing to remove hte last of the...
2009-07-13 Chris Lattnerrefactor symbol printing so the whole "mem" thing is...
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
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-08 Torok EdwinImplement changes from Chris's feedback.
next