we already know the sectionkind when invoking SelectSectionForGlobal,
[oota-llvm.git] / lib / Target / X86 /
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
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-24 Eric ChristopherUpdate insertps handling based on feedback. Move to...
2009-07-23 Sean CallananAdded a 2+-byte NOP instruction to the Intel tables,
2009-07-23 Duncan SandsRevert r75581: it causes massive breakage in the Ada
2009-07-23 Eric ChristopherSupport insertps via the intrinsic and add a couple...
2009-07-22 Dan Gohmanx86 isel tweak: use lea (%reg,%reg) instead of lea...
2009-07-22 Chris Lattnerdoxygenify
2009-07-22 Eli FriedmanAdd support for MMX VSETCC.
2009-07-22 Sean CallananAdded the unconditional JMP with an 8-bit relocation...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Daniel DunbarRemove some unused code.
2009-07-21 Bruno Cardoso LopesSupport adding relocations for data sections, handling...
2009-07-21 Evan ChengAdd jumps with 8-bit relocation for assembler / disasse...
2009-07-21 Bill WendlingAdd the following functions:
2009-07-21 Dale Johannesenrevert 76503 while I figure out what's going on
2009-07-20 Dale JohannesenMake sure a global matching asm 'i' constraint gets its
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Chris LattnerCopy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
2009-07-20 Bruno Cardoso LopesFor PC relative relocations where symbols are defined...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-19 Daniel DunbarFix some minor MSVC compiler warnings.
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-18 Bruno Cardoso LopesUse R_X86_64_32S to handle Jump Table Index relocation...
2009-07-18 Daniel DunbarAdd some missing includes.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-18 Bruno Cardoso LopesUse a better name for the label relocations while emitt...
2009-07-18 Bruno Cardoso LopesAdd support to properly reference private symbols on...
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Daniel DunbarStart generating AsmMatcher.inc for X86.
2009-07-16 Evan ChengGV with ghost linkage (module being lazily streamed...
2009-07-16 Jakob Stoklund OlesenSilence warning in Linux builds:
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Evan ChengWith recent MC changes, RIP base register is explicitly...
2009-07-16 Anton KorobeynikovDo not put bunch of target-specific stuff into common...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-16 Chris Lattneruse SUBREG_TO_REG instead of INSERT_SUBREG, this way...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-15 Bruno Cardoso Lopesuse std::vector instead of std::list for both Section...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarReplace large swaths of copy-n-paste code with obvious...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-15 Evan ChengMove load / store folding alignment require into 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 Bruno Cardoso LopesUse the right relocation type for X86::MOV64ri64i32
2009-07-14 Chris Lattnerreapply r75408, which eliminates MOV64r0 in favor of...
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 Bill WendlingRemove hack now that Evan fixed it so that the frame...
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-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Bill WendlingReverted r75484. It was causing a failure with Apple...
2009-07-13 Bill WendlingMore standard way of specifying greater than Leopard.
2009-07-13 Bill WendlingOn greater than Leopard systems, place exception tables...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
2009-07-12 Bill WendlingTemporarily revert r75408. It appears to break the...
2009-07-12 Chris Lattnereliminate MOV64r0 in favor of a Pat<> pattern. This...
2009-07-11 Chris Lattnerfix x86-64 static codegen to materialize the address...
2009-07-11 Chris Lattnerfix a bug in my cleanup patch
2009-07-11 Chris Lattnercomment cleanup, reduce nesting.
2009-07-11 Chris Lattnerremove some dead patterns, WrapperRIP doesn't exist...
2009-07-11 Chris LattnerFix PR4533, which is about buggy codegen in x86-64...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Chris Lattnerremove the "debug" modifier, it is only used by one...
next