assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Target / X86 /
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!
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 Bill WendlingRecommit r74952 with a bug fix:
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-07 Bill Wendling--- Reverse-merging (from foreign repository) r74952...
2009-07-07 Dale JohannesenCommit the file I actually changed as part of last
2009-07-07 Bill WendlingDWARF requires frame moves be specified at specific...
2009-07-07 Dale JohannesenDon't accept globals as matching 'i' constraint
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 David GreeneAdd 256-bit memory operand support.
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Rafael EspindolaFix PR4484.
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Chris Lattnerremove a bogus note.
2009-06-30 Chris Lattneradd a note
2009-06-29 David GreeneAdd a 256-bit register class and YMM registers.
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 Owen AndersonAdd a target-specific DAG combine on X86 to fold the...
2009-06-29 David GreeneAdd processor descriptions for Istanbul and Shanghai.
2009-06-29 David GreeneFix a subtarget feature bug.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
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 Lattnersimplify some code and eliminate the symbolicAddressesA...
2009-06-27 Chris Lattnerfix clang/test/CodeGenObjC/try.m, a basereg doesn't...
2009-06-27 Chris Lattnerfix a bunch of failures in the X86-64 JIT by tolerating...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
next