- More refactoring. This gets rid of all of the getOpcode calls.
[oota-llvm.git] / lib / Target / X86 /
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris Lattnerapparently we have "windows" and "coff", which are...
2009-07-27 Chris Lattner32-bit darwin targets support .literal16 too.
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Chris Lattnermake SectionKindForGlobal target independent, and there...
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.
next