Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807
[oota-llvm.git] / lib / Target / X86 /
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...
2009-07-10 Chris Lattnermake pcrel and non-pcrel global printing more similar.
2009-07-10 Evan ChengUndo my brain cramp.
2009-07-10 Chris Lattnercode model is never set to default.
2009-07-10 Chris Lattnerfix indentation
2009-07-10 Chris Lattnerremove the now-dead TM argument to these methods.
2009-07-10 Chris Lattnermake PIC vs DynamicNoPIC be explicit in PICStyles.
2009-07-10 Chris Lattnersome minor simplifications.
2009-07-10 Chris Lattneradd a couple of predicates to test for "stub style...
2009-07-10 Evan ChengCMOVxx doesn't swap operands which it's commuted.
2009-07-10 Chris Lattnermake this more like printOperand. Perhaps some merging...
2009-07-10 Chris Lattnersimplify fast isel by using ClassifyGlobalReference...
2009-07-10 Chris Lattnereliminate GVRequiresRegister, replacing it with predica...
2009-07-10 Chris Lattnerchange a bunch of logic in LowerGlobalAddress to levera...
2009-07-10 Chris Lattneradd a predicate to determine if a global var reference...
2009-07-10 Chris Lattnermove some classification logic around. Now GVRequiresE...
2009-07-10 Chris Lattnerchange isGlobalStubReference to take target flags inste...
2009-07-10 Chris Lattnerconvert some late code (called by regalloc and code...
2009-07-10 Chris Lattneradd a new predicate method that says whether a GlobalValue
2009-07-10 Chris LattnerGVRequiresExtraLoad is now never used for calls, simpli...
2009-07-10 Chris Lattneractually, just eliminate PCRelGVRequiresExtraLoad....
2009-07-10 Chris LattnerThere is only one case where GVRequiresExtraLoad return...
2009-07-10 Chris Lattnerthe "isDirectCall" operand of GVRequiresRegister is...
2009-07-10 Chris Lattnersplit call handling out of X86SelectAddress into X86Sel...
2009-07-10 Chris Lattnerconvert a helper method to be a static function instead...
2009-07-09 Bill WendlingIf -fomit-frame-pointer is used, we still need to recor...
2009-07-09 Dale JohannesenHandle 'A' modifier in inline asms.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Eli FriedmanMisc encoding fixes; reported on llvmdev.
2009-07-09 Chris Lattnersimplify this logic a bit more.
2009-07-09 Chris Lattnermove reasoning about darwin $non_lazy_ptr stubs from...
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-09 Chris Lattnerrearrange some code, no functionality change.
2009-07-09 Chris Lattnermake direct calls set MO_PLT or MO_DARWIN_STUB as appro...
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 Lattnersimplify some code based on the fact that picstyles...
2009-07-09 Chris Lattnerall this logic always returns true because GOT mode...
2009-07-09 Chris LattnerisPICStyleRIPRel() and friends are never true in -stati...
2009-07-09 Chris Lattner.o file writing shouldn't mess around with pic/relo...
2009-07-09 Chris Lattnermove a hack out of the asm-printer specific path to...
2009-07-09 Chris Lattnermany more cleanups, for example if in the "none" pic...
2009-07-09 Chris LattnerReduce indentation in GVRequiresExtraLoad. Return...
2009-07-09 Chris LattnerWhen in -static mode, force the PIC style to none....
2009-07-09 Chris Lattnermerge two identical functions and simplify things that...
2009-07-09 Chris Lattnerhoist check for IsTailCall to callers. Eliminate redun...
2009-07-09 Chris Lattnerchange a few methods to be static functions.
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!
next